Sha256: 9d5440df54860287b72504c712c868c774049c4e20daa8e693ab09e078700512
Contents?: true
Size: 984 Bytes
Versions: 2
Compression:
Stored size: 984 Bytes
Contents
Feature: Missing Fields In order to provide reliable tests Steps referering to elements not found on a form should fail Scenario: Missing Fields Given I am on the blank form When I fill in a nonexistent text field an error should be raised When I select a nonexistent select field an error should be raised When I choose a nonexistent radio button an error should be raised When I check a nonexistent checkbox an error should be raised When I press a nonexistent button an error should be raised When I select a missing option from an existing select an error should be raised Scenario: Missing Link Given I am on the blank form When I follow a nonexistent link an error should be raised Scenario: Checking Values of Missing Fields Given I am on the blank form When I test the value of a nonexistent field contains an error should be raised When I test state of a nonexistent checkbox contains an error should be raised
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mechanical-cuke-0.5.0 | features/missing_fields.feature |
mechanical-cuke-0.4.3 | features/missing_fields.feature |