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:
we are trying to upload a file using Gherkin language
Given I populate field type "FILE_UPLOAD" named "Document Upload" with "C:\\Users\\Admin\\Desktodb1_file(1).docx"
However it throws error.
1. should we upload files in specific folder and mention the name?
2. Which folder should we upload specifically in Cucumber Home?
Hi Arjunv91,
Sorry for the late reply. I think this is because the (1) part needs to be escaped as well. You will need to escape the open and closing parenthesis just like how you escape the backward slash.
Please feel free to reach out if you have more questions.
HI Vincent, Please if you can confirm what inbuilt fixture method should be used to upload a file using Cucumber For Appian Thanks in Advance.