Test Case Formats
White Box test case Format
==========================
Test Case Format
==============================
Test Case
---------
Name:
Unit:
What:
Author:
How: How is the test to be performed?
Input: What a user does as well as what they enter
Output: What is the expected response of the system?
Example
==============================
Test Case
---------
Name: AddEmployee
What: Verifies that employees are added correctly.
Where: PlaNet Administration, View Employee
Who: Juraj
How:
Input: Log in to the system with an adminstrator account.
In the Administration dialog
Select the Personnel radio button
Click Add New
In the Add New Employee dialog,
Fill in each field.
Click ok.
Output: After OK is clicked, the Add New Employee dialog
should disappear.
The new name should appear in the listbox of
the Administrator dialog.
(Restart the application. The name should appear
in the list of employees of the Adminstration dialog).
Bug Report Format
=============================
Bug Report
----------
Name: Name of bug report (unique identifier or integer)
What: Describe the bug (short desc)
When: Date/Time
Where: Dialogs Involved, use dialog captions for names.
If possible, describe filename, function name
Who: Who discovered the bug
How: Describe the actions used to reproduce this bug.
These should be complete yet brief.
Describe specific input data as well if possible.
Why: If you have a guess as to why this is happening,
include it here. This last field is optional.
Ref: Reference any applicable test cases. Use the test case's name