)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.
Answers were Sorted based on User's Feedback
Answer / masthan
Actually both comes under HTML based recording modes only
1) where is in web_submit_form it identifies post as a
perticuler part of the webpage
And it doesn't include the server generated data like
session ID. It includes only user i/p's that he entered
while filling the foem.
2) Where is in web_submit_data it identifies the post as
the whole web and sends the reqest .
And it includes userinputs as well as server generated
data .
And functions will be same in both and bit more functions
will come in web submit form like
a) web link and b)web submit form .
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Can someone suggest me which is the best institute in Hyderabad for Load runner and Selenium
What component of loadrunner is used to record a script?
Explain all the web recording options? What is the difference between Overlay graph and Correlate graph?
what is the difference between the cookies and cacheing
Case1: recording script, Login in Vuserinit,Body in Action and Logout in Vuserend. Case2: recording Login,Body and Logout in Action itself. Run both the scripts. What are the difference u will find? Is there any difference?
What is elapsed time in load runner?
What do vuser_init and vuser_end action contain?
What is correlation? Explain the difference between automatic correlation and manual correlation?
What are the process for developing a vuser script?
What are the Web Stress Tools are commonly used these days? Please advise.
How you load a loadrunner agent?
What is mean by Soak testing in Load runner?