-
Notifications
You must be signed in to change notification settings - Fork 4
Turret Selection Screen
Guoyang Luo edited this page Sep 12, 2023
·
13 revisions
Due to the state of UI, it cannot be directly JUNIT/mockito tested. Here is a test plan for the screen:
- Background appears.
- All turrets appear (that are added in enumumerate).
- Image, description and turret name correctly display.
- Clicking a turret correctly adds it to the list of turrets picked.
- Clicking a turret in the list of turrets picked correctly removes turret from list.
- Clicking a turret in the list when it exceeds the maximum correctly displays message.
- Clicking a turret in the list when it exceeds the maximum correctly stops turrets from being added to the list.
- Clicking continue takes you to the main game screen
The test was manually conducted 3 times, all tests passed (for a single resolution) but a resolution bug was found (See issue #149)