- Testing data added to
src\test\data\ManualTesting\[TEAM_ID][TEAM_NAME]SampleData.xml- Testing data contains >= 20 items
- Testing script added to
src\test\data\ManualTesting\[TEAM_ID][TEAM_NAME]TestScript.adoc- Starts with how to load sample data
- Covers all functionality of the product
- Grouped by functionality
- Specify command to type and expected results (screenshots optional)
- Limit to ~20 minutes of testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "priority.high", | |
| "color": "#eb6420" | |
| }, | |
| { | |
| "name": "priority.low", | |
| "color": "#009800" | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| import cmd | |
| import readline | |
| class QuizShell(cmd.Cmd): | |
| intro = "Welcome to the ASTRON database.\nYou are now connected as <unknown_user>.\n\nFor help, type 'help' or '?'.\n" | |
| prompt = "ast.unk > " | |
| entries = { "ad_herennium": "4334445", | |
| "secret.hidden": "672839", |