does test plan is in test strategy or test strategy is in
test plan.
Answer Posted / medpalle
Test Strategy contains in the Test Plan. The process is
like this:
TestPlan--->Tescases---->Execution ---->Defects Reporting
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain sub procedure of vbscript.
Explain in brief about the quicktest professional automation object model?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How to find Operating system information using QTP script?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What are parameterizing tests?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
How you know that a test case is a regression test case
How you calling actions in qtp?
Is it possible to change the property value at runtime? How it is possible?
What is the recovery scenario in qtp?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How can I check if a environment variable exist or not?
what is supply chain management?
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?