I haven't done ejb with jmeter, but from what i gather you can have a java test which calls your ejb's. you just need to code your client.
we're using jmeter for bulk testing app performance, using an input file of data to feed to it. > -----Original Message----- > From: J. B. Rainsberger [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 31, 2004 10:45 AM > To: Cactus Users List > Subject: Re: Procedure for running cactus tests iteratively > > > Bose, Shivashis (Cognizant) wrote: > > > Hi > > > > In cactus, one can test a server side operation for a > single input. We > > are trying to feed a set of input data to cactus and want > the test to > > run for each of the input data. Basically, the tests should > be executed > > in a loop and the output should be displayed for each input > record. Is > > there any way, this can be done using cactus? > > > > Any help in this regard would be highly appreciated. > > Two options: > 1. Parameterized Test Case pattern -- search the junit Yahoo! group > archives for details > > 2. Use FIT/FitNesse to launch JUnit. This is an advanced > suggestion. (I > haven't tried it yet.) > -- > J. B. Rainsberger, > Diaspar Software Services > http://www.diasparsoftware.com :: +1 416 791-8603 > Let's write software that people understand > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
