Test Case Design, An Art to Learn To become a good Tester

Test Case Design, An Art to Learn To become a good Tester

A test case design is a detailed procedure that fully tests a feature of the software application or an aspect of a feature, depending on the complexity of the application. This describes the various permutation and combination of steps to be carried out to test a feature.

Normally Test Case Design is done in two way.
1. Descriptive: These test cases contains information on how to perform the test and the data that should be used to perform the test

2.Detailed: These test cases describes the manner in which the test should be performed.
In general every organization try to opt Detailed test cases, because these are reproducible and can be automated easily and can be used to determine the pass and fail criteria for test.

Few things need to be included while test case design
1. Identify the test case and explicitly associating it with feature to be tested.
2.Mapping test cases with requirements by using requirement traceability matrix.
3. Purpose of the test.
4.Creating a list of specified criteria for which the test should be tested.
5.Creating a list of tests that should be exercise as a consequences of test.
6.Assembling of expected results occurs, when test cases are executed
7.Creative scenario, or conditions in which tests are executed.
8.Assimilate all information that add value to understand the test.
Since test case designing is time consuming. However, if this activity is done extensively then it enables tester to find goal of testing with in time.

A test case also includes certain things that is very important in a successful testing.
1. Purpose of testing.
2. Hardware and software environment required.
3. Special configuration requirement like making war room.
4.Detail of the testing processes.
5.Expected results or success criteria of test.