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 vuser components in loadrunner?
What is rendezvous graph?
What are all the important protocols that load runner supports?
What is the think time? What is the threshold level for think time and how can be this changed?
What is parameterization & why is parameterization necessary in the script?
How to upload media use loadrunner? I record the script but it fail because the top of document is invalidation.How to solve the problem?Which one know the answer please tell me. Thanks!
What are all the types of goals in goal-oriented scenario of load runner?
How many types of vuser are available?
How do you decide the number of load generator machine required to run a test?
what is remote performance monitering?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
Which components have you used in loadrunner ?
Explain the difference between automatic correlation and manual correlation?
What is scenario default?
Where are automatic correlation options set?