Seeds with more than 30 objects
General
- Tester: Stefanie Feldmann
- Date/Time: 02.08.2024 15:00
- Duration: 1h
- Commit/Tag: a5658b7abfda3d4b990cb27d8119fd0ce7623d79
- Setup: local build
- Planned tests: 5
- Executed tests: 4
- ✔️Passed tests: 3
- ⚠️Problematic tests: 1
- ❌Failed tests: 0
Notes
Last test case could not be tested due to the failure of the test case before (archiving a seed).
Some minor improvement ideas regarding seed management:
- Overview page: Search input and action button should switch width or places (and this change should also be consistent with the map overview).
- Overview page: On dark mode the hover effect on a row is very bright and makes the text hard to read and the icons almost invisible.
- Overview page: Generally speaking you want to avoid two scrollbars on one page (Only the case, when there are a lot of seed entries), so the table should not have its on scrollbar.
- Overview page: When clicking on the archiving icon, a confirmation dialog could be appropriate, because this could be clicked accidentally and the toast with the possibility to restore it is also limited.
- Creation page: On dark mode the search text for the plant name input is dark and barely visible.
Error analysis
1. Archiving a seed does not instantly change the seed overview or the particular seed in any way.
2. Not yet identified.
3. Class 5: Minor deviation
4. Level 3: Correction will be done opportunistically
Test cases
Seed creation
- Description: Adds a new seed to the overview after creating one.
- Given I am logged in and add a valid seed.
- When I submit the form for seed creation
- Then I see my newly added seed in the overview.
- Actual Result:
- Test Result: ✔️
- Notes:
Seed creation with more than 30 objects
- Description: After creating 30 seeds, everything should be shown correctly on the overview page.
- Given I am logged in and add 30 valid seeds.
- When I go to my inventory
- Then I see all my newly added seeds in the overview.
- Actual Result:
- Test Result: ✔️
- Notes:
Edit seed name
- Description: After renaming a seed, the new name should be visible in the seed overview.
- Given I am logged in and edit a seed name.
- When I go to my inventory
- Then I see the new name of the edited seed.
- Actual Result:
- Test Result: ✔️
- Notes:
Archive seed
- Description: After archiving a seed, it should be removed from the overview or marked as archived in some way.
- Given I am logged in and archive a seed.
- When I go to my inventory
- Then I don't see the archived seed anymore, or it is marked as archived.
- Actual Result: The archived seed is still visible in the overview and not marked as archived in any way. After a reload the seed is not visible anymore.
- Test Result: ⚠️
- Notes:
Restore an archived seed
- Description: After restoring an archived seed, it should be added to the overview again or not marked as archived anymore.
- Given I am logged in and archive a seed and then restore it.
- When I go to my inventory
- Then I see the restored seed again.
- Actual Result:
- Test Result:
- Notes: