<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Is Spira Configuration support function parameter in c# with nunit (Thread)</title><description>&#xD;
    Hi   All,                 Is Spira Configuration support function parameter, because right now i am not able to run my spira test with function parameter in c#                 my code is :                    [Test, SpiraTestCase(418)]               [TestCaseSource(typeof(AdminModel), "UserValidation")]                  public void PublicAdminSpira(string userName, string password)                   {                      var page = this.OpenPage (this.AdminModel.LoginPagePath);                      page.Maximize();                      page.FillInForm(userName, password, false);                      page.Login();                      page.Logout();                                               }                   i have pass two parameter value and run through nunit, than its not shows passed /failed status in spira test ID.                 now if i am not use parameter and run through nunit than it shows status with spira test id as passed/failed for example-          [Test, SpiraTestCase(418)]                  public void PublicAdminSpira()             {                var page = this.OpenPage (this.AdminModel.LoginPagePath);                page.Maximize();                page.FillInForm("username", "passwored", false);                page.Login();                page.Logout();                             }     please replay...  Thanks  Gangotri     &#xD;
&#xD;
</description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spiratest/issues-questions/1104.aspx</link><item><guid isPermaLink="false">threadId=1104</guid><author>Gangotri Sikheria (gangotrisikheria@gmail.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">nunit</category><title>Is Spira Configuration support function parameter in c# with nunit</title><description>&#xD;
    Hi   All,                 Is Spira Configuration support function parameter, because right now i am not able to run my spira test with function parameter in c#                 my code is :                    [Test, SpiraTestCase(418)]               [TestCaseSource(typeof(AdminModel), "UserValidation")]                  public void PublicAdminSpira(string userName, string password)                   {                      var page = this.OpenPage (this.AdminModel.LoginPagePath);                      page.Maximize();                      page.FillInForm(userName, password, false);                      page.Login();                      page.Logout();                                               }                   i have pass two parameter value and run through nunit, than its not shows passed /failed status in spira test ID.                 now if i am not use parameter and run through nunit than it shows status with spira test id as passed/failed for example-          [Test, SpiraTestCase(418)]                  public void PublicAdminSpira()             {                var page = this.OpenPage (this.AdminModel.LoginPagePath);                page.Maximize();                page.FillInForm("username", "passwored", false);                page.Login();                page.Logout();                             }     please replay...  Thanks  Gangotri     &#xD;
&#xD;
</description><pubDate>Fri, 12 Dec 2014 08:15:35 -0500</pubDate><a10:updated>2014-12-16T15:57:26-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1104.aspx</link></item><item><guid isPermaLink="false">messageId=1963</guid><author>Jim R (donotreply5@kronodesk.net)</author><title>&#xD;
Hi Gangotri  I don't believe that NUnit supports passing such parameters that way. We are just ann</title><description>&#xD;
Hi Gangotri  I don't believe that NUnit supports passing such parameters that way. We are just annotating the test methods. If you need more help, please log a  support ticket .  Regards Jim &#xD;
&#xD;
</description><pubDate>Fri, 12 Dec 2014 16:47:28 -0500</pubDate><a10:updated>2014-12-12T16:47:28-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1104.aspx#reply1963</link></item><item><guid isPermaLink="false">messageId=1976</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>&#xD;
&#xD;
&#xD;
Hi Gangotri We have checked and our Add-In does not support such parameterized tests.  Since N</title><description>&#xD;
&#xD;
&#xD;
Hi Gangotri We have checked and our Add-In does not support such parameterized tests.  Since NUnit 3.0 (in alpha) is getting rid of the entire plugin system we are looking at ways to replace our current add-in once NUnit 3.0 has been released, so no changes are planned to the current add-in at this time.  Regards  Adam </description><pubDate>Tue, 16 Dec 2014 15:57:26 -0500</pubDate><a10:updated>2014-12-16T15:57:26-05:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1104.aspx#reply1976</link></item></channel></rss>