Programming Homework Object Oriented Concepts
Sample Test Case
|
TC Number TC Name (Title of Test case) |
|
Requirement to be tested
|
|
Preconditions: conditions that must be present before test case can successfully run
|
|
Steps: The steps the tester must execute to test the feature.
|
|
Expected results: Expected results and any side effects such as updating a database, writing to a file, etc.
|
|
Pass/Fail: Mark whether the test case passed or failed. The results can be compiled and used to determine if the application is ready for delivery/release.
|