<?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>Radio Button testing using FitNesse</title><link>https://community.appian.com/discussions/f/user-interface/20105/radio-button-testing-using-fitnesse</link><description>I have a set of 3 questions , all of which needs to be answered in either &amp;quot;Yes&amp;quot; or &amp;quot;No&amp;quot; radio buttons. 
 So I give the following Script: 
 |click on radio option|Yes | |click on radio option|No | |click on radio option|Yes | |click on button |Done | </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Radio Button testing using FitNesse</title><link>https://community.appian.com/thread/78585?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 15:47:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2bbaac1-b105-44a5-bfea-ccb7c0c20d55</guid><dc:creator>kashishbarnwal</dc:creator><description>&lt;p&gt;Yes Peter,&lt;/p&gt;
&lt;p&gt;Thank you, I did try it out and it worked .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Button testing using FitNesse</title><link>https://community.appian.com/thread/78579?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 14:14:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:43e6dd67-b099-4da4-9472-c5ad62b808d6</guid><dc:creator>Peter Lewis</dc:creator><description>&lt;p&gt;Did you try using the populate field method instead? In general I&amp;#39;ve found that populate field works with most fields and you don&amp;#39;t have to explicitly use the &amp;quot;click on radio option&amp;quot; method.&lt;/p&gt;
&lt;p&gt;So in your case, you could do:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;|populate field|1|with|Yes|&lt;/span&gt;&lt;br /&gt;&lt;span&gt;|&lt;/span&gt;&lt;span&gt;populate field|2|with|No|&lt;/span&gt;&lt;br /&gt;&lt;span&gt;|&lt;/span&gt;&lt;span&gt;populate field|3|with|Yes|&lt;/span&gt;&lt;br /&gt;&lt;span&gt;|click on button |Done|&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>