1.What is the difference between Performance Test Strategy doc
and Test plan.
2.why it is recommended to use web http and html Protocol over
web click and script whats' the major differences
Answer Posted / ravichandra
2.why it is recommended to use web http and html Protocol over
web click and script whats' the major differences
Sol :
Web http/html protocol records the communication between client and server. It won't record client side actions.
Web click&script protocol record the actions which are performed against the browser. It will record only browser specific actions.
The reason behind why we recommend to use web http/html over web click& script is
Web http/html record objects interms of Get and Post requests where as Web click&script protocol records the objects based on x,y coordinates.
So if there is something change in the code which causes change in position of object( x,y coordinates)
click&script protocol won't abe able to find the objects leads to script fail.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of running vuser as a process than a thread?
In a web server, database and network are all working fine and now, where could be the problem?
How can we perform functional testing under load?
How will you divide your script into multiple actions? Why?
when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com
What are all the reasons to use the server resources monitor?
What is lr_output_message?
Which are online monitors and windows resource monitors
What is scenario default?
What are the element in the loadrunner controller?
How we tested remote servers if client is installed in another place
How do you load a load runner agent?
What component of loadrunner is used to record a script?
What are the three sections of a vuser script and what is the purpose of each one?
What are the process for developing a vuser script?