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 manual correlation?
What is wasted time in vugen replay log?
How you set maximum number of vuser that a host can run?
How do you decide the number of load generator machine required to run a test?
What component of loadrunner is used to record a script?
Which protocols are supported by loadrunner?
What is the need of checkpoints in lr?
What are the information contain by script windows for each script in the list?
How many users can I emulate with loadrunner on a pc?
When loadrunner is used?
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.
What is a correlation? Explain the difference between automatic correlation and manual correlation?
What are the different components of loadrunner?
How is each step validated in the script?
What is the purpose of a loadrunner transaction?