Sha256: 2bda4de04e4bef27b0b80594dafa32815e3c36433cf044f93bebd2b3d3d15c7f

Contents?: true

Size: 916 Bytes

Versions: 4

Compression:

Stored size: 916 Bytes

Contents

Feature: Humans can confirm test results

  In order to ensure that humans can be utilized and incorporated into acceptance testing flow
  As a human tester
  I want be able to receive information and provide feedback
  
  Scenario: Basic Yes/No Dialog
    Then I should say "I can see a yes/no dialog box"
  
  Scenario: Info Box
    When I display the message "TEST MESSAGE.  Please close me."
    Then I should say "I saw the 'TEST MESSAGE'"
    
  Scenario: Single Warning (dialog)
    Given this warning is displayed:
      |dialog|

    Then I should say "I am aware that dialogs will used for manual verification" 
    
  Scenario: Multiple warnings (dialog & firefox)
    Given these warnings are displayed:
      |dialog|
      |firefox|

    Then I should say "I am aware that dialogs will used for manual verification" 
    Then I should say "I saw an informational warning about firefox requirements" 
  

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
cucumber-farmer-1.0.3 test_app/features/human_confirmation.feature
cucumber-farmer-1.0.2 test_app/features/human_confirmation.feature
cucumber-farmer-1.0.1 test_app/features/human_confirmation.feature
farmer-0.5.1 test_app/features/human_confirmation.feature