In what situation would u want to parameterize a text
verification check ?
Answer Posted / goverdhan umasankar
its a part of error handling concept. by using validation
check points we will validate the particular page during
building the scenario. it can be done in two ways . one is
by using text check points and image check points. here the
question is about text check points . by using web_reg_find ()
we wil validate the page.in this function we will validate
the page by using a particular text related to that page.
and we will save the no of occurrences of that particular
text in to a variable like TEST by using save count ex:
web_reg_fine("text=yahoo","save count=test",LAST);
and by using test value we will validate the page.if the
test value is >0 then the page execution is success
otherwise its a failed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the three sections of a vuser script and what is the purpose of each one?
What is pause command?
What is a ramp up and how it can be set?
What is lr_output_message?
What are the loadrunner testing process?
What is ramp up and ramp down?
What is transaction per second graph(pass)?
what are the skip functions in Load Runner?
How can performance bottlenecks be identified?
When loadrunner is used?
What are the information contain by script windows for each script in the list?
What is the difference between web_reg_find and web_find?
What are the element in the loadrunner controller?
What is the difference between hits/second and requests/second?
What is rendezvous graph?