U r taken ORD=All in correlated function.What it
represents.Now i want to capture the ORD=3 occurance& place
it in web_submit_data of vu gen script. How can u do it?
Answer Posted / narayana
maheshkumar is correct
if u want particular occurrence we need to write like this
paramname_no
if paramname is param and if u want 3 occ
then we can write like this:param_3
if u want to get count of all occ then param_count need to be used
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is host?
How can we debug a loadrunner script?
What are the information crating for each host?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What the host attributes determine?
What is the difference between web_reg_find and web_find?
How you develop the database vuser script?
What are all the components of loadrunner?
What is the significance of “vuser-init “?
Which web protocol recording level generates the web_submit_form function?
What is a correlation?
How is vugen script modified after recording?
What is the purpose of an extended log?
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?