FitNesse for Appian

Overview

FitNesse for Appian is a client-side tool that makes it easy to create automated tests on the Appian platform. Create test scripts that will run Appian as if a user was clicking through the application and filling out data. FitNesse for Appian includes easy instructions to get you started.

Note: Java 11 required for plugin version 23.4

Key Features & Functionality

With FitNesse for Appian, you can:

  • Write easy-to-read wiki language tests for Appian applications
  • Speed up testing times
  • Set up reusable regression tests

Reusable scripts can be written to:

  • Create new packages
  • Move them to different stages in the workflow
  • Check that forms are being populated correctly
Anonymous
Parents Comment Children
  • I can confirm that the field name is correct as the following works:

    |populate field|KEY_VALUE|with value|tv!invalid.keyTooLong|

    My current work around is:

    |$validationMessage=|get test variable|tv!errors.keyTooLong|
    |check|get field|KEY_VALUE|validation message|$validationMessage|