In what situation would u want to parameterize a text
verification check ?
Answers were Sorted based on User's Feedback
Answer / jyb
Text Verification check is to Validate whether the page
dispalyed is the one correct one or not
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Answer / chandra sekhar.k ibm 14 y-ex
a) When in my script replacing hard coded values with different values, then that time we are use the Parameterization.
b) Passing different values
c) Reducing script size
d) Avoiding cache effect
e) If more information call 9611678545
f) chandra sekhar.k IBM 14 y-ex
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / lakshmana rekha basu
Usually Text verification check is done when a Text Display
location is important.
| Is This Answer Correct ? | 2 Yes | 4 No |
what scalabulity testing
You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?
What is Peak Laod Testing
How do you identify which values need to be correlated in the script? Give an example.
What are the End to End scenario's you are following in your company in loadtesting or Performance testing ?
In how many ways we can convert a load test into stress test ?
What is use of URL Mode Recording?
During the load test, what is the optimum setting for logs?
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.
What is the difference between lr_error_message and lr_debug _message?
How many types of graphs are available in loadrunner?
What are the types of checkpoints is available in loadrunner?