xxxxxxxxxx
It is documentation which describes step by step how to perform testing.
It includes:
- test case ID (TC ID)
- test case name (TC Name)
- pre-condition
- step definitions
- test data
- expected/actual result
- pass/fail
Tester creates test cases.
xxxxxxxxxx
What constitutes a test case?
A test case consists of several components. Some of them are test
-suite id,
-test case id
-description
-pre-condition
-test procedure
-test data
-expected/actual results
-test environment.