Manual Test Report (v0.3.5)
General
- Tester: Aydan Namdar Ghazani
- Date/Time: 11. November 2023
- Duration: 5 minutes
- Commit/Tag: 42000aa
- Setup: dev.permaplant.net
- Planned tests: 8
- Executed tests: 8
- ✔️Passed tests: 8
- ⚠️Problematic tests: 0
- ❌Failed tests: 0
Error Analysis
No errors occured during the tests.
Closing remarks
How is the current state of the software?
The software is in a good state.
Have the quality objectives been achieved?
There were no defined quality objectives at this time.
What are the consequences drawn from the current state, including: how can future errors be avoided, how can the development process be improved?
None
Testcases
Plant Search
- Description: Show a selection of plants if the search input is empty.
- Given I am on a map page with the plant layer active
- When I have an empty search box
- Then I can see various plants as results
- Test Result: ✔️
Base Layer
- Description: Check whether the maps background image is displayed correctly.
- Given I am on a map page with the base layer active
- When I select a base layer image
- Then I can see the base layer image on the canvas
- Test Result: ✔️
Grid
- Description: Display a point grid on the screen.
- Given I am on a map page
- When I Zoom in or out
- Then the grid spacing is changing
- Test Result: ✔️
Map Editor Guided Tour
- Description: Check whether the Guided Tour leaves the Map Editor in its original state.
- Given I am on a map page
- When I do the Guided Tour
- Then after I have done the Guided Tour the map is the same as before
- Actual Result:
- Test Result: ✔️
Map Editor Guided Tour
- Description: Guided Tour shows when not completed.
- Given I am on a map page
- When I have not completed the Guided Tour
- Then I can do the Guided Tour at any time
- Actual Result:
- Test Result: ✔️
Map Editor Guided Tour
- Description: Guided Tour only shows when not completed or explicitly cancelled.
- Given I am on a map page
- When I have not completed the Guided Tour
- Then I can interrupt the Tour at any time and come back later
- Actual Result:
- Test Result: ✔️
Edit seed
- Description: Edit seed.
- Preconditions:
- User is on the view seed page.
- Test Steps:
- Press Button "Edit seed"
- Change an attribute of the seed.
- Submit the form.
- Repeat steps 1 through 3 for every seed attribute.
- Expected Result:
- The seed attributes updated successfully.
- Test Result: ✔️
Delete seed
- Description: Edit seed.
- Preconditions:
- User is on the view seed page.
- Test Steps:
- Press Button "Delete seed"
- Expected Result:
- The selected seed is no longer available.
- Test Result: ✔️