with subject line! Hi JMeter users/experts,
We are using a Selenium based automated functional testing framework. This framework uses test scripts, test steps and test cases configured in xls files Results of the testing is presented using TestNG. I was trying to figure out if there is a way to re-use this framework for load testing using Apache JMeter. As a initial trial, I wrote a Java Request sampler and invoked the triggering point in Selenium framework. While browser is coming up for a given thread group and test scrips are executing in order, response time statistics is aggregated at thread group level. Response time is not coming up for every test script. my test test steps are like the below: [Login Choosing a Profile Choosing a Module/Tab Accessing a Page with a list of 1000 records Filtering the page to see a specific value ] 1. I am interested in seeing response time for each step. And I am not sure if any of the JMeter Listeners would provide this data per request when I use Java Request Sampler. 2. At a more basic level, I am not sure using Java Request Sampler for this purpose is a correct approach. Please provide some expert advice. Appreciate your input. Thank you Panneer
