Hi Ankush You can follow the Wiki - https://wiki.jenkins-ci.org/display/JENKINS/Testopia+Plugin Check your Jenkins, Testopia and plug-in versions for compatibility. You can post your config (screenshots, xml, etc) if that doesn't help. All the bestBruno From: Ankush Aggarwal <[email protected]> To: [email protected] Sent: Thursday, December 4, 2014 4:22 AM Subject: Re: Testopia jenkins integration Hi Kinow, Thanks for reply.
Yes i am missing this seeking result part. I have tried to integrated with selenium java suite, htmlsuite, or even basic shell script having echo command but failed to achieve exact results. I followed https://www.youtube.com/watch?v=tH_E0O1QchU video. Could you please share some link where testopia + jenkins implementation things are documented or steps to follow or video that can help me. Thanks,Ankush On Thursday, 27 November 2014 16:23:12 UTC+5:30, Ankush Aggarwal wrote: Hi All, I am integrating Testopia with Jenkins, Download very simple java app from internet having test cases.Jenkins authentication with testopia is working fine.Created test Plan, test run, test case in TestopiaAttached both jenkins and testopia conf details. jenkins is not able found test results and not able to update testopia. Anyone please help me on this. Testing.sh :-cd target/test-classes/usr/java/jdk1.7.0_71/bin/java -cp ".:/var/lib/jenkins/jobs/App/ target/classes/*:/var/lib/ jenkins/jobs/App/junit-4.11. jar:/var/lib/jenkins/jobs/App/ hamcrest-core-1.3.jar" org.junit.runner.JUnitCore com.mkyong.core.TestApp1 [INFO] ------------------------------ ------------------------------ ------------ [INFO] BUILD SUCCESS [INFO] ------------------------------ ------------------------------ ------------ [INFO] Total time: 3.574 s [INFO] Finished at: 2014-11-21T02:17:54-05:00 [INFO] Final Memory: 9M/57M [INFO] ------------------------------ ------------------------------ ------------ Build step 'Invoke Maven 3' changed build result to SUCCESS Connecting to Testopia to retrieve automated test cases Preparing Testopia connection properties Executing single build steps [App] $ /bin/sh -xe /tmp/ hudson2693326793877533844.sh + ./testing.sh JUnit version 4.11 . Time: 0.007 OK (1 test) Executing iterative build steps Seeking test results Found 0 test results Finished: SUCCESS -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/2cafb8e3-d6c4-4f64-ac42-1e5413a2218a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/1882542569.1245946.1417739240024.JavaMail.yahoo%40jws10731.mail.gq1.yahoo.com. For more options, visit https://groups.google.com/d/optout.
