Pensano-dev / aura-mobile-app

5 stars 0 forks source link

🧪 test: E2E tests for main/facility selection screen - Part 1 - Test plan #91

Open pablisch opened 3 months ago

pablisch commented 3 months ago

Description: A three-part task that will set the tone for E2E testing in Aura. Unlike most tickets in this project, this ticket passes much of the scope and acceptance criteria to the tester performing this task which will then be reviewed by the PM. Part 1: Test plan (this ticket) Part 2: Manual testing - #92 Part 3: Automated testing - #93

Considerations: This task consists of three linked tickets. They do not need to be carried out by the same person/people but it makes sense that they are. Part one (this ticket) must be carried out first. The remaining parts may be carried out in any order that suits.

AC: Create a test plan for e2e testing of the main screen related to the user stories and AC already created:

NOTE: There is no issue with tests being manual and automated.

NOTE: There is a preference for automated testing as we are aware that things will change over time and there is a huge value in regression testing in this project.

ManuelaIacobovici commented 2 months ago

Test plan in done in the branch "tests" that can be seen. It is not a PR yet as I started to use Maestro for automated testing and wanted to discuss it first with the team and show how it works.