<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Fitnesse 23.1</title><link>https://community.appian.com/discussions/f/general/27961/fitnesse-23-1</link><description>Hello Folks, I am interested in using Fitnesse as a QA automation tool for my product. I have successfully imported Fitnesse 23.1 on the cloud, and I can access three menus: Automated Test Grid, Data Input, and All Fields. However, I am having difficulty</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fitnesse 23.1</title><link>https://community.appian.com/thread/110938?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 08:15:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:74092531-0c96-4aa1-9506-e1801bfbee53</guid><dc:creator>Haseeb Ahmed</dc:creator><description>&lt;p&gt;Thanks. You explained so nicely and in depth. Impressive&amp;nbsp;&lt;br /&gt;I am going to try cucumber, as I have tried Fitnesse with no result.&amp;nbsp;&lt;br /&gt;Can you suggest any video link, which have complete explanation from installation to first test case.&lt;br /&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse 23.1</title><link>https://community.appian.com/thread/110855?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2023 11:43:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d18bc685-c84d-40a7-9610-039f029622cf</guid><dc:creator>jesric1029</dc:creator><description>&lt;p&gt;You can download the automation framework here:&amp;nbsp;&lt;a href="/b/appmarket/posts/cucumber-for-appian"&gt;https://community.appian.com/b/appmarket/posts/cucumber-for-appian&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;You will also want to understand Gherkin syntax:&amp;nbsp;&lt;a href="https://cucumber.io/docs/guides/10-minute-tutorial/?lang=java"&gt;https://cucumber.io/docs/guides/10-minute-tutorial/?lang=java&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I suggest using IntelliJ Community Edition as it&amp;#39;s the best IDE. Once you download the automation files from Appian, you need to unzip the file, and then in IntelliJ, select New -&amp;gt; Project from Existing Sources and navigate to that unzipped directory.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Once you&amp;#39;re actually in the framework, there is a pretty good bit of instructions. The most tricky part of automating an Appian application is ensuring that your developers add accessibility text. Everything Appian automation does uses these alt-text fields.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;They don&amp;#39;t explain how to use a &amp;quot;Scenario Outline with Examples&amp;quot; to pass in a data set. That is covered in the Cucumber tutorial.&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t suggest using Fitness mainly because it&amp;#39;s over-complicated. When you write a test script, you must always write it as a data table, which can waste time in many situations. &amp;nbsp;With Cucumber, you have the option between just writing simple scripts such as:&lt;br /&gt;&lt;br /&gt;When I click on the button &amp;quot;button_alt_text&amp;quot; or&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;When I populate field &amp;quot;field_alt_text&amp;quot; with &amp;quot;example_data.&amp;quot;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Cucumber is much more readable and has a much larger user base, and you can find support.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Once you are comfortable with Cucumber, I suggest learning Java and switching to Selenium for Cucumber. It&amp;#39;s more complicated but powerful since you can create custom methods and classes (as step definitions.)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Technically, nothing stops you from expanding Cucumber for Appian and adding extra steps to do things you need. Connecting Cucumber to Jira is also extremely easy if you turn the &amp;quot;RunCucumberForAppianTest&amp;quot; class into a JUnit class. You can then add a @BeforeClass method that gets your Jira authorization token (I used Postman to create the REST request and then used the feature in Postman that turns a script into Java code.)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I also use a @AfterClass method that then sends my report to Jira and again, I generated this code with Postman.&amp;nbsp;&lt;/p&gt;
&lt;div style="left:50%;top:50px;" id="accel-snackbar"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse 23.1</title><link>https://community.appian.com/thread/110827?ContentTypeID=1</link><pubDate>Tue, 11 Apr 2023 08:56:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f5f1b61a-7180-4e2f-a761-701ff1ee02bd</guid><dc:creator>Haseeb Ahmed</dc:creator><description>&lt;p&gt;Can you please refer me some tutorials, consider me a&amp;nbsp;beginner&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse 23.1</title><link>https://community.appian.com/thread/110810?ContentTypeID=1</link><pubDate>Mon, 10 Apr 2023 19:48:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5bbaaeac-bde3-43b4-a42a-e19c5fb5f749</guid><dc:creator>jesric1029</dc:creator><description>&lt;p&gt;I think Cucumber for Appian is a much better framework than Selenium for Appian.&amp;nbsp;&lt;/p&gt;
&lt;div style="left:50%;top:50px;" id="accel-snackbar"&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse 23.1</title><link>https://community.appian.com/thread/108752?ContentTypeID=1</link><pubDate>Thu, 02 Mar 2023 15:27:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5db371f7-2974-4b8f-83d6-a761e0f167ce</guid><dc:creator>Haseeb Ahmed</dc:creator><description>&lt;p&gt;Thanks. Burt this is on-prem solution. I have imported the fitnesse on cloud version is 23.1. So I am unable to find any relevant documentation or solution for training purpose.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse 23.1</title><link>https://community.appian.com/thread/108750?ContentTypeID=1</link><pubDate>Thu, 02 Mar 2023 15:07:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e9a2df3-e67f-4c31-b1d4-3185dcf67f74</guid><dc:creator>Naresh</dc:creator><description>&lt;p&gt;you can find some relevant information here&amp;nbsp;&lt;a href="/w/the-appian-playbook/97/automated-testing-with-fitnesse-for-appian"&gt;https://community.appian.com/w/the-appian-playbook/97/automated-testing-with-fitnesse-for-appian&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>