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 is a ramp up and how it can be set?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
What are the loadrunner testing process?
How can we debug a loadrunner script?
What are the 5 icons appear in the buttom of the controller windows?
What are the three sections of a vuser script and what is the purpose of each one?
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
What is report viewer?
What is manual correlation?
What is parameterization?
How to create a scenario?
What would be your recommendation to improve performance measure?
What is pause command?
What kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?
What is parameterization & why is parameterization necessary in the script?