Difference between Test scenario and test cases?
Answers were Sorted based on User's Feedback
Answer / aa
Test Scenario is flow or condition to test the functionality.
From test scenario, test cases are designed.
From one test scenario , can able to write 4 to 5 test cases.
Ex :
For Login functionality below are the Test Scenaro's,
With valid user id and password
With valid user id and invalid password
with invalid user id and valid password
with invalid user id and invalid password
with blank user d and blank password values
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / siva rama krishna.g
Test Scenario can be defined as a group of test cases
combined and a test cases are individual test case.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manoj
Scenario is the situation
In one Scenario we can write many Test Cases
Test case is one in which how to test the functionality
| Is This Answer Correct ? | 1 Yes | 0 No |
why you want 2 join Testing ?
What Is Regression Testing?
Explain the difference between alpha testing and beta testing.
what is the criteria for selecting automation testing ?
What do you mean by review? How many reviews are there in manual testing? please explain those?
please give information about ERP Projects and how V-model use in project
How you will test media player ?
Software life Cycle models
what are test beds
How you create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
Explain all kinds of testing?
In my Projects there are permissions for users. According to permissions assigned to user, he can use the application. So Shall I write test cases for each & every permissions? There are 170 permissions for each & every functionality. Please guide me properly.