Sha256: 0d9c2e1f88df7aa86159458bb34bc2ed0c627dcd2417ae2eed70673b4f21ee00

Contents?: true

Size: 482 Bytes

Versions: 3

Compression:

Stored size: 482 Bytes

Contents

Feature: Demo

  As a iPhone user
  I want to Demo app
  So that I can make the test for Demo section
  @ios_demo
  Scenario: Navigate
    Given I have App running with appium
    When I input text "4" on "textbox1"
    And I input text "4" on "textbox2"
    And I click on "button_sum"
    Then I verify property "result" with "value" has value "8"
    When I click on "show_alert"
    Then I verify property "alert title" with "name" has value "Cool title"
    And I accept alert

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
Ifd_Mobile-0.1.7 project/features/iOS/iOS_test.feature
Ifd_Mobile-0.1.3 project/features/iOS/iOS_test.feature
Ifd_Mobile-0.1.2 project/features/iOS/iOS_test.feature