I have a scenario recorded in Jmeter.
Login -> Home Page -> Click on the link to open Page A -> Page A opened -> Click on the tab to open Page B -> Page B opened -> Log off
- I executed above scenario with 5 users, Ramp up 20 sec, Loop Count Forever, Scheduler Duration 300 seconds. Less User Thread
All of the samples were Pass. (Screen shot attached) Result
- I executed with 10 users, Ramp up 20 sec, Loop Count Forever, Scheduler Duration 600 seconds. [10 Users Thread][3]
This was also successful. (Screen shot attached) Result
- I increased users to 40, Ramp up 80 and checked Loop Count Forever(Scheduler not selected) Failed Thread
Samples started failing after some 25 users. (Screen shot attached) Result1
Response Data is empty for the requested Target page and response code is 200(Page A). (Screen shot attached)Result1
Response code is 500 for Page B. (Screen shot attached)Result2
I have increased the heapsize, also executed script from command prompt. What could be the issue?
After some research I got to know that, i have to use Web drivers. How can i integrate to Web driver samplers to my original scripts.