<?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 : How to validate bullet list text ?</title><link>https://community.appian.com/discussions/f/general/10334/fitnesse-how-to-validate-bullet-list-text</link><description>Hi All, 
 I have a bullet list with text as mentioned below . Please can you help me in validating the same ? I tried few methods but it didn&amp;#39;t work out . 
 
 Example :- 
 Instructions 
 
 
 
 To accommodate all templates, the questions are nested within</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45836?ContentTypeID=1</link><pubDate>Wed, 31 May 2017 05:16:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:904a0ce5-ff39-4d7b-93b6-7d1639bc88d7</guid><dc:creator>magnusw</dc:creator><description>Hi Anu,&lt;br /&gt;
I can not find a way to test bullet lists in Fitnesse.&lt;br /&gt;
If the text is static I would have a manual test case as the text is less of a risk of change from a regression test perspective. I use SnagIt screen recording during the test run and can very quickly verify the pages after the test run by going through the video.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45786?ContentTypeID=1</link><pubDate>Tue, 30 May 2017 06:21:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:603406c9-a7db-47bd-a723-e206f5942213</guid><dc:creator>Anu</dc:creator><description>Hi , &lt;br /&gt;
&lt;br /&gt;
Thanks for your suggestions !!&lt;br /&gt;
&lt;br /&gt;
But I am talking about Fitnesse .  I am using Fitnesse to automate my test case scenarios . I would need fitnesse method to validate bullet list text . Thankyou!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45751?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 23:41:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6778a6a2-7805-4bc9-b143-93bd8ca554d2</guid><dc:creator>amans</dc:creator><description>Yep, if they want to test the bullet text items then can they test it outside? If the bullet list is static, then validation can be done before passing the text in bullet field.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45715?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 07:04:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:71fe8f89-47d2-4f26-ae42-c524b2224906</guid><dc:creator>harshav</dc:creator><description>I think they are talking about testing of the bullet text items not about creating a bullet text items using the rich text display field.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45711?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 06:30:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0ac69d38-84f8-4197-ad82-0dc84b5ef357</guid><dc:creator>amans</dc:creator><description>&lt;p&gt;Ok, I am still not sure if I have understood this but&amp;nbsp;if you are looking for dynamic bullet list then you can try this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/11/pastedimage1495693834700v1.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/pastedimage1495693834700v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If your local!text1 contains a keyword (in this case it is &amp;quot;templates&amp;quot;), then it will be shown in the bullet list else it will not appear. Do you know the max items that you will have in the list? You can also use applycomponents()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you need any other validation, then you can do it outside the&amp;nbsp;richTextDisplayField()... I am not sure if I have answered your question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45706?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 06:02:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f1b6292-2a03-45d8-aade-e2841ac6aef6</guid><dc:creator>Anu</dc:creator><description>&lt;p&gt;Hi aman ,&lt;/p&gt;
&lt;p&gt;Yes, I am trying to validate text present . I tried using below methods but it didn&amp;#39;t workout since the text is part of bullet list .&lt;/p&gt;
&lt;p&gt;| verify field | FIELD_LABEL or [FIELD_INDEX] or FIELD_LABEL[INDEX] | contains value | VALUE |&lt;/p&gt;
&lt;p&gt;| verify field | FIELD_LABEL or [FIELD_INEDX] or FIELD_LABEL[INDEX] | is present |&lt;/p&gt;
&lt;p&gt;Please can you give an example and explain . It would be great help!&lt;/p&gt;
&lt;p&gt;This is how it looks :-&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-discussions-components-files/11/instruction_5F00_bullet.PNG"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/instruction_5F00_bullet.PNG" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45705?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 05:56:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9b11fccd-8f1d-4567-ba2b-2a2473494af7</guid><dc:creator>Anu</dc:creator><description>Hi Jacob ,&lt;br /&gt;
&lt;br /&gt;
This is testing requirement. We should validate each and every field/text present in a form/UI .&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45700?ContentTypeID=1</link><pubDate>Thu, 25 May 2017 03:48:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b15e20a9-02e2-48e0-8fad-b1a94e0e637d</guid><dc:creator>amans</dc:creator><description>Can you please elaborate, what are you trying to validate in that bullet list? If you are trying to validate text line by line, then is it possible for you have the text in a local!, do all your validations there and then just pass the local!text to your bullet list to pass the validated text ?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse : How to validate bullet list text ?</title><link>https://community.appian.com/thread/45683?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 17:46:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b813b894-994e-46c7-b366-e2fd7ee681bb</guid><dc:creator>Jacob Grafenstein</dc:creator><description>Can you word your question another way? Why are you trying to validate a text bullet list?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>