Coder Social home page Coder Social logo

Comments (2)

nodlesh avatar nodlesh commented on August 22, 2024

Since this story doesn't have any acceptance criteria I wanted to add the tests here.
A quick review from @knguyenBC @alexgmetcalf @amanji @jleach would be nice as well. Are these correct, and have I missed any scenarios?

@Onboarding @bc_wallet @Story_8 @normal
Feature: Onboarding
  In order to understand how the app works
  As a new holder
  I want to review onboarding material


  @T001-Onboarding @wip @AcceptanceTest
  Scenario: New User reviews all onboarding screens
    Given The User has completed the initial language selection
    And the user is on the onboarding Welcome screen
    When the user selects Next
    And they are brought to the Store your credentials securely screen
    And the user selects Next
    And they are brought to the Share only what is neccessary screen
    And the user selects Next
    And they are brought to the Take control of your information screen
    Then they can select Get started
    And are brought to the Terms and Conditions screen


  @T002-Onboarding @wip @AcceptanceTest
  Scenario Outline: New User skips onboarding screens
    Given The User has completed the initial language selection
    And the user is on the onboarding <screen>
    When the user selects Skip
    Then are brought to the Terms and Conditions screen

    Examples:
      | screen                                 |
      | Welcome screen                         |
      | Store your credentials securely screen |
      | Share only what is neccessary screen   |


  @T003-Onboarding @wip @AcceptanceTest
  Scenario Outline: New User wants to go back to review previous reviewed onboarding material
    Given The User has completed the initial language selection
    And the user is on the onboarding <screen>
    When the user selects Back
    Then are brought to the <previous screen>

    Examples:
      | screen                                  | previous screen                        |
      | Store your credentials securely screen  | Welcome screen                         |
      | Share only what is neccessary screen    | Store your credentials securely screen |
      | Take control of your information screen | Share only what is neccessary screen   |


  @T004-Onboarding @wip @FunctionalTest
  Scenario: New User quits app mid review of onboarding material
    Given The User has completed the initial language selection
    And the user is on the onboarding <screen>
    When the user quits the app
    And they reopen the app
    Then they land on the Welcome screen

    Examples:
      | screen                                 |
      | Welcome screen                         |
      | Store your credentials securely screen |
      | Share only what is neccessary screen   |
      | Take control of your information screen |


  @T005-Onboarding @wip @FunctionalTest
  Scenario: New User wants to learn more about BC wallet during onboarding
    Given The User has completed the Take control of your information screen
    When the user selects Learn more about BC Wallet
    Then then they are brought to thier browser with more info about BC wallet

from bc-wallet-mobile.

nodlesh avatar nodlesh commented on August 22, 2024

This story has been tested in the integration tests.
Full test Specification for the Onboarding feature is located here.
https://github.com/hyperledger/aries-mobile-test-harness/blob/main/aries-mobile-tests/features/bc_wallet/onboarding.feature
This PR closes the testing for this feature. openwallet-foundation/mobile-wallet-test-harness#34
Test results can be seen here, https://allure-mobile.vonx.io/allure-docker-service-ui/projects/android-one-device-smoke

from bc-wallet-mobile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.