6. What is difference between a Test Plan, a Test
Strategy, A Test Scenario, and A Test Case
? What’s is their order of succession in the STLC?
Answers were Sorted based on User's Feedback
Answer / sunitha.chenna
The order in the STLC
1. Test Plan
2. Test Strategy
3. Test Scenario
4. Test Case
Test Plan: This document describes the different types of testing that we follow in our testing cycle, along with the exit and entry criteria, the deliverables at a high level and
defect management etc...
Test Strategy: This document gives the approch for testing.
Test Scenarios: It may contain high level flow of the functionality later which this can be break down into n number of test cases.
Test Cases: Test cases contain a detail level of functionality check
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / charan
Test plan contains schedules of testing
Test strategy contains approches for testing
Test scenario is serious of testcases for functionality
Test case is a condition to test
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pooja kaushal
Test Plan : A document describing the scope, approach,
resources and Schedule of intended test activities. It
identifies amongst other test items, the features to be
tested , the testing tasks, who will do each task, degree
of tester independence, the test enviornment, the test
design techniques and entry and exit criteria to be used,
and the rationale for their choice, and any risks requiring
contingency planning. Its a record of test planning
process. [After IEEE 829]
| Is This Answer Correct ? | 1 Yes | 0 No |
where testing exactly starts in v-model?
Suppose wihile we are doing testing..A bug is reproduced what will be the necessary action taken by the tester?
What is gamma testing?
what is database testing
what all the metrics to be checked for a document ?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
What are the four steps of automated testing?
How many testcases can you write an avg for a day?
What is the difference between Alpha and Beta Testing?
13 Answers Motorola, Reliance,
suppose i want to execute 1000 tcs in a day there no time to execute the testcases then as a tester what i need to do plese give me the correct answer?
What is the need of smoke test even when unit test is done by developers?
What is verification and validation testing