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 latest version and language used in load runner?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
How does loadrunner execute a performance scenario?
What is wasted time in vugen replay log?
How can we debug a loadrunner script?
difference between latency and transaction response time
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?
What component of loadrunner is used to record a script?
What is run-time-setting?
What is a correlation?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
What are all the types of goals in goal-oriented scenario of load runner?
How does caching affect performance testing results?
How is each step validated in the script?
What is scenario default?