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
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 |
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 |
What is the difference between web_reg_find and web_find?
How did you find database related issues?
whar r the benfits of Load Controlar?
How can we edit the vuser script?
how to perform load testing of a website using any free automation testing tool?
What is correlation? Explain the difference between automatic correlation and manual correlation?
what is the difference between the cookies and cacheing
I read the answers given for 90 percentile calcutaion in the analysis report. If i am running a test for 1 record how is the 90 percent calculation done.
What is parameterizion?
Using LR recorded the HTML/HTTP Protocol Script of an application. But after record we get to know that the script is not generated. What is the Root Cause of it? Why the scripts are not recorded? Note: 1.Here the application behaves well and good 2.No issues in Protocol setup
hi this is abhinaya, iam searching job on load runner platform. iam putting 1year of experience. can anybody send projects to prepare resume.my mail id is abhinaya_behra26@yahoo.co.in.
How can we recording vuser scripts using vugen?