What is a function to capture dynamic values in the web?
Answer Posted / masthan
we have two approaches for that to capture the dynamic values.
1) By manual corralation
most of the timeswe use to for this
Function like
web_reg_save_param("paramname",
"lb=xyz",
"rb=kil",
"ord= ",
LAST);
2) Automatic correlation.
Thanks
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 is remote command launcher?
What do you mean by remote command launcher(rcl)?
What is rendezvous graph?
What is the purpose of a loadrunner transaction?
How are concurrent users differing from simultaneous users?
How many users can I emulate with loadrunner on a pc?
How will you divide your script into multiple actions? Why?
how to get current system time Loadrunner function?
What are the three sections of a vuser script and what is the purpose of each one?
How you edit the script?
How does caching affect performance testing results?
What are different types of vuser logs which can be used while scripting and execution?
How you identify performance test use cases of any application?
How to identify what to correlate and what to parameterize?