)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.
Answer Posted / satishkumar
web_submit_form(); is example for the HTML Based Scripting
and its post method function.
web_submit_data(); is example for the url Based Scripting
and its post method function.
Both fuctions(post method) are used to send some privacy
data such as Username and password.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
How will you divide your script into multiple actions? Why?
What is pause command?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?
Explain the difference between automatic correlation and manual correlation?
What is run-time-setting?
What is the difference between load, performance testing?
What are the loadrunner testing process?
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 the difference between web_reg_find and web_find?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
What is the load runner testing process?
How can we invoke a parellel process in load runner using C or perl language?