<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian</link><pubDate>Tue, 10 Jun 2025 23:23:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Current Revision posted to Guide by joel.larin on 6/10/2025 11:23:43 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;div class="callout-box callout-info"&gt;Please be advised that this package has moved to a new &lt;a href="https://gitlab.com/appian-oss/appian-selenium-api"&gt;open-source repository&lt;/a&gt;, as future updates on the App Market will be discontinued. We encourage all users to switch to the new repository to gain the ability to contribute, receive immediate access to bug fixes and new functionality, and improve communication with other users and maintainers via GitLab issues.&lt;/div&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="25.1"&gt;March 2025 - Release 25.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Added support for defining and using custom locales. Use create appian locale | PATH TO File. This method must be called after setting the version.&lt;br /&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;File must be JSON file with the format&lt;/strong&gt;:&amp;nbsp;{ &amp;quot;dateFormats&amp;quot;: [ { "label": "dateFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "dateDisplayFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "timeFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "timeDisplayFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "datetimeFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "datetimeDisplayFormat","value": &amp;lt;FORMAT_STRING&amp;gt; } ], &amp;quot;labels&amp;quot;: [ { "label": "acceptButton", "value": "Accept" } ], &amp;quot;locale&amp;quot;: &amp;lt;LOCALE_CODE&amp;gt; }&lt;!-- notionvc: a0caf744-193a-430a-a07c-8fec6fed1e37 --&gt;&lt;!-- notionvc: bac86f8d-84e2-4689-b153-1bb90e3d5c2e --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fixed clickOnRecordRelatedAction to function correctly when the Record Summary page contains more than three action items.&lt;!-- notionvc: dd49e574-46f8-4e3a-8588-5e6b22f5c63a --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="24.3"&gt;August 2024 - Release 24.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Added built-in retry to click operation in case of element not interactable exception.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Updated the milestone locator.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/20</link><pubDate>Wed, 05 Mar 2025 20:52:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 20 posted to Guide by Appian Max Team on 3/5/2025 8:52:22 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="25.1"&gt;March 2025 - Release 25.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Added support for defining and using custom locales. Use create appian locale | PATH TO File. This method must be called after setting the version.&lt;br /&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;File must be JSON file with the format&lt;/strong&gt;:&amp;nbsp;{ &amp;quot;dateFormats&amp;quot;: [ { "label": "dateFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "dateDisplayFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "timeFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "timeDisplayFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "datetimeFormat", "value": &amp;lt;FORMAT_STRING&amp;gt; }, { "label": "datetimeDisplayFormat","value": &amp;lt;FORMAT_STRING&amp;gt; } ], &amp;quot;labels&amp;quot;: [ { "label": "acceptButton", "value": "Accept" } ], &amp;quot;locale&amp;quot;: &amp;lt;LOCALE_CODE&amp;gt; }&lt;!-- notionvc: a0caf744-193a-430a-a07c-8fec6fed1e37 --&gt;&lt;!-- notionvc: bac86f8d-84e2-4689-b153-1bb90e3d5c2e --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fixed clickOnRecordRelatedAction to function correctly when the Record Summary page contains more than three action items.&lt;!-- notionvc: dd49e574-46f8-4e3a-8588-5e6b22f5c63a --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="24.3"&gt;August 2024 - Release 24.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Added built-in retry to click operation in case of element not interactable exception.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Updated the milestone locator.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/19</link><pubDate>Tue, 03 Sep 2024 15:28:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 19 posted to Guide by joel.larin on 9/3/2024 3:28:19 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.3"&gt;August 2024 - Release 24.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Added built-in retry to click operation in case of element not interactable exception.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Updated the milestone locator.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/18</link><pubDate>Mon, 01 Jul 2024 17:16:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 18 posted to Guide by joel.larin on 7/1/2024 5:16:46 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/17</link><pubDate>Mon, 01 Jul 2024 17:16:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 17 posted to Guide by joel.larin on 7/1/2024 5:16:03 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/16</link><pubDate>Mon, 01 Jul 2024 17:15:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 16 posted to Guide by joel.larin on 7/1/2024 5:15:39 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol style="font-size:110%;"&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/15</link><pubDate>Mon, 01 Jul 2024 17:14:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 15 posted to Guide by joel.larin on 7/1/2024 5:14:35 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt;&amp;nbsp;guide.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/14</link><pubDate>Mon, 01 Jul 2024 17:14:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 14 posted to Guide by joel.larin on 7/1/2024 5:14:10 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/13</link><pubDate>Mon, 01 Jul 2024 17:13:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 13 posted to Guide by joel.larin on 7/1/2024 5:13:36 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;ul style="font-size:110%;"&gt;
&lt;li&gt;Appian 22.2 and above&lt;/li&gt;
&lt;li&gt;Java Runtime Environment 11&lt;/li&gt;
&lt;li&gt;Chrome or Firefox browsers
&lt;div class="callout-box callout-info"&gt;If using Chrome, we recommend using &lt;a href="https://developer.chrome.com/blog/chrome-for-testing/"&gt;Chrome For Testing&lt;/a&gt; for a more consistent testing experience.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/12</link><pubDate>Thu, 13 Jun 2024 13:15:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 12 posted to Guide by joel.larin on 6/13/2024 1:15:52 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="24.2"&gt;June 2024 - Release 24.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Updated locator for site menu links&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Created method which supports clicking on text within an interface. This is particularly useful for nested cards such as tab layouts, but can also be used as a fallback when existing methods don&amp;#39;t work. This method is available for all Appian versions.&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Click operation on Card layout will be performed on the left side of the element instead of the right. We&amp;#39;re not expecting any impact on existing test cases.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/11</link><pubDate>Tue, 23 Apr 2024 13:18:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 11 posted to Guide by Appian Max Team on 4/23/2024 1:18:49 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/10</link><pubDate>Tue, 02 Apr 2024 15:06:11 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>Appian Max Team</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 10 posted to Guide by Appian Max Team on 4/2/2024 3:06:11 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/9</link><pubDate>Tue, 02 Apr 2024 14:59:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 9 posted to Guide by joel.larin on 4/2/2024 2:59:51 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;March 2024 - Release 24.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Enhancements
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 24.1&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;Adds support for collapsing/opening sidebars&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;ClickOnCard updated to support clicking on cards with complex content. For example, the method can now click on cards that have a component nested in multiple layouts within the card&lt;!-- notionvc: c9bfab53-e4e1-4301-9c43-08f4d6f59a50 --&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/8</link><pubDate>Tue, 20 Feb 2024 15:55:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 8 posted to Guide by joel.larin on 2/20/2024 3:55:26 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;November 2023 - Release 23.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE: &lt;span style="font-weight:400;"&gt;Project has been updated to require Java 11 JRE&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;&lt;/strong&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Support for Appian version 23.4&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for the side navigation menu in sites&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for downloading charts&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for buttons configured with custom colors&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Honor the download directory given in custom.properties for Remote Drivers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update dropdowns for versions greater than 23.3 to ignore the aria-checked value&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Fixed Populate Record Type Data Range User Filter method&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;August&amp;nbsp;2023 - Release 23.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements&lt;br /&gt;
&lt;ul&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Supports Appian version 23.3&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Added functionality to interact with new site group headers&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Updated to Selenium 4.11.0&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Add support for Date Range user filters in Record Types&lt;/span&gt;&lt;/li&gt;
&lt;li style="font-weight:400;"&gt;&lt;span style="font-weight:400;"&gt;Update checkboxes to support CARD style for 23.3 and later Appian versions&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/7</link><pubDate>Tue, 31 Oct 2023 15:22:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 7 posted to Guide by joel.larin on 10/31/2023 3:22:35 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: testing, Platform, Architecture&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/6</link><pubDate>Tue, 31 Oct 2023 15:21:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 6 posted to Guide by joel.larin on 10/31/2023 3:21:32 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;h2 id="setup"&gt;Setup&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/5</link><pubDate>Tue, 31 Oct 2023 15:19:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 5 posted to Guide by joel.larin on 10/31/2023 3:19:31 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Setup"&gt;Setup&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Requirements"&gt;Requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Installation"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#FitNesseForAppian"&gt;FitNesse For Appian&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#FirstExample"&gt;Running your first FitNesse test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Development"&gt;Developing custom tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Features"&gt;Features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Benefits"&gt;Benefits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#Release"&gt;Release Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Appian 21.3 and above&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Java Runtime Environment 8&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/4</link><pubDate>Tue, 31 Oct 2023 15:18:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 4 posted to Guide by joel.larin on 10/31/2023 3:18:10 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices#designing_appian_applications_for_fitnesse"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Setup"&gt;Setup&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Requirements"&gt;Requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Installation"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#FitNesseForAppian"&gt;FitNesse For Appian&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#FirstExample"&gt;Running your first FitNesse test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Development"&gt;Developing custom tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Features"&gt;Features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Benefits"&gt;Benefits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#Release"&gt;Release Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Appian 21.3 and above&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Java Runtime Environment 8&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release_notes"&gt;Release Notes&lt;/h2&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/3</link><pubDate>Tue, 31 Oct 2023 15:16:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 3 posted to Guide by joel.larin on 10/31/2023 3:16:49 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices#designing_appian_applications_for_fitnesse"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Setup"&gt;Setup&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Requirements"&gt;Requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Installation"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#FitNesseForAppian"&gt;FitNesse For Appian&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#FirstExample"&gt;Running your first FitNesse test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Development"&gt;Developing custom tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Features"&gt;Features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Benefits"&gt;Benefits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#Release"&gt;Release Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Appian 21.3 and above&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Java Runtime Environment 8&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="developing_custom_tests"&gt;Developing custom tests&lt;/h3&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/8206.Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h3 id="features"&gt;Features&lt;/h3&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="benefits"&gt;Benefits&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h3&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/2</link><pubDate>Tue, 31 Oct 2023 14:13:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>matt.cosenza</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 2 posted to Guide by matt.cosenza on 10/31/2023 2:13:49 PM&lt;br /&gt;
&lt;div style="margin:8px 16% 8px 8%;"&gt;
&lt;p&gt;FitNesse for Appian is a client side tool, built on top of&amp;nbsp;&lt;a href="http://docs.fitnesse.org/FrontPage"&gt;FitNesse&lt;/a&gt;, that makes it easy to create automated tests on the Appian platform. This&amp;nbsp;tool allows you to create test scripts in a easy to read wiki language that will&amp;nbsp;be run by the system to interact with an Appian application as a human user.&lt;/p&gt;
&lt;p&gt;FitNesse for Appian provides an Appian-specific wiki language within FitNesse that maps directly to actions that can be performed in Appian, such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the interface (News, Tasks, Records, Reports, Actions, Sites)&lt;/li&gt;
&lt;li&gt;Starting actions and completing tasks&lt;/li&gt;
&lt;li&gt;Validating content on record views or in news events&lt;/li&gt;
&lt;li&gt;And much more... the complete list is available directly within the tool!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about&amp;nbsp;testing and development best practices when using FitNesse for Appian, visit the&amp;nbsp;&lt;a href="/w/guide/3212/fitnesse-for-appian-best-practices#designing_appian_applications_for_fitnesse"&gt;FitNesse for Appian Best Practices&lt;/a&gt; play.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Setup"&gt;Setup&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#Requirements"&gt;Requirements&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Installation"&gt;Installation&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#FitNesseForAppian"&gt;FitNesse For Appian&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#FirstExample"&gt;Running your first FitNesse test&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Development"&gt;Developing custom tests&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Features"&gt;Features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Benefits"&gt;Benefits&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="#Release"&gt;Release Notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Appian 21.3 and above&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Java Runtime Environment 8&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The&amp;nbsp;zip file for the tool can be downloaded from the&amp;nbsp;&lt;a href="/b/appmarket/posts/fitnesse-for-appian"&gt;App Market Public Listings&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Unzip the contents into your root directory or preferred location (e.g. C:\)&lt;/li&gt;
&lt;li&gt;In a terminal window navigate to the folder extracted from the zip file (e.g. C:\fitnesse-for-appian). We will refer to this directory as TESTING_HOME throughout this documentation
&lt;ol&gt;
&lt;li&gt;For PC, main commands will be:
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;dir:&amp;nbsp;&lt;/strong&gt;used to show contents of current directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd: &lt;/strong&gt;used to change directory (open a folder), e.g. &lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;For Mac/Linux,
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;ls:&lt;/strong&gt; used to show contents of a directory (folder)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;cd:&amp;nbsp;&lt;/strong&gt;used to change directory (open a folder), e.g.&amp;nbsp;&lt;em&gt;cd Documents&amp;nbsp;&lt;/em&gt;would open the Documents folder.&amp;nbsp;&lt;em&gt;cd ..&amp;nbsp;&lt;/em&gt;would go to the parent folder of current folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Open the &amp;quot;custom.properties&amp;quot; file located in TESTING_HOME/configs and change:
&lt;ol&gt;
&lt;li&gt;automated.testing.home to be TESTING_HOME (e.g. C:\FitNesseForAppian)&lt;/li&gt;
&lt;li&gt;download.directory to be a folder of your choosing&lt;/li&gt;
&lt;li&gt;chrome.driver.home to be TESTING_HOME/lib/drivers/chromedriver(.exe if using windows, -mac if using a mac, -linux if using UNIX)&lt;/li&gt;
&lt;li&gt;firefox.driver.home to be TESTING_HOME/lib/drivers/geckodriver(.exe if using windows, -mac if using a mac, -linux64 if using UNIX)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Run start.bat if using windows, start-mac.sh for Mac, and start-unix.sh for UNIX to install and run FitNesse for Appian.&amp;nbsp;Installation should take around 30 seconds and is complete when you see the message &amp;quot;Starting FitNesse on port: 8980&amp;quot;. To stop FitNesse for Appian, invoke Ctrl+C in the&amp;nbsp;terminal.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="running_your_first_fitnesse_test"&gt;Running your first FitNesse test&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start FitNesse if it isn&amp;#39;t already running by running start.bat/start-mac.sh/start-unix.sh depending on your system&lt;/li&gt;
&lt;li&gt;Navigate to http://localhost:8980/FitNesseForAppian.Examples.TestExample&lt;/li&gt;
&lt;li&gt;Follow the configuration instructions marked by &amp;quot;Please follow the directions below to execute the test&amp;quot;&lt;/li&gt;
&lt;li&gt;Click Test at the top of the page&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="developing_custom_tests"&gt;Developing custom tests&lt;/h2&gt;
&lt;p&gt;To&amp;nbsp;try out the tool further, use the Appian application included in the combined files download&amp;nbsp;(Automated Testing - 1x.x.zip) and import it into your corresponding version of Appian environment.&lt;/p&gt;
&lt;p&gt;Navigate to the FitNesseForAppian Cheatsheet&amp;nbsp;and make use of the supported methods to write your own test suite to run against the sample application! Be sure you are using methods for the environment you are testing. For example, if testing sites, use navigation methods that come from the &amp;quot;Sites Methods&amp;quot; scenario. Using methods from a different environment has the potential to break in future releases.&lt;/p&gt;
&lt;p&gt;An example test suite run could look like this:&amp;nbsp;&lt;/p&gt;
&lt;div style="margin-bottom:3rem;margin-top:3rem;"&gt;&lt;img style="box-shadow:3px 3px 5px rgba(0, 0, 0, 0.1);" alt=" " src="/resized-image/__size/1200x0/__key/communityserver-wikis-components-files/00-00-00-00-46/Appian_5F00_FitNesse_5F00_0.png" /&gt;&lt;/div&gt;
&lt;p&gt;By default, the tool collects usage metrics for analytics purposes. Set collect.metrics=false in the &amp;quot;metrics.properties&amp;quot; file to opt-out of metrics collection.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;p&gt;Multiple browser support&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Chrome (v64-66)&lt;/li&gt;
&lt;li&gt;Firefox (v53-62)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="benefits"&gt;Benefits&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Test your Appian application within minutes of downloading the tool&lt;/li&gt;
&lt;li&gt;Methods created specifically to operate within Appian applications and Tempo&lt;/li&gt;
&lt;li&gt;Test scripts do not need to be updated for upgrades to supported Appian versions&lt;/li&gt;
&lt;li&gt;Test scripts are written in a wiki language&amp;nbsp;that is very easy to read and synthesize&lt;/li&gt;
&lt;li&gt;Appian design knowledge is not required to create test scripts&lt;/li&gt;
&lt;li&gt;Common case scenarios can be created for reusability throughout test suites&lt;/li&gt;
&lt;li&gt;Isolate test steps into scenarios to perform Spec by Example tests&lt;/li&gt;
&lt;li&gt;Test scripts are easily updated for new UI changes to a form or interface&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="june&amp;nbsp;2023_-_release_23.2.1"&gt;June&amp;nbsp;2023 - Release 23.2.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update pickers to recognize selections with links (e.g. Record Pickers)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="june&amp;nbsp;2023_-_release_23.2"&gt;June&amp;nbsp;2023 - Release 23.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Supports Appian version 23.2&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;&lt;strong&gt;NOTE:&amp;nbsp;&lt;/strong&gt;Updates to site navigation in the 23.2 product breaks the use of the &amp;quot;click on menu&amp;quot; method in site environments. &amp;quot;click on menu&amp;quot;, and other navigation methods from Tempo, are guaranteed&amp;nbsp;to work only in Tempo environments. Use the &amp;quot;click on site page&amp;quot; method instead&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="may_2023_-_release_23.1.2"&gt;May 2023 - Release 23.1.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixes an issue where Dropdowns with Search were not working&lt;/li&gt;
&lt;li&gt;Fixes an Issue where verifyText did not work on multi-node components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="february_2023_-_release_23.1"&gt;February 2023 - Release 23.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 23.1&lt;/li&gt;
&lt;li&gt;Updated locator for Dropdown class&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Update CVEs&lt;/li&gt;
&lt;li&gt;Update scripts (start.bat, start-mac.sh, start-unix.sh, runFitNesseTest.sh) toreference the new fitnesse-20221219-standalone.jar&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="august&amp;nbsp;2022_-_release_22.3"&gt;August&amp;nbsp;2022 - Release 22.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;FitNesse for Appian is released and supported&lt;/li&gt;
&lt;li&gt;Removed support for 20.3&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="november&amp;nbsp;2021_-_release_21.4"&gt;November&amp;nbsp;2021 - Release 21.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support new card choice components&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Update CVEs&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="august&amp;nbsp;2021_-_release_21.3"&gt;August&amp;nbsp;2021 - Release 21.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for date picker&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="june_2021_-_release_21.2"&gt;June 2021 - Release 21.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Support new SectionLayout&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Upgrade Selenium Server to 3.141.59&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for radio button card&lt;/li&gt;
&lt;li class="ql-indent-1"&gt;Fix bug for icon link alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="february&amp;nbsp;2021_-_release_21.1"&gt;February&amp;nbsp;2021 - Release 21.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 21.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="november&amp;nbsp;2020_-_release_20.4"&gt;November&amp;nbsp;2020 - Release 20.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Chrome capabilities&lt;/li&gt;
&lt;li&gt;Update FitNesse version to 20200501&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Stamp Field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support Tag field&lt;/li&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;Support signature field&lt;/li&gt;
&lt;li&gt;NEW METHOD: Support record action field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fix grid row count bug when there is no paging&lt;/li&gt;
&lt;li&gt;Fix getGridColumnRowValue when the grid cell is a button&lt;/li&gt;
&lt;li&gt;Fix clear picker bug when there are multiple selections&lt;/li&gt;
&lt;li&gt;Fix capturing an empty rich text field&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="september&amp;nbsp;2020_-_release_20.3"&gt;September&amp;nbsp;2020 - Release 20.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: Populates the search box in a dropdown with some text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug for custom login submit button&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="august&amp;nbsp;2020_-_release_20.2.1"&gt;August&amp;nbsp;2020 - Release 20.2.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed a bug regarding clicking on card layouts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="july&amp;nbsp;2020_-_release_20.2"&gt;July&amp;nbsp;2020 - Release 20.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fix bug with milestone click&lt;/li&gt;
&lt;li&gt;Fix toggle box visibility on related action pop up&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="apr&amp;nbsp;2020_-_release_20.1"&gt;Apr&amp;nbsp;2020 - Release 20.1&lt;/h2&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: click on bar chart&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on menu widget&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on button with tooltip&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog header&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: verify confirmation dialog message&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: Verify a field is not blank&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on document image link&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: clear search field in record&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Remove pie chart hover for fragility and also make it the page scroll before hovering for firefox&lt;/li&gt;
&lt;li class="li1"&gt;Clicking on standalone icons by making the xpath less specific&lt;/li&gt;
&lt;li class="li1"&gt;Fixed closing social task bug&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="january&amp;nbsp;2020_-_release_19.4.1"&gt;January&amp;nbsp;2020 - Release 19.4.1&lt;/h2&gt;
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Enhancements
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;NEW METHOD: star and unstar action with action name&lt;/li&gt;
&lt;li class="li1"&gt;NEW METHOD: click on icon link with alt text&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li class="li1"&gt;Bug fixes
&lt;ul class="ul1"&gt;
&lt;li class="li1"&gt;Fixed issues for dropdowns with many options&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="november&amp;nbsp;2019_-_release_19.4"&gt;November&amp;nbsp;2019 - Release 19.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: verify button with label is enabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify button with label is disabled&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify link containing text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a box with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a section with given label is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify a card with given accessibility text is not present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify if text is not present anywhere in the user interface&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed populate first column in a grid when rowheader is set to 1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="september&amp;nbsp;2019_-_release_19.3.1"&gt;September&amp;nbsp;2019 - Release 19.3.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Enhancements
&lt;ul&gt;
&lt;li&gt;Added additional logging for site page navigation&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed verify text present for text with apostrophe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="sep&amp;nbsp;2019_-_release_19.3"&gt;Sep&amp;nbsp;2019 - Release 19.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support gauge field&lt;/li&gt;
&lt;li&gt;Support locating field using placeholder, instructions or tooltip&lt;/li&gt;
&lt;li&gt;NEW METHOD: get gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify gauge field GAUGE_FIELD or GAUGE_FIELD[INDEX] percentage is PERCENTAGE&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with placeholder PLACEHOLDER with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with instructions INSTRUCTIONS with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: populate field with tooltip TOOLTIP with VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with placeholder PLACEHOLDER value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with instructions INSTRUCTIONS value&lt;/li&gt;
&lt;li&gt;NEW METHOD: get field with tooltip TOOLTIP value&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with placeholder PLACEHOLDER contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with instructions INSTRUCTIONS contains VALUE(S)&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify field with tooltip TOOLTIP contains VALUE(S)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="june&amp;nbsp;2019_-_release_19.2"&gt;June&amp;nbsp;2019 - Release 19.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;Support sending news post without participants&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="may&amp;nbsp;2019_-_release_19.1.3"&gt;May&amp;nbsp;2019 - Release 19.1.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that users can not click on menu tabs on Appian 19.1&lt;/li&gt;
&lt;li&gt;Fixed the bug on Read Only field &amp;quot;contains&amp;quot;&lt;/li&gt;
&lt;li&gt;Fixed the bug on sending news post on Appian 19.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="april_2019_-_release_19.1.2"&gt;April 2019 - Release 19.1.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Wait For Progress&lt;/li&gt;
&lt;li&gt;Support Click on X and Y coordinates on monitor&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Bug fixes
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;Fixed the bug that box layout toggle only acts on the first box&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="march&amp;nbsp;2019_-_release_19.1.1"&gt;March&amp;nbsp;2019 - Release 19.1.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed error popup caused by loading Automation Extension&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="february_2019_-_release_19.1"&gt;February 2019 - Release 19.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Support Masked Barcode&lt;/li&gt;
&lt;li&gt;Support Vertical Milestone&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes&amp;nbsp;
&lt;ul&gt;
&lt;li&gt;Fixed login with terms for 17.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="january_2019_-_release_18.4.4"&gt;January 2019 - Release 18.4.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: populate field with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with username&lt;/li&gt;
&lt;li&gt;NEW METHOD: login into URL with role&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for seconds&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for minutes&lt;/li&gt;
&lt;li&gt;NEW METHOD: wait for working&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="january_2019_-_release_18.4.3"&gt;January 2019 - Release 18.4.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add capability to run tests on remote web drivers&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed milestone step verification&lt;/li&gt;
&lt;li&gt;Fixed section containing validation message verification&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="december&amp;nbsp;2018_-_release_18.4.2"&gt;December&amp;nbsp;2018 - Release 18.4.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD:&amp;nbsp;populate grid column row with partially matching picker field suggestion&lt;/li&gt;
&lt;li&gt;Other minor enhancements&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="november_2018_-_release_18.4.1"&gt;November 2018 - Release 18.4.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Documentation overhaul&lt;/li&gt;
&lt;li&gt;Improved out of the box examples&lt;/li&gt;
&lt;li&gt;Updated information about supported Appian versions&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="october&amp;nbsp;2018_-_release_18.4"&gt;October&amp;nbsp;2018 - Release 18.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: open settings menu&lt;/li&gt;
&lt;li&gt;NEW METHOD: open user profile&lt;/li&gt;
&lt;li&gt;NEW METHOD: use discoverability to navigate to&lt;/li&gt;
&lt;li&gt;NEW METHOD: close social task&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify task feed containing text is not present&lt;/li&gt;
&lt;li&gt;Added usage metrics and corresponding metrics.properties file&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed login with terms&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="august_2018_-_release_18.3.1"&gt;August 2018 - Release 18.3.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added new methods for hovering and clicking on profile links and circles in news posts&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed NoClassDefFoundError for TempoEncryptedTextField introduced in 18.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="august&amp;nbsp;2018_-_release_18.3"&gt;August&amp;nbsp;2018 - Release 18.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;NEW METHOD: create a news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: send kudos&lt;/li&gt;
&lt;li&gt;NEW METHOD: send messages&lt;/li&gt;
&lt;li&gt;NEW METHOD: send tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: sort tasks&lt;/li&gt;
&lt;li&gt;NEW METHOD: star a news feed item&lt;/li&gt;
&lt;li&gt;NEW METHOD: filter news feed&lt;/li&gt;
&lt;li&gt;NEW METHOD: navigate to link in news post&lt;/li&gt;
&lt;li&gt;NEW METHOD: generic assertion that text is present&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug Fixes
&lt;ul&gt;
&lt;li&gt;Fixed bug with MilestoneField pre-18.2&lt;/li&gt;
&lt;li&gt;Added WebContentField to 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="may&amp;nbsp;2018_-_release_18.2.1"&gt;May&amp;nbsp;2018 - Release 18.2.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Auto login to previously set URL&lt;/li&gt;
&lt;li&gt;Milestones in side by side layout&lt;/li&gt;
&lt;li&gt;Card click identified by link name index&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify video (not) present&lt;/li&gt;
&lt;li&gt;NEW METHOD: verify web content (not) present&lt;/li&gt;
&lt;li&gt;Updated test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;User pickers not selecting correct field value&lt;/li&gt;
&lt;li&gt;Card click not working in Firefox&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="may&amp;nbsp;2018_-_release_18.2"&gt;May&amp;nbsp;2018 - Release 18.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.2&lt;/li&gt;
&lt;li&gt;NEW METHOD: click on card&lt;/li&gt;
&lt;li&gt;Updated select grid method to account for the row highlight selection style&lt;/li&gt;
&lt;li&gt;Added test app for 18.2&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed fragility of file upload&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="march&amp;nbsp;2018_-_release_18.1.4"&gt;March&amp;nbsp;2018 - Release 18.1.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added Support for finding grid indices&lt;/li&gt;
&lt;li&gt;Added the ability to delete documents downloaded by Fitnesse&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="february&amp;nbsp;2018_-_release_18.1.3"&gt;February&amp;nbsp;2018 - Release 18.1.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated mac and linux scripts shebang to /bin/sh&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="february&amp;nbsp;2018_-_release_18.1.2"&gt;February&amp;nbsp;2018 - Release 18.1.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed Windows start script to run FitNesse successfully&lt;/li&gt;
&lt;li&gt;Fixed the example page and default fixture to use TempoFixture instead of SitesFixture&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="january&amp;nbsp;2018_-_release_18.1.1"&gt;January&amp;nbsp;2018 - Release 18.1.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated 16.3 Test Zip&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Fixed issue with navigating to /logout URL&lt;/li&gt;
&lt;li&gt;Fixed Multiselect dropdown on 16.3&lt;/li&gt;
&lt;li&gt;Fixed Record filter clearing on 16.3&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="january&amp;nbsp;2018_-_release_18.1"&gt;January&amp;nbsp;2018 - Release 18.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Added support for 18.1&lt;/li&gt;
&lt;li&gt;Added test app for 17.3 and 18.1&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="january&amp;nbsp;2018_-_release_17.4.1"&gt;January&amp;nbsp;2018 - Release 17.4.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Add ability to accept Tasks&lt;/li&gt;
&lt;li&gt;Add ability to populate Record Type user filter&lt;/li&gt;
&lt;li&gt;Add ability to download files&lt;/li&gt;
&lt;li&gt;Make LinkField capturable&lt;/li&gt;
&lt;li&gt;Added advanced functionality to adjust dates, including setting dates in the past&lt;/li&gt;
&lt;li&gt;If url contains &amp;quot;/suite&amp;quot;, remove anything after it to prevent navigation failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Updated chromedriver to version 2.33&lt;/li&gt;
&lt;li&gt;Updated startup scripts to pass FitNesseRoot properly&lt;/li&gt;
&lt;li&gt;Always logout before login in case a previous test failed and didn&amp;#39;t logout&lt;/li&gt;
&lt;li&gt;Made Firefox webdrivers executable&lt;/li&gt;
&lt;li&gt;Fix BarcodeField not working in 17.1+&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="november&amp;nbsp;2017_-_release_17.4"&gt;November&amp;nbsp;2017 - Release 17.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancement
&lt;ul&gt;
&lt;li&gt;Change FitNesse usernames&lt;/li&gt;
&lt;li&gt;Allow FitNesse tests to hit an arbitrary endpoint through an environment variable&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Mac Firefox date and dateTime field tests no longer throw an null character&lt;/li&gt;
&lt;li&gt;Dropdown tests does not read duplicate values&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="october&amp;nbsp;2017_-_release_17.3.2"&gt;October&amp;nbsp;2017 - Release 17.3.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated test application to run initialize on import&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Checkboxes that are too short are not checked&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="october&amp;nbsp;2017_-_release_17.3.1"&gt;October&amp;nbsp;2017 - Release 17.3.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Updated Test App to create users&lt;/li&gt;
&lt;li&gt;Documentation tweaks/ Readme tweaks&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Allowed login for internationalized pages&lt;/li&gt;
&lt;li&gt;Fixed an issue preventing searching in record list view&lt;/li&gt;
&lt;li&gt;Changed the way the start-unix script was sourced&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="september&amp;nbsp;2017_-_release_17.3"&gt;September&amp;nbsp;2017 - Release 17.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Enhancements
&lt;ul&gt;
&lt;li&gt;Supports Appian version 17.3&lt;/li&gt;
&lt;li&gt;Ability to configure custom login page&lt;/li&gt;
&lt;li&gt;Updated the following components to be compatible with the latest Appian Hotfix Package for 17.1 (G), and 17.2 (D):
&lt;ul&gt;
&lt;li&gt;Paging Grid&lt;/li&gt;
&lt;li&gt;Editable Grid&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Scripts now recognize new loading bar and wait for it to be done before continuing&lt;/li&gt;
&lt;li&gt;Added shell scripts and drivers for F4A on Mac and Linux&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Bug fixes
&lt;ul&gt;
&lt;li&gt;Browser is maximized by default which ensures the &amp;quot;Sign Out&amp;quot; button is always visibleNote: Previously tests could hang waiting to logout if the browser window was within a specific size range where the &amp;quot;Sign Out&amp;quot; button got hidden&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Automated Testing With FitNesse for Appian</title><link>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian/revision/1</link><pubDate>Thu, 07 Sep 2023 14:54:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8850879-8dd5-475d-984d-48e7e52228fa</guid><dc:creator>joel.larin</dc:creator><comments>https://community.appian.com/success/w/guide/3313/automated-testing-with-fitnesse-for-appian#comments</comments><description>Revision 1 posted to Guide by joel.larin on 9/7/2023 2:54:23 PM&lt;br /&gt;
&lt;p&gt;dsafs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>