Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can u Explain me in real time projects any frameworks follows in Loadrunner ? if Yes plz mentiond(Chandana)

4 Answers   SoftSol,


How do you test pop up with LR? My whole application running on pop up. Its a JSP page written on pop up window.

1 Answers   Infosys, SGS,


what scalabulity testing

1 Answers   Nous,


There is scenario. Total no. of transaction you have to done 1,00,000 in 8 Hour duration. One transaction taking time to complete 6 mins. how many Vusers you will run on this test.

3 Answers   IBM, Microsoft,


What is the relation b/w Throughput and Hits Per Seconds (H/S)?

4 Answers  


which is the best institute to learn load runner in hyderabad?

4 Answers  


What is the loadrunner start-transaction and its syntax?

0 Answers  


How do you write user defined functions in LR? Give me few functions you wrote in your previous project?

1 Answers  


Analysis Scenario (Bottlenecks):?

2 Answers  


How many types of scripts generated in LoadRunner?What are they?

6 Answers   Liquid Crystal,


When Do u Do LoadTesting and When You do StressTesting? What settings you have to changes for loadtesting and stress testing?

2 Answers   Infosys, Mind Tree,


When you initialize the vuser what happen?

0 Answers  


Categories