<?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>Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/discussions/f/general/8084/questions-regarding-appian-fitnesse-tool</link><description>#AppianFitNesse I am working on Appian FitNesse and there are some bottlenecks which I would like share. If anybody has encountered the same limitations in Appian FitNesse and have overcome them, please suggest those solutions. 1. Looping in Appian FitNesse</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33912?ContentTypeID=1</link><pubDate>Tue, 26 Jul 2016 17:32:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5fc2823d-f214-47b7-9708-be61e5160f62</guid><dc:creator>chandu</dc:creator><description>@sidhantb. I agree we don't have facility to populate fields from CSV or DB. You need to populate the fields manually by writing the Scripts. Hope we may get this further FitNesseForAppian versions.&lt;br /&gt;&lt;br /&gt;Regarding the Second scenario. Yes we don't have the conditional statements also.&lt;br /&gt;I just want to know what type of statements you want to execute in the conditional statements. Do you simply want to populate the fields based on a condition or you want to check verification. Could you please elaborate the scenario in detail so that we can think for work arround.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33824?ContentTypeID=1</link><pubDate>Sat, 23 Jul 2016 16:57:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ef515c9-b65e-4df5-b8b6-8159a010f933</guid><dc:creator>Sidhant Behura</dc:creator><description>@philb - Please elaborate in which context you are using decision table in the above comment because Fitnesse supports decision tables and as Appian Fitnesse is an extension of that, it also supports decision table.&lt;br /&gt;Please refer the below link.&lt;br /&gt;http://www.fitnesse.org/FitNesse.UserGuide.WritingAcceptanceTests.SliM.DecisionTable&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33823?ContentTypeID=1</link><pubDate>Sat, 23 Jul 2016 16:49:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5c834469-c1dc-40fc-8bd9-f905cb66f9bf</guid><dc:creator>Sidhant Behura</dc:creator><description>@chandrasekharg - As I have mentioned above if I want to fetch data from CSV or DB then I am not sure how much data is present so the approach has to be dynamic and even if I write scenarios I have to invoke them manually. So might not suffice my requirement.&lt;br /&gt;And about the 2nd point where you suggested the negative testing,can you please provide a sample Fitnesse script where we the above mentioned approach is achieved. Because the limitation in Appian Fitnesse is we cannot have a conditional statement with a scope.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33806?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 18:09:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33b19dc3-4f63-4ec2-a1aa-f06a939b5e18</guid><dc:creator>PhilB</dc:creator><description>I had a quick look at what I suggested, and unfortunately it doesn&amp;#39;t look possible as Fitnesse for Appian doesn&amp;#39;t yet support decision tables - at least that&amp;#39;s what it looks like to me. Might be worth an enhancement request?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33803?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 17:48:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8da9092b-e87b-4131-955b-17017993b79f</guid><dc:creator>chandu</dc:creator><description>@Sidhantb For the Second Scenario, May be we can Use Negative Testing .&lt;br /&gt;It goes like below.&lt;br /&gt;if(input the data that makes condition true)&lt;br /&gt;{&lt;br /&gt;In this case these Statements need to true always i.e the output of this always true.&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;if(input the data that makes condition false)&lt;br /&gt;{&lt;br /&gt;In this case these Statements need to false always i.e. the output of this always false&lt;br /&gt;(but still the Test cases are passed since we expected Negative Output)&lt;br /&gt;}&lt;br /&gt;I'm not sure this satisfies your testing scenario.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33802?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 17:23:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dbbae4d5-90ca-4b43-8d82-3cecf34af2dc</guid><dc:creator>PhilB</dc:creator><description>Can you not use | $VAR | in conjunction with | get field | and  | check | to produce an IF equivalent? I would have thought that would satisfy your second requirement?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33801?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 17:22:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a6e00c6d-6774-41be-8c40-9ae56ed29541</guid><dc:creator>chandu</dc:creator><description>@Sidhantb,AFAIK we dont have looping and conditional statements in FitNesse. &lt;br /&gt;may be we can accomplish this as a work arround. &lt;br /&gt;Build a scenario that will populates the Input values e.g.&lt;br /&gt;&lt;br /&gt;|scenario      |populate Test Form |text|int|decimal|datetime|datetime|&lt;br /&gt;|populate field|Title                       |with   |@text                                                   |&lt;br /&gt;|populate field|Quantity                    |with   |@int                                                |&lt;br /&gt;|populate field|Price                       |with   |@decimal                                                |&lt;br /&gt;|populate field|Start Date                  |with   |@date                                               |&lt;br /&gt;|populate field|End Date\          t    |with   |@date\                                                  t|&lt;br /&gt;&lt;br /&gt;Build a scenario that will Verifies the Input values e.g.&lt;br /&gt;|scenario      |Verify Test Form |text|int|decimal|datetime|datetime|&lt;br /&gt;|verify field|Title                       |with   |@text                                                   |&lt;br /&gt;|verify field|Quantity                    |with   |@int                                                |&lt;br /&gt;|verify field|Price                       |with   |@decimal                                                |&lt;br /&gt;|verify field|Start Date                  |with   |@date                                               |&lt;br /&gt;|verify field|End Date\          t    |with   |@date\                                                  t|&lt;br /&gt;&lt;br /&gt;The below Script acts as a test Data for the Scenario that Populates fields.&lt;br /&gt;|scrip          t|&lt;br /&gt;|populate Test Form|BeanBags|10|150.3|2016-12-12 |2016-12-20|&lt;br /&gt;&lt;br /&gt;Now add a Verify Script &lt;br /&gt;&lt;br /&gt;|scrip          t|&lt;br /&gt;|Verify Test Form|BeanBags|10|150.3|2016-12-12 |2016-12-20|&lt;br /&gt;&lt;br /&gt;Now Add the above Two scripts repeatedly changing the Test Data from the Scripts itself to acheive looping functionality.&lt;br /&gt;&lt;br /&gt;Note: This may not be the good idea for large chunks of Test Data, still can be used in conjunction with Boundary Value Analysis technique to limit the Test Data.&lt;br /&gt;&lt;br /&gt;let me know your views on this&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33796?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 14:58:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e7debfe5-5bb2-45ca-8a1f-321b913749d9</guid><dc:creator>dipaki</dc:creator><description>@sidhantb I was also looking for the same. Thanks for identifying and posting the question.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Questions regarding Appian FitNesse tool</title><link>https://community.appian.com/thread/33794?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 10:24:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:79a9525d-b171-4a4a-b61d-608fc8dddd79</guid><dc:creator>Sidhant Behura</dc:creator><description>... the above scenario.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>