why it is recommended to add verification checks to all your
scenarios ?

Answers were Sorted based on User's Feedback



why it is recommended to add verification checks to all your scenarios ?..

Answer / 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

why it is recommended to add verification checks to all your scenarios ?..

Answer / maheshwar

Verification checks is to make sure whether the texts or
images recored are as per the client acceptables or not.
For example:
If you open an HDFC bank(say) you can able see text
as"Welcome to HDFC bank".At the time of development if this
text is coded as "welcome to hdfc bank"(say) which is not
acceptable as per the requirement .So inorder to check the
completeness and corrections of the application we will
added verfication checks.
In Load runner we have two verfication check points
i.Text check point
The functions used under text check point are
web_find
web_red_find
web_global_verfication

ii.Image check point
The function used for Image check point is
web_check _image

Please revert back to me if i am wrong
Maheshwar
maheshwar_sonu@yahoo.co.in
mobile:+91 9884746314

Is This Answer Correct ?    3 Yes 0 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / chandru

Well Said Mahesh!!But let me know are we using this
web_check _image exensively for your Projects i meen is
this used for html / Url Recordnig moreover URL provides
the subsequent features required for image check is this
essential, please let me know more about this approach.

Thanks

Is This Answer Correct ?    2 Yes 0 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / satya

Verification checks are added because checking the
particular page is loading or not.text and imge verifications.

web_reg_find();

ex:if suppose we are recorded and application with text like
"India",when we execute the script to load the same page or
not.Text check point.

Is This Answer Correct ?    2 Yes 1 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / maheswar

if it is wrong just forgive me


at heavy loads some times server throws wrong messages
so that we have to check its functionalities at heavy loads
so we are adding verification checks (like functional
ceckpoints)inour scripts

Is This Answer Correct ?    0 Yes 0 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / siddi

Maheswar ur answer is absolutely correct

Is This Answer Correct ?    0 Yes 0 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / brian

Hi,

I'm trying to measure page load times in a web app. How do
I verify that the page I go to next is fully loaded? Do I
use content verification (web_reg_find)? I am measure the
time it takes for a page to load and then the user goes to
another page and another and so on. I need to know how
long it took for page one. How long it took for page two
and so one. I'm using transactions for each page, but I
want to make SURE that the page is fully resolved/loaded
before the scenario goes to the next page. So, does
LoadRunner automatically do this or do I have to use
content verification or do I do it in some other way?

Thanks,
Brian

Is This Answer Correct ?    1 Yes 1 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / murali

Hi Brian,
I am exactly looking for the same requirement.As far i
know..LR wont do it automatically but we need to add some
conditional loops for checking the all the images are
loaded completely.

I will soon let you know the way we write loops for this
kind of requirement.

Thanks
Murali

Is This Answer Correct ?    0 Yes 0 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / chandra sekhar.k ibm 14 y-ex

a) For all pages access or not w.r.t server points of view
b) For finding to response time to all pages or all transactions
c) For image verifications
d) For recording modes
e) For application performance point of---
f) Total more than 23 verifications are possible with functions
g) If more information call 9611678545
h) chandra sekhar.k IBM 14 y-ex

Is This Answer Correct ?    0 Yes 0 No

why it is recommended to add verification checks to all your scenarios ?..

Answer / msuresh17

@ Brain,

web_reg_find is the function you can use it for page verification. If web_reg_find is successful, then you can make sure that the page is fully loaded.

@ Suresh,

Verification check is done to make sure whether the page is fully loaded. Suppose if the verification check fail, then we need to look in to the page and identify whether the content check is changed or not. If the content is changed then we need to modify the check point to the write name and execute again.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Load Runner Interview Questions

You do Scalability testing in Load testing or Stress testing?

0 Answers   IBM,


What is the latest version and language used in load runner?

0 Answers  


What is the think time?

0 Answers  


What is the difference between load, performance testing?

0 Answers  


There is a scenario like there is one gateway and four application servers.While recording the script for a business function the server address is of gateway. but the gateway route the request to one of these servers.In recording might be request went to server A but it can not be everytime.sometime the request will go to other servers too.How to handle this scenario in preparing the scripts? how to identify tht to which server request went?

1 Answers   Accenture, Fiserv,






how to download pdf file in loadrunner

3 Answers   Sears Holdings,


Explain the difference between automatic correlation and manual correlation?

0 Answers  


What is the load runner testing process?

0 Answers  


What do you mean by creating vuser script?

0 Answers  


What is transaction per second graph(pass)?

0 Answers  


How you identify performance test use cases of any application?

0 Answers  


How can u use the configuration management tool like Quality Center in ur project?For what purpose it is being used?

1 Answers   EDS,


Categories