what is the difference between the HTML and URL based
recording in load Runner?
Answer Posted / hariprasad reddy
HTML:-Using this recording mode LR can generate script by
performing certain user actions on only HTML context. This
mode recogneze the user inputs either in the form of data
or in the form of forms.For each action that we perform on
the application, LR generates a function called Web_url.
Along with this 4 more functions will generated (i.e)
depending on actions we perform.These are
web_submit_data
web_submit_form
web_link
web_image
Generally URl based recording mode will be used on Non-HTML
resources like Bitmap,Jpeg,gif..., In this mode LR
generates the function web_url for each and every step that
we perform on the application. this mode recognize the
user input data only in the form of data submitted
function. some more functions will generates such as
web_submit_data
web_concurrent_start
web_concurrent_end
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the 5 icons appear in the buttom of the controller windows?
What is the difference between transaction and transaction instance in loadrunner ?
What are the documents your using ,and how your distibute the users
What are the section contain by the vugen while creating a vuser script?
During run time where the hosts saves the files?
Where should you add a web_reg_save_param function to a script?
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 to create a host list for a scenario?
How you identify performance test use cases of any application?
What is the need of checkpoints in lr?
What are the different sections of the script? In what sequence do these sections run?
How do you identify which values need to be correlated in the script? Give an example.
What is Standard deviation? How it will use in Lr?
How can we perform functional testing under load?
How do you identify which protocol to use for any application?