On 14 October 2013 17:13, kevin zeng <[email protected]> wrote: > Hi, > > I am new to JMeter. I would like to create a load test plan with a set of > junit request sampler. Each JUnit request sampler will contains a sequence of > user actions (i.e. login, view doc, and edit doc) to mimic a particular user > scenario. Currently, if I use graph result listener, it will report time at > the junit test case level. Is it also possible to report at the action level > too? I will need this, because if I see problem at the test case level, then > I will need to drill down to the action level.
This is not possible with the JUnit sampler. You will have to break your tests down further, or add logging to them. However, I wonder why you are using JUnit for such testing - why not use an existing sampler? > Thanks a lot for your help! > > Kevin > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
