What is test scenario?
Answers were Sorted based on User's Feedback
Answer / uday
A set of test cases which should be executed in particular
order to make sure the functionality is working fine from
end-to-end. The test case starts once the previous test case
is over.
Generally a test scenario may contains one or more test cases.
In some companies, they treat both test scenario and test
case are same, but it is not true.
Here is the order:
We derive test cases from test scenarios. we derive test
scenarios from Use cases.
| Is This Answer Correct ? | 17 Yes | 0 No |
Test Scenario: An item or functionality which has to be test in the application and for which we have to write the test cases based on use cases.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is API Testing? how do we perform this testing?
what is defect tracking?
what is module testing, integrity testing? what is a test script?
is software testing easy ??? Give me perfect Ans.
What is defect life cycle/
what is baseline document,can u say any two?
how will u Do Smoke testing and Sanity testing for these fields:We have 3 fields on page: Name,Address and Pincode ?
Write all possible test scenarios for Login screen.
What are test entry and test exit criteria?
what are general aspects of security testing?
Is Alpha testing done by developers or testers?
After testing the application May I have to keep a Test Log of the application ? If Yes then how? And What is the format for it?