Skip to main content

Posts

Showing posts from December 8, 2017

Test Case Vs Test Scenarios

Test Scenario is ‘What to be tested’ and Test Case is ‘How to be tested’. Difference between Test case and Test scenario: Test case consist of a set of input values, execution precondition, expected results and executed post condition, developed to cover certain test condition. While Test scenario is nothing but a test procedure. A Test Scenarios has one or many relations with Test Case, meaning a scenario can have multiple test cases. Each time we have to write test cases for test scenario. So before testing first prepare test scenarios then create two different test cases for each scenario. Test cases are derived (or written) from test scenario. The scenarios are derived from used cases. Test Scenario represents a series of actions that are associated together. While test Case represents a single (low level) action by the user. Scenario is thread of operations where as Test cases are set of input and output given to the System. Test Case Template A test case c