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:
v21.4.1 Release Notes
Hello, I have an issue that I can't solve if anyone can help.I'm trying to populate a picker field where all the different choices contains a special character (®)
I tried many different options such as populate picker field "field" with partially matching suggestions for "value" but nothing works and my test crashes everytime...
Thanks
Does CucumberForAppian support Microsoft Edge browser? If not, by when we can expect support for Edge?
Dear Sarathkumar, Did you solve this issue?? Can u please let me know, how u solved this issue? i am also facing the same issue.
Hi Rituraj,
Thanks for using Cucumber for Appian. We don't publish JavaDocs for the Cucumber Fixtures, but we do publish JavaDocs for Appian Selenium API, which is the API that Cucumber for Appian builds on top of.
You can find it here https://community.appian.com/b/appmarket/posts/appian_2d00_selenium_2d00_api
In the fixture methods, you will find all of the methods that Cucumber Fixtures extend on.
Thank you and let me know if you have any more questions.
Vincent
Hi Team,
Are there any JavaDocs available for this API? API work in strange ways. and is very confusing to guess.
For example If I have to read value from 2nd row of a grid , I need to supply value "[2]" in the rowNum parameter, just supplying "2" doesn't work and keeps returning the value from 1st row. It should have thrown an error, if the input format is not correct.