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 |
Weblogic performance parameters, Oracle database performance parameters
Hi all, In Monitoring, if u want to know0 how much disk space the app has taken to deploy? Plz help me.
Which is the best institution to learn load runner in Hyderabad?
What do vuser_init and vuser_end action contain?
What are the loadrunner testing process?
Explain lr_output_message?
In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if the boundary values keeps on changing. For example : At the time of recording,the n value is 3 and at the time of playback, the n value is 4. then how can i display the n-1 value
how memory will be used in the JVM.With think time .what is necessary of the think time in loadrunner
1.What is the difference between Performance Test Strategy doc and Test plan. 2.why it is recommended to use web http and html Protocol over web click and script whats' the major differences
What is the advantage of running vuser as a process than a thread?
)Example of web_submit_form is the regestration form which u have to fill while creating a mail_Id Example of web_submit_data is the login page contains the fields like user name & PWD. Is this correct answer for diff btn web_submit_form&web_submit_data and their examples.
what is the alternative of web_reg_find function?