why it is recommended to add verification checks to all your
scenarios ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
@ 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 |
Can we run the Qtp Scripts in Load Runner?
can you tell some load testing tools?
You are Performace Engineer and it is bottleneck how will identify it is Database Issue? Any one can justify? send to sss4702@gmail.com
what do u mean by co-relation?
11 Answers 3i Infotech, Punj Lloyd Ltd,
How do you identify the performance bottlenecks?
What kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?
what is the real process dealt in load runner,starting from getting the requirement till submitting the deliverables,when a tester is provided with the scenarios? if any real time user could answer it would be very useful for me.also i need what are the real time bottlenecks u have undergone
What is a rendezvous point?
Can u Explain me in real time projects any frameworks follows in Loadrunner ? if Yes plz mentiond(Chandana)
How can we handle the vUsers with Secure certification.
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
how to write scenarios using loadrunner in real time application. plz give me an example