<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Spiratest and JUnit Automated Tests (Thread)</title><description>&#xD;
I'm trying to set up a connection between Spiratest and my automated tests (Thucydides/Selenium/Junit). But I have no connection so far.  If I debug my test, it doesn't reach the code that is responisble for the connection:    import static org.junit.Assert.*; import junit.framework.JUnit4TestAdapter;  import org.junit.Test; import org.junit.runner.JUnitCore;  import com.inflectra.spiratest.addons.junitextension.SpiraTestCase; import com.inflectra.spiratest.addons.junitextension.SpiraTestConfiguration; import com.inflectra.spiratest.addons.junitextension.SpiraTestListener;  @SpiraTestConfiguration(  url = "http://XXXX/SpiraTest", login = "administrator", password = "XXXX", projectId = 12, releaseId = -1, testSetId = -1  ) public class Test1 {      @Test     @SpiraTestCase(testCaseId = 91)     public void IsStandardArticlePresent() {         boolean status = false;         assertTrue(status);      }      public static void main(String[] args) {         // Instantiate the JUnit core         JUnitCore core = new JUnitCore();         // Add the custom SpiraTest listener         core.addListener(new SpiraTestListener());         System.out.println("Test main");         // Finally run the test fixture         core.run(Test1.class);     }      public static junit.framework.Test suite() {         return new JUnit4TestAdapter(Test1.class);     }  }   &#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/best-practices/823.aspx</link><item><guid isPermaLink="false">threadId=823</guid><author>Bart Van Raemdonck (bart.vanraemdonck@gmail.com)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">junit</category><title>Spiratest and JUnit Automated Tests</title><description>&#xD;
I'm trying to set up a connection between Spiratest and my automated tests (Thucydides/Selenium/Junit). But I have no connection so far.  If I debug my test, it doesn't reach the code that is responisble for the connection:    import static org.junit.Assert.*; import junit.framework.JUnit4TestAdapter;  import org.junit.Test; import org.junit.runner.JUnitCore;  import com.inflectra.spiratest.addons.junitextension.SpiraTestCase; import com.inflectra.spiratest.addons.junitextension.SpiraTestConfiguration; import com.inflectra.spiratest.addons.junitextension.SpiraTestListener;  @SpiraTestConfiguration(  url = "http://XXXX/SpiraTest", login = "administrator", password = "XXXX", projectId = 12, releaseId = -1, testSetId = -1  ) public class Test1 {      @Test     @SpiraTestCase(testCaseId = 91)     public void IsStandardArticlePresent() {         boolean status = false;         assertTrue(status);      }      public static void main(String[] args) {         // Instantiate the JUnit core         JUnitCore core = new JUnitCore();         // Add the custom SpiraTest listener         core.addListener(new SpiraTestListener());         System.out.println("Test main");         // Finally run the test fixture         core.run(Test1.class);     }      public static junit.framework.Test suite() {         return new JUnit4TestAdapter(Test1.class);     }  }   &#xD;
&#xD;
</description><pubDate>Wed, 12 Feb 2014 12:57:46 -0500</pubDate><a10:updated>2014-07-24T06:47:52-04:00</a10:updated><link>/Support/Forum/spiratest/best-practices/823.aspx</link></item><item><guid isPermaLink="false">messageId=1510</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> &#xD;
&#xD;
&#xD;
Hi Bart  Could you please log a help desk ticket regarding this.  Regards  Adam </title><description> &#xD;
&#xD;
&#xD;
Hi Bart  Could you please log a help desk ticket regarding this.  Regards  Adam </description><pubDate>Wed, 12 Feb 2014 21:55:43 -0500</pubDate><a10:updated>2014-02-12T21:55:43-05:00</a10:updated><link>/Support/Forum/spiratest/best-practices/823.aspx#reply1510</link></item><item><guid isPermaLink="false">messageId=1747</guid><author>Cuong Nguyen (cuong.nguyen@s3corp.com.vn)</author><title>&#xD;
Hi Adam,&#xD;
&#xD;
    I also have the same issue with Bart. Would you please to support for me in this c</title><description>&#xD;
Hi Adam,&#xD;
&#xD;
    I also have the same issue with Bart. Would you please to support for me in this case ??   and I created a new ticket TK-14041.     Regards,  Cuong Nguyen </description><pubDate>Thu, 24 Jul 2014 06:47:51 -0400</pubDate><a10:updated>2014-07-24T06:47:51-04:00</a10:updated><link>/Support/Forum/spiratest/best-practices/823.aspx#reply1747</link></item></channel></rss>