what is the difference between test plan doc. and test
strategy doc. ?
Answer Posted / amulyaranja
Test Plan - “A software project test plan is a document that describes the objectives, scope, approach, and focus of a software testing effort”
Test Plan: the set of ideas that guide a test project
Test Strategy – Test Strategy or Test Approach is a set of guide lines that describes test design. Test strategy says - How testing is going to be performed? What will be the test architecture?
Test Strategy can be at two levels – Company/Organization Level and Project Level. For e,g, If company is product based, then there can be a general test strategy for testing their software products. Same strategy can be implemented (with/without some modifications) at project level whenever a new project comes.Test Strategy: the set of ideas that guide test design
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an entry criteria?
In manual testing, what are stubs and drivers?
What is bidirectional traceability ??? and how it is implemented
What will be your approach if a particular script in Load Test fails?
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; }
What is alpha testing?
what is a horizontal and vertical matrix explain with examples
What is the first test in software testing process?
What is the Jar file?
what is scrum how with ex?
If automating - what is your process for determining what to automate and in what order
What is rapid application development model (rad)?
Should testing be done only after the build and execution phases are complete?
give me a example of writing a test case,take any good example which i can understand easily.
Tell me agile process in your company