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
Which loadrunner component does the recording of performance test scenario?
What are the four selection methods when choosing data from a data file?
What is run-time-setting?
What is the difference between performance testing and performance engineering?
How are concurrent users differing from simultaneous users?
How you set maximum number of vuser that a host can run?
What do vuser_init and vuser_end action contain?
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
When loadrunner is used?
How you identify performance test use cases of any application?
Explain the difference between automatic correlation and manual correlation?
How many section database vuser script have?
What is stand-alone mode?
What is transaction per second graph(pass)?