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:
Reusable scripts can be written to:
We are seeing the following issue when trying to verify a field's validation messages.
FitNesseForAppian release: 22.2
Appian version: 21.4
Can someone please confirm if this is a bug with FitNesseForAppian?
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|