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 difference between GUI testing and black box testing
Is it necessary to test application in lower versions of OS when you have tested in latest version
What is ERP.Give a simple description about that.
Explain about Loop Testing methodology?
write high level test cases
5 Answers College School Exams Tests, CTS,
How do you determine wat to be tested?
In front end if you enter one record it will be inserted in to 20 tables in back end.so How you are going to test in Manually whether data is going properly in to concern data tables or not? Is there any better solution to do that instead of opening the table and checking individually?
what is difference between regression testing and re- testing?
How was the regression testing done in your project what was the contribution of the regression test effort for the whole quality improvement?
Can i get answers for telecom testing for eg telecom billing rating can be tested
How many Test Cases do we need to write for a particular application?(For example, for this AllInterview.com?)
In Agile process, If you have not completed task in the Sprint time, How do you complete the task or do you add the task to next sprint.