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 is protocol function?
What type of function generate and insert by the vugen to the script when you record a script?
What is vugen recording and scripting?
What is rendezvous graph?
How do you enable text and image checks in vugen?
What do you mean by initialization of quota?
What is stand-alone mode?
What is host?
How can we perform functional testing under load?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
When loadrunner is used?
What is the process for developing a vuser script?
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What is the difference between lr_error_message and lr_debug _message?
Difference b/w 9.1 and 9.5 Versions in LoadRunner?