Identifying Test Scenarios Test scenarios: Test scenarios are the high level classification of test requirement grouped depending on the functionality of a module. Test case: Test cases for software help guild the tester through a sequence of steps to validate whether a software application is free of bugs and working as required by the end user. A test case with valid functionality is called positive test case and a test case with invalid functionality is called negative test case. Test case should cover most of the positive inputs and should be developed for all most common potential scenarios. The basic objective of writing test case is to validate the testing coverage of the application. A good test case should have high priority of finding bugs. Test Case Template: Test scenario ID - The ID of the test suite to which this test case belongs. Test case ID - The ID of the test case. Category - The type ...