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
when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com
What is scenario default?
What is loadrunner agent?
Why we insert the rendezvous point while running the scenario?
What is a ramp up and how it can be set?
What is the purpose of an extended log?
Where should you add a web_reg_save_param function to a script?
What tools are required to analyze vuser run results?
What do you mean by initialization of quota?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
What is difference between manual scenario and goal oriented scenario?
What are all the components of loadrunner?
What is the need of checkpoints in lr?
What are the section contain by the vugen while creating a vuser script?
When the rendezvous point is insert?