Escenarios de pruebas de aceptación - daprieto1/MISO-4208 GitHub Wiki
Escenarios de pruebas de aceptación
UHabit
Feature: Create new habit
AS an user I WANT to create a new habit FOR track my progress in different activities.
Scenario: The user can create new a habitGiven The user is in the home of the app
When He press the create a new habit button
And fill the form with <name> and <question>Then the user can see the new habit in the app
Examples:
|name |question | |read |Didyoureadinthemorning? | |breakfast|Didyoutakeyourbreakfastinthemorning?|
K9 Mail
Feature: Send a mail
AS an user I WANT to send an email FOR deliver personal information.
Scenario: The user can send an email through the appGiven The user has an account already configured in the app
When And fill the form with <name> and <question>Then the user can see the new habit in the app
Examples:
|name |question | |read |Didyoureadinthemorning? | |breakfast|Didyoutakeyourbreakfastinthemorning?|
K9 Mail
Feature: Send a mail
AS an user I WANT to send an email FOR deliver personal information.
Scenario: The user can send an email through the appGiven The user has an account already configured in the app
And the user is in the inbox
When And fill the form with <name> and <question>Then the user can see the new habit in the app
Examples:
|name |question | |read |Didyoureadinthemorning? | |breakfast|Didyoutakeyourbreakfastinthemorning?|