<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Parametrised Test Case  (Thread)</title><description>Hi,&#xD;
&#xD;
 I am using  C:\QA\apache-maven-3.0.4\bin\mvn.bat | -f  "C:\QA\nna-automated-tests\WebDriver\Nissan\nissan-main-site\pom.xml" -DsuiteXmlFile=src\test\resources\Leads\AltimaCoupe\Prod\En\Local-Firefox.xml  clean test |  in the filename  and works fine.     but i want the file name to be passed as parameter do, what i did was   C:\QA\apache-maven-3.0.4\bin\mvn.bat | -f  "C:\QA\nna-automated-tests\WebDriver\Nissan\nissan-main-site\pom.xml" -DsuiteXmlFile=${fname}  clean test |   and set the parameter value in the test set is " src\test\resources\Leads\AltimaCoupe\Prod\En\Local-Firefox.xml"   and its not working for me.   can any one help me , how to pass paraemter and what should be in the filename section of the test case.  thanks,    </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/remotelaunch/issues-questions/411.aspx</link><item><guid isPermaLink="false">threadId=411</guid><author>Hiren Patel (hirenp@criticalmass.com)</author><title>Parametrised Test Case </title><description>Hi,&#xD;
&#xD;
 I am using  C:\QA\apache-maven-3.0.4\bin\mvn.bat | -f  "C:\QA\nna-automated-tests\WebDriver\Nissan\nissan-main-site\pom.xml" -DsuiteXmlFile=src\test\resources\Leads\AltimaCoupe\Prod\En\Local-Firefox.xml  clean test |  in the filename  and works fine.     but i want the file name to be passed as parameter do, what i did was   C:\QA\apache-maven-3.0.4\bin\mvn.bat | -f  "C:\QA\nna-automated-tests\WebDriver\Nissan\nissan-main-site\pom.xml" -DsuiteXmlFile=${fname}  clean test |   and set the parameter value in the test set is " src\test\resources\Leads\AltimaCoupe\Prod\En\Local-Firefox.xml"   and its not working for me.   can any one help me , how to pass paraemter and what should be in the filename section of the test case.  thanks,    </description><pubDate>Wed, 31 Oct 2012 22:44:01 -0400</pubDate><a10:updated>2012-11-02T02:29:09-04:00</a10:updated><link>/Support/Forum/remotelaunch/issues-questions/411.aspx</link></item><item><guid isPermaLink="false">messageId=783</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>&#xD;
&#xD;
&#xD;
Hi Hiren The filenames in RemoteLaunch consist of three parts:   executable|static arguments|p</title><description>&#xD;
&#xD;
&#xD;
Hi Hiren The filenames in RemoteLaunch consist of three parts:   executable|static arguments|parameter template   The static arguments are fixed and do not change with parameter values.  The parameter template should just include the word "name" and/or "value" plus the symbols.  For example, if you use arguments:  mycommand.exe -param1=value1 -param2=value2 -someother  You would use in SpiraTest:   mycommand.exe|-someother|-name=value   Does that make sense now?  Regards  Adam </description><pubDate>Fri, 02 Nov 2012 02:29:09 -0400</pubDate><a10:updated>2012-11-02T02:29:09-04:00</a10:updated><link>/Support/Forum/remotelaunch/issues-questions/411.aspx#reply783</link></item></channel></rss>