Difference b/w test case and scenarios.
Answers were Sorted based on User's Feedback
Answer / sani
Test Scenario is ‘What to be tested’ and Test Case is ‘How to be tested’
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / khushbu nemade
1. when srs come from client , on the basis of tht document
use cases are generated mainly by developer,then on basis of
this scenarios are generated , then test cases are formed
.it is not necessary tht scenarios are made , many project
requires only test cases.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / srinivas
Test Scenarios: End to End flows mainly derived from the Use cases developed by the Developer and it also includes any possible missing paths the system can take from start to finish.
Test cases: These are much simpler checks (usually single checks) e.g.
click on the log-off link --> user should be logged out.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Diff between Code Walk through & Code Review?
Differences between waterfall and V model
What does scalability mean. Is the system scalable only in terms of hardware or its software which makes the application scalable. Please provide an example to support your answer.
What is pesticide paradox?
is programming knowledge is necessary for testing
What is meant by Bucket Testing?
what is visible state transaction test? give one example
What is Glass Box testing?
What are the models/stages available in SDLC.
tell me any bug which u could not able to find
Can you explain random/monkey testing?
What procedure you follow between gathering requirements and carried out testing?