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:
Hi Stephan Clemens brianj
Thanks for reaching out.
We are aware that the recent change broke some of the FitNesse scripts. We are working on making a minor release.
Echoing this concern. The hotfix appears to have broken record type link indexing (since they're cards) as well, which stops our tempo-based application scripts pretty early. Any plans for an updated version soon?
Dear April Schuppel,
Could it be that the latest hotfix (20.2 Hotfix Package C) broke SiteFixture.clickOnCard('foo')?
We applied the hotfix to our UAT environment and it turns out that in UAT the clickOnCard method stopped working for linked cards. Could be related to AN-163121 (Linked cards are now properly included in the list of links dialog when using assistive technologies.)?
We tried with FF and Chrome. In the environments we've not patched, our tests run perfectly fine. Whereas the tests fail in our patched UAT environment. Compare and deploy does not show any application object discrepancies between the environments.
Let me know if you have questions.
Thanks,Stephan
Can you try clicking on the boxes using indexing? e.g. if you have two boxes on the pop up with the name "Box", try clicking on them with Box[3] and Box[4].The DOM might include 4 boxes in it. Two from the underlying form and two from the pop up.
Hi,I am still getting issues while clicking box on a pop up window.unknown error: Element <div class="BoxLayout---box_heading_wrapper BoxLayout---collapsible" aria-expanded="true" tabindex="0" role="heading" aria-level="3">...</div> is not clickable at point (572, 613). Other element would receive the click: <div class="ButtonLayout2---button_layout ButtonLayout2---align_start ButtonLayout2---margin_none">...</div>Exact error message pasted here.com.appiancorp.ps.automatedtest.exception.GenericTestException: message:<<An error has occurred: Expand Box - Fee Details>>I already copied and pasted the 20.2 JAR file on my library, then add it on the Properties > Java Build Path > Libraries, change all stuffs related to the FFA versioning, but still having the same issue as before, unable to toggle 2 of the boxes on our application.Any advice?
Hi,I am still getting issues while clicking box on a pop up window.unknown error: Element <div class="BoxLayout---box_heading_wrapper BoxLayout---collapsible" aria-expanded="true" tabindex="0" role="heading" aria-level="3">...</div> is not clickable at point (572, 613). Other element would receive the click: <div class="ButtonLayout2---button_layout ButtonLayout2---align_start ButtonLayout2---margin_none">...</div>Exact error message pasted here.com.appiancorp.ps.automatedtest.exception.GenericTestException: message:<<An error has occurred: Expand Box - Fee Details>>
Hi, can you please advise what FitNesse Methods Jar.jar inside the downloaded package is for and where it is meant to be placed within Fitness For Appian? Thanks Julie
Hi Stephan Clemens, the updated version compatible with 20.2 is now available!
20.2 compatible version please