Jenkins: 1.6010 Plugin of Testlink: 3.10 Testlink application: 1.9.13
I've connected a WIN 7 Slave machine on JENKINS. On this machine I have Squish that run an automatic test case.
On my job, I’ve attached Testlink plugin and Squish plugin. So I've connected Squish into my "Testlink plugin". (Look at Conf.png and conf2.png)
At the first part on "Testlink Configuration»: => it's the config of Testlink => No Pb => Connection OK At the second part "Test Execution" => I call Squish plugin => it run auto test cases and return Junit results which is created on my slave machine folder => No Pb => I've the test result on Jenkins (result_JENKINS.png)
The last step is to take the Junit XML result to update into Testlink => So Testlink plugin found the JunitResult.xml file and find the corresponding test suite in Testlink application. But it cannot update the result. (No log is given)
Several Junit method results are possible by Testlink plugin, method, class name and test name.
I've tested 2 methods:
-
By class name: “suite_test2.tst_Create_a_IP_worksite” (look at my Junit result). So in Testlink the class path is the same between the two parts. Not works!
And I’ve already try by using “Jenkins.plugins.Testlink.”Name of my testSuite”.Name of my testcase”
-
By test suite name: by matching the two same names of the XML result and test suite in Testlink ("suite_test2"): Not works!
I would like to know if there is a Bug or not? I’ve seen many issues like this but I don’t understand if its a bug or not.
Thank for your time
|