Sha256: 151a6d50fdc108e05ba353e5b1293986ad47ae53801003e242905b4663d2734d

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

@mobile @ios @android @regression


Feature:  App screen deep links
  In order to ensure comprehensive support for native app deep links
  As a developer of the TestCentricity gem
  I expect to validate that app screens can be directly accessed with minimal UI interactions


  Background:
    Given I have launched the SauceLabs My Demo app


  Scenario Outline:  Verify screens can be directly accessed via deep links
    Given I am on the <start> screen
    When I load the <destination> screen
    Then I expect the <destination> screen to be correctly displayed

    Examples:
      |start    |destination        |
      |Products |About              |
      |Products |Login              |
      |Products |Webview            |
      |Products |Checkout - Address |
      |Products |Checkout - Payment |
      |About    |Products           |


  Scenario Outline:  Verify Product Item screen can be directly accessed via deep links
    Given I am on the Products screen
    And I access the data for product id <product_id>
    When I load the Product Item screen
    Then I expect the Product Item screen to be correctly displayed

    Examples:
      |product_id |
      |1          |
      |5          |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testcentricity-3.0.4 features/deep_links.feature