why it is recommended to add verification checks to all your
scenarios ?
Answer Posted / selva
Under heavy load, the application might not be serving the
desired pages. If there are not verification checks, the
transaction will still PASS without allowing us to get an
idea into the application problem. For e.g., if an
application serves a different page or error that doesn't
fall under the regular HTTP error codes, we might miss it
without any verification checks.
When I was working with one of the HTTP based application, I
observed the transactions getting passed in the controller
while failing with manual user.
After analysis, I found that the application serves a simple
HTML page with the message "exception found". LR didn't
report any error since from its perspective it is a valid
HTTP 200 response. Adding a verification check helps you to
uncover these kind of RUN TIME errors
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What do you mean by creating vuser script?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
How does caching affect performance testing results?
What is the purpose of an extended log?
What is wasted time in vugen replay log?
What are the changes that can be made to run-time settings?
What are the section contain by the vugen while creating a vuser script?
What is transaction per second graph(pass)?
Why do you create parameter?
What is loadrunner controller?
What is the modular approach of scripting?
What is the benefit of running a vuser script as a thread?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
What are monitors?
What are the information contain by script windows for each script in the list?