Results
Every test result should be recorded and cross referenced to the test plan.
Test results – Python
| Test # | Actual results – Python |
| 1 | Test passed: Normal data accepted |
| 2 | Test passed: Null data not accepted |
| 3.1 | Test failed: Integers accepted (see corrective action 1) |
| 3.2 | Test passed: 50+ characters not accepted |
| Test # | 1 |
|---|---|
| Actual results – Python | Test passed: Normal data accepted |
| Test # | 2 |
|---|---|
| Actual results – Python | Test passed: Null data not accepted |
| Test # | 3.1 |
|---|---|
| Actual results – Python | Test failed: Integers accepted (see corrective action 1) |
| Test # | 3.2 |
|---|---|
| Actual results – Python | Test passed: 50+ characters not accepted |
Test results: C#
| Test # | Actual Results – C# |
| 1 | PASS: Accepted |
| 2 | PASS: The anticipated error message appeared |
| 3.1 | FAIL: Numeric input accepted (corrective action required, but very challenging in C#) |
| 3.2 | PASS: More than 50 alphabetic characters was deemed unacceptable |
| Test # | 1 |
|---|---|
| Actual Results – C# | PASS: Accepted |
| Test # | 2 |
|---|---|
| Actual Results – C# | PASS: The anticipated error message appeared |
| Test # | 3.1 |
|---|---|
| Actual Results – C# | FAIL: Numeric input accepted (corrective action required, but very challenging in C#) |
| Test # | 3.2 |
|---|---|
| Actual Results – C# | PASS: More than 50 alphabetic characters was deemed unacceptable |