How to capture dynamic values in load runner and how Each
of the captured values are to be written to a text file
(c:\temp\LoadRunner1.txt)
Answers were Sorted based on User's Feedback
Answer / sree
dynamic values capture process called in loadruuner such as
called correlation it is using the function
web_reg_save_param,after that using lr_save_string
functions are using
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / laxman 9866867874
If you want to capture dynamic values which is returned by
server then in that case you need to do manual correlation,
and for doing manual correlation you need to find out the
boundaries(left as well as right) under which that dynamic
value is returned by server and then add a new
web_reg_save_param("Lb","rb","ORD",LAST) function along
with correct left and
right boundaries to capture that value n a right ORD
and v need to add another functions like lr_output_message
("The value of the session:%s",lr_eval_string
("parametername");using this function we
capture the dynamic value in load runner.The result we can
see in the execution log in vu generator. Each time we need
to copy the dynamic value in the text file.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vaibhav kumar brijpuria
If you want to capture dynamic values which is returned by
server then in that case you need to do manual correlation,
and for doing manual correlation you need to find out the
boundaries(left as well as right) under which that dynamic
value is returned by server and then add a new
web_reg_save_param function along with correct left and
right boundaries to capture that value.
Regards,
Vaibhav
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / maheshwar
lr_output_message("The value of the session:%
s",lr_eval_string("parametername");using this function we
capture the dynamic value in load runner.Each time we need
to copy the dynamic value in the text file.
Plz revert back to me if i am wrong.......
Regards
Maheshwar
maheshwar_sonu@yahoo.co.in
Mobile number:+91 9884746314.
| Is This Answer Correct ? | 5 Yes | 17 No |
Need to know best institute where i can learn LR with live concepts... Please suggest if any one knows...
Where do you set Iteration for Vuser testing?
Where are automatic correlation options set?
How to reinstall LoadRunner Trial version without formatting the system
How can we know now we counduct load testing?
what is the difference between the HTML and URL based recording in load Runner?
Which is the best institute to learn Performance testing with real time project in hyderabad?
what is browser emulation in load runner
)Example of web_submit_form is the regestration form which u have to fill while creating a mail_Id Example of web_submit_data is the login page contains the fields like user name & PWD. Is this correct answer for diff btn web_submit_form&web_submit_data and their examples.
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
Is it possible to run Loadrunner tests in laptop? How?
how to place a image check in load runner script.what is the procedure?