ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  Load Runner
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
why it is recommended to add verification checks to all your
scenarios ?
 Question Submitted By :: Suresh
I also faced this Question!!     Rank Answer Posted By  
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 1
before doing any actions through the script, we should 
check that control exist and the required property is ON.

For example, if you want to click a button in a page, we 
should make sure that button exists( some time that screen 
may not be active) and it is in 'enable' state. By 
verifying this our test cases will run with out any error. 
If a am wrong, can any one help in this??    
 
Is This Answer Correct ?    0 Yes 1 No
V.Selvam
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 2
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
Maheswar
 
 
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 3
some body pls provide reevant answer,which would fit the 
question.
 
Is This Answer Correct ?    0 Yes 0 No
Refina
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 4
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 ?    0 Yes 0 No
Maheshwar
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 5
Maheswar ur answer is absolutely correct
 
Is This Answer Correct ?    0 Yes 0 No
Siddi
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 6
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 ?    1 Yes 0 No
Chandru
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 7
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 ?    2 Yes 0 No
Selva
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 8
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 ?    0 Yes 0 No
Brian
 
  Re: why it is recommended to add verification checks to all your scenarios ?
Answer
# 9
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
Murali
 

 
 
 
Other Load Runner Interview Questions
 
  Question Asked @ Answers
 
How do decrease the TPS,when one Vuser is running? For example, I am running one DRB with TPS 18 TPS, I want to maintain it as 7 TPS, how?  2
Explain the recording mode for web Vuser script?  4
what is standalone mode running?  2
What is the difference between overlay graph and corelated graph?(Chandana) TCS1
if throughput graph shows low and high than what will u do?  1
I read the answers given for 90 percentile calcutaion in the analysis report. If i am running a test for 1 record how is the 90 percent calculation done.  1
What is think time? How do you change the threshold?  5
How do you report a bug when it is found in perfomance testing using Load Runner Ness-Technologies2
What is the use of "swing time" in Load Runner?  1
what is the exactly meening of web_reg_save_param?  3
What is a function to capture dynamic values in the web vuser script?  4
What does vuser_end action contain?  2
Mentiond good sites in Loadrunner to learn Script?(Chandana)  4
how can u see agent process in controller? AZTEC5
What is a rendezvous point?  6
what is benchmarking?  5
How do you perform functional testing under load?  1
)In which way we can say html recording mode is best over the URL mode to record the script in Vu gen? EDS1
What is the performance testing approach ? Accenture1
With 1+ years Exp in Lr tool mentiond Roles and Responsbulites ?  1
 
For more Load Runner Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com