does test plan is in test strategy or test strategy is in
test plan.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sunil matal
Test strategy is always mentioned in Test plan.
Test plan is a planning stage of testing where planned the
test strategies.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / baskar palani
Test Stratergy is focusing on Test Approach in detail
1.How to do the testing
2.Kiinds of testing to be done
3.How to prepar test data
4.What is input and output
Test statergy is part of test plan.
| Is This Answer Correct ? | 1 Yes | 1 No |
whai is meant by automation testing?
What are the types of Object Repository’s in QTP?
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
Explain in brief about the qtp automation object model (aom).
what is clean sweep?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
how to parameterizing values from an excel sheet in Quick test professional?
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
There is one login screen,after accepting valid username and apassword, it will show the next screen. In the 2nd screen u r having 2 combo boxes, U have to select any item from these, and click OK button. After closing that, it will show the 3rd screen. If u click CANCEL button from 2nd screen it will show the first screen. Write QTP script for it???
what is the purpose of QTP?
hi, In A Table there are some columns and dynamic rows and in each row in first column there is a link with name. upon clicking on that link it will show some details. write the vbscript to check that link without descriptive programming?