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 tools are required to analyze vuser run results?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
difference between latency and transaction response time
What can I monitor with loadrunner?
What is the threshold level for think time and how can be this changed?
How many types of vuser are available?
What is the difference between lr_error_message and lr_debug _message?
How is vugen script modified after recording?
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
What are the documents your using ,and how your distibute the users
How can we perform functional testing under load?
What are the different components of loadrunner?
How many section database vuser script have?
What do you mean by path?
How we tested remote servers if client is installed in another place