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 stand-alone mode?
What are the loadrunner testing process?
During the load test, what is the optimum setting for logs?
What is the significance of “vuser-init “?
How many section database vuser script have?
What the host attributes determine?
What is manual correlation?
How many users can I emulate with loadrunner on a pc?
What is the difference between load, performance testing?
How can you set the number of vusers in loadrunner?
Why vugen is used in lr?
What is the vuser in the scenario?
What is report header and what are the information contains?
What are the information crating for each host?
How you identify performance test use cases of any application?