WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?
Answer Posted / g
Test Strategy describs the test apporach how testing would
be perfomed though out the project. It would also define
the major test phases and criteria of acceptace. Monitoring
and control aspects would also find good place in startegy
document
Test Plan is more on scheduling the test acitvities
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the 3 main stages involved in testing with qtp?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
What is Port testing. Whhen will you perform?
What is the virtual object?
How to customize checkpoints with parameters?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
how many maximum number of virtual users we can create?
Have you used xml check point in your project? How?
Explain the difference between check point and output value?
what is the advantages and disadvantages of using functions instead of re usable actions
how to idetfy which test cases are automated?who will deside that plz tell me
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Hi All, How to get repeated word in string . Thanks Balaji
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?