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

If client is not given in the requirement? In that case how you are going to perform performance testing?

4 Answers   Wipro,


If in an application there are multiple login then where will this transaction go will it be go under init transaction.

1 Answers   IBM,


During the load test, what is the optimum setting for logs?

0 Answers  


i have 10 users, 20 itereatios and duration 1 minute how can design this scenario.

1 Answers   Wipro,


What is parameterization?

0 Answers  






why parameterization is necessary when load testing the web server and the data base server ?

4 Answers  


what problems did you face ?

0 Answers   IBM,


Need to know best institute where i can learn LR with live concepts... Please suggest if any one knows...

3 Answers  


what is the differance between standard log and extended log?

5 Answers  


on what basis you will provide the recommendations to upgrade the hardware?

2 Answers   SumTotal,


What are the capabilities exactly you look for while selecting the performance testing tool?

0 Answers  


we have auto correlation, so why do we need to perform the manual correlation

2 Answers  


Categories