<?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 Question - How to verify blank/null fields?</title><link>https://community.appian.com/discussions/f/general/11890/fitnesse-question---how-to-verify-blank-null-fields</link><description>how do I verify blank fields? Example, how can I use a verify to check for a blank? 
 |verify grid |[4] |column |Assets |row |[1] |contains value | |</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fitnesse Question - How to verify blank/null fields?</title><link>https://community.appian.com/thread/52971?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 22:18:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:10f96949-8411-4757-a981-67b9de393399</guid><dc:creator>rajeshv</dc:creator><description>try using  |check| to find out if populate field is null or not&lt;br /&gt;
|check|populate |Field name|VALUE| |&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse Question - How to verify blank/null fields?</title><link>https://community.appian.com/thread/52968?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 18:45:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:359c21d4-a62a-4ac7-97b4-9d5793e1fcd1</guid><dc:creator>Ric Alves</dc:creator><description>Crickets.... Does this mean checking for field is blank is just not possible with Fitnesse?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse Question - How to verify blank/null fields?</title><link>https://community.appian.com/thread/52897?ContentTypeID=1</link><pubDate>Fri, 23 Feb 2018 13:56:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c197dc5f-a80e-445c-9a1e-6a1551c8bd32</guid><dc:creator>Ric Alves</dc:creator><description>But this is for SAIL right? I am referring to the Appian Fitnesse automation framework. How can check if a field is not populated or blank?&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fitnesse Question - How to verify blank/null fields?</title><link>https://community.appian.com/thread/52631?ContentTypeID=1</link><pubDate>Wed, 14 Feb 2018 06:30:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a1e8fa91-ccf3-48a1-9f5d-1134f43ff0a4</guid><dc:creator>Arpit Bhargava</dc:creator><description>Hi &lt;br /&gt;
You can have one rule which will check the fields either blank or null. You can use the code as given below&lt;br /&gt;
&lt;br /&gt;
if(&lt;br /&gt;
  isnull(&lt;br /&gt;
    ri!Input&lt;br /&gt;
  ),&lt;br /&gt;
  true(),&lt;br /&gt;
  if(&lt;br /&gt;
    ri!Input = &amp;quot;&amp;quot;,&lt;br /&gt;
    true(),&lt;br /&gt;
    false()&lt;br /&gt;
  )&lt;br /&gt;
)&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>