-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: testlink-plugin
-
None
-
Environment:Jenkins 1.516, Testlink Plugin 3.7, Testlink 1.9.7
I use the Result Seeking Strategy "JUnit method name" to parse the Selenium 2 Webdriver test results. We have test cases in testlink for each Selenium test method, so we use this strategy.
The parsing of the test results works and the correct test cases are marked as ok or failed in Testlink. But when I have test results for test methods in the same Selenium Java class, all test cases get the same Junit.xml as test result in Testlink. It looks like for the attachments the result seeking strategy "class name" is used.