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

Answers were Sorted based on User's Feedback



1.What is the difference between Performance Test Strategy doc and Test plan. 2.why it is recomme..

Answer / naveenkumar

1. Performance Test Strategy and Test Plan :
Test plan is a document which provides a details about the
resources in the project(scope, approach etc).It is the
responsibility of test lead to develop this document. It
contains what things we are going to test, how we test it,
when we test it and who will test it
Test Strategy is the job of project manager to develop this
document. This document contains which type of testing
technique we will use for testing the software. As there are
many types of software testing which are used in different
circumstances for different purposes and it depends on the
situation to choose a particular strategy.

Is This Answer Correct ?    16 Yes 2 No

1.What is the difference between Performance Test Strategy doc and Test plan. 2.why it is recomme..

Answer / 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

More Load Runner Interview Questions

what are the baseline doc for performance testing?

7 Answers  


we run a load test for one hour, while doing analysis every transaction was took 3 to 4 sec, but login functionality was took 10 sec, how will you analyse this ploblem

1 Answers   Cognizant,


What is a function to capture dynamic values in the web?

3 Answers  


When do you disable log in Virtual User Generator?

1 Answers  


How to find get the Response time of the Online News Feeds (News headlines getting updated in every second with out any user intervention)using Load Runner ?

2 Answers   IBM,






what are the objectives of performance testing?

6 Answers  


When do you disable log in Virtual User Generator, When do you choose standard and extended logs?

1 Answers  


How will you call a different vuser script from another vuser script? Note: Former vuser script is already created and needs to be called as the first thing before other code in second vuser script is executed.

3 Answers   Sapient,


What is elapsed time in load runner?

0 Answers  


how to perform load testing of a website using any free automation testing tool?

3 Answers   Tech Mahindra,


Explain the recording mode for web Vuser script?

6 Answers   Wipro,


How is each step validated in the script?

0 Answers  


Categories