what is the difference between TEST PLAN,TEST STRATEGY,TEST
SCENARIO,TEST SUMMARY
Answer Posted / qa - rm
Test Plan , Test Strategy is almost the same. it actullay
tells how a testing activity has to be carried out in terms
of people, tools, procedure and support.
in some of the cases , Test plan covers test strategy
Test plan covers the bellow:
1. Introductin
2. Objectives and task
3. scope
4. Test strategy
1. Unit test
2. Integration test
3. System test
4. Regression / retest
5. Alpha test
6. Beta test
7. UAT
5. Hard ware requirements
6. Software requirements
7. Environment requirements
1. Main frame
2. workstation
8. Features to be tested
9. features cannot be tested
10. No. of resoruces
11. Resources roles and responsibilities
12. schedules
13. dependencies
14. risk
15. tools
16. approvals
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
Can you please explain me how to do testing of an E-insurance project end to end process..
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
What is the difference between manual testing and automation testing?
Hi, Im B.E 2011 pasout,worked in back office till now, but now im searching for job into manual testing with fake exp of 1 year..Plz suggest me how to prepare for an intervw? how to gain real time testing knowledge? Is dere any site where i can practice testing?
What is the difference between functional testing and integration testing?
What about the test case if the field only takes a certain number of characters or a minimum number?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
Are there more defects in the design phase or in the coding phase?
what is the cheklist to check SRS document (after releasing) as a test ingineer and how can we check
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
from where do u collect test data if u miss some data what will happen
How can I done a Web Testing? Which steps are include in it?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }