Sha256: 31adf396adf65633219102cf99bda26141f38c999c93c8d60ffa4d3c60a2d8b6

Contents?: true

Size: 387 Bytes

Versions: 10

Compression:

Stored size: 387 Bytes

Contents

@calculator
Feature: Automating a GUI application

  As a developer, I want to run automated tests on GUI applications
  so that my specifications are testable in a repeatable manner.

  Background: A running GUI application
    Given a GUI application named calculator

  Scenario: Simple calculation
    When I type in "2+2="
    Then the edit window text should match /4/

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
win32-autogui-0.5.3 features/automating_an_application.feature
win32-autogui-0.5.2 features/automating_an_application.feature
win32-autogui-0.5.1 features/automating_an_application.feature
win32-autogui-0.5.0 features/automating_an_application.feature
win32-autogui-0.4.3 features/automating_an_application.feature
win32-autogui-0.4.2 features/automating_an_application.feature
win32-autogui-0.4.1 features/automating_an_application.feature
win32-autogui-0.4.0 features/automating_an_application.feature
win32-autogui-0.3.0 features/automating_an_application.feature
win32-autogui-0.2.1 features/automating_an_application.feature