adspace


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


Please Help Members By Posting Answers For Below Questions

How to record the desktop application in Loadrunner 12.53 version 64 bit window.

2311


What is Standard deviation? How it will use in Lr?

3516


I have one Scenario login then bookcoffee then logout explain test plan for above scenario?

2169