Can anybody tell me by refering which documenet a tester
writes test scenerios? And what is the need of test
scenerios an how a tester determine the coverage of test
sernerio?
Answers were Sorted based on User's Feedback
Answer / manoj sharma
While writing the Test Case the Test engineer must have to
refer the Requirement document. Also can to refer the Use
Case (developed by the Development team) but not mandatory,
its is as per company process.
Test case scenarios are the only way to track the testing
and test the application functionality.
Coverage is determined by the no. of test case corresponding
to the requirement. For 100% coverage one should have
atleast one test case for each requirement.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramprasad.s
Test Scenario is a Use Case.
Test Scenario is a requirement or part of a requirement.
example:
1. Check for Numeric values.
2. Check for Alpha_Numeric.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a test policy and test strategy? Need detailed answer with some highlights.
What is regression testing?difference between regression and retesting?
what is the test plan of facebook?
what is agile testing, explain with example
what is agile testing with example
What is bug life cycle?Explane with example
A Good Test Case Means..?
What Is Functional Testing?
What you consider at the time of Module Integration?
Tell me the situation where sanity test cases should pass and smoke test cases fail...?
What are the properties of a good requirement?
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.