±«Óătv

Results

Every test result should be recorded and cross referenced to the test plan.

Test results – Python

Test #Actual results – Python
1
Please enter your name: Harriet
Welcome Harriet
Please select the level of difficulty from the menu below:
1. Easy
2. Medium
3. Hard

Test passed: Normal data accepted
2
Please enter your name: 
Please enter your name: 
Please enter your name: 
Please enter your name: 

Test passed: Null data not accepted
3.1
Please enter your name: 12345
Welcome 12345
Please select the level of difficulty from the menu below:
1. Easy
2. Medium
3. Hard

Test failed: Integers accepted (see corrective action 1)
3.2
Please enter your name: bobbobbobbobbobbobbobbobbobbobbobbobbobbobbobbobbob
Please enter your name:  

Test passed: 50+ characters not accepted
Test #1
Actual results – Python
Please enter your name: Harriet
Welcome Harriet
Please select the level of difficulty from the menu below:
1. Easy
2. Medium
3. Hard

Test passed: Normal data accepted
Test #2
Actual results – Python
Please enter your name: 
Please enter your name: 
Please enter your name: 
Please enter your name: 

Test passed: Null data not accepted
Test #3.1
Actual results – Python
Please enter your name: 12345
Welcome 12345
Please select the level of difficulty from the menu below:
1. Easy
2. Medium
3. Hard

Test failed: Integers accepted (see corrective action 1)
Test #3.2
Actual results – Python
Please enter your name: bobbobbobbobbobbobbobbobbobbobbobbobbobbobbobbobbob
Please enter your name:  

Test passed: 50+ characters not accepted

Test results: C#

Test #Actual Results – C#
1
Enter a name: Harriet
Harriet >> Accepted
DIFFICULTY
Please select the difficulty level from the menu below:
1 - Easy
2 - Medium
3 - Hard

PASS: Accepted
2
Enter a name: 
 >> NOT ACCEPTABLE - try again
Enter a name:

PASS: The anticipated error message appeared
3.1
Enter a name: 12345
12345 >> Accepted
DIFFICULTY
Please select the difficulty level from the menu below:
1 - Easy
2 - Medium
3 - Hard

FAIL: Numeric input accepted (corrective action required, but very challenging in C#)
3.2
Enter a name: AbcdefghiAbcdefghiAbcdefghiAbcdefghiAbcdefghiAbcdef
 >> NOT ACCEPTABLE - try again
Enter a name: 

PASS: More than 50 alphabetic characters was deemed unacceptable
Test #1
Actual Results – C#
Enter a name: Harriet
Harriet >> Accepted
DIFFICULTY
Please select the difficulty level from the menu below:
1 - Easy
2 - Medium
3 - Hard

PASS: Accepted
Test #2
Actual Results – C#
Enter a name: 
 >> NOT ACCEPTABLE - try again
Enter a name:

PASS: The anticipated error message appeared
Test #3.1
Actual Results – C#
Enter a name: 12345
12345 >> Accepted
DIFFICULTY
Please select the difficulty level from the menu below:
1 - Easy
2 - Medium
3 - Hard

FAIL: Numeric input accepted (corrective action required, but very challenging in C#)
Test #3.2
Actual Results – C#
Enter a name: AbcdefghiAbcdefghiAbcdefghiAbcdefghiAbcdefghiAbcdef
 >> NOT ACCEPTABLE - try again
Enter a name: 

PASS: More than 50 alphabetic characters was deemed unacceptable