Cucumber For Appian

Overview

Test your Appian application within minutes with methods created specifically to operate within Appian applications and Tempo!

Common test case scenarios can be created for reusability throughout test suites. A CheatSheet.feature file that lists out all the supported methods and how to invoke them using the @Given, @When, @Then, @But, @And, and other Cucumber-supported annotation.

Note: Java 11 required for plugin version 23.4

Key Features & Functionality

With Cucumber for Appian:

  • Test scripts don't need to be updated for upgrades to supported Appian versions
  • Appian design knowledge is not required to create test scripts
  • Test scripts are easily updated for new UI changes to a form or interface
  • All of the same methods that FitNesse For Appian currently supports are supported
  • Multiple browsers are supported (Chrome v. 64-66 and Firefox v. 53-62)
Anonymous
Parents
  • Could I request a couple of step definitions as enhancements to the project in order to enable some negative checks?

    # Verify field is blank:
    Given I verify field "FIELD_LABEL or [FIELD_INDEX] or FIELD_LABEL[INDEX]" is blank
    Use case: to test a 'reset filters' action to cover cleared drop-downs, date fields etc. We can currently only test cleared text fields using 'I verify field "Field" contains "" '. Complements Verify field is not blank

    # Verify field with label contains no validation message:
    Given I verify field "FIELD_LABEL or [FIELD_INDEX] or FIELD_LABEL[INDEX]" contains no validation message
    Use case: to run a check that the value I've entered does not mistakenly trigger any validation, complements I verify field "field" contains validation message "message"

    Thanks!

Comment
  • Could I request a couple of step definitions as enhancements to the project in order to enable some negative checks?

    # Verify field is blank:
    Given I verify field "FIELD_LABEL or [FIELD_INDEX] or FIELD_LABEL[INDEX]" is blank
    Use case: to test a 'reset filters' action to cover cleared drop-downs, date fields etc. We can currently only test cleared text fields using 'I verify field "Field" contains "" '. Complements Verify field is not blank

    # Verify field with label contains no validation message:
    Given I verify field "FIELD_LABEL or [FIELD_INDEX] or FIELD_LABEL[INDEX]" contains no validation message
    Use case: to run a check that the value I've entered does not mistakenly trigger any validation, complements I verify field "field" contains validation message "message"

    Thanks!

Children
No Data