InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by concurrent user hits in load testing? |
|
Answer» Concurrent user HITS scenarios arise when more than one user will be hitting or REQUESTING for the same event during the load testing PROCESS. This SCENARIO is tested to ensure that MULTIPLE users can access the same event requests at the same time in the application. |
|