-
Bug
-
Resolution: Fixed
-
Major
-
- Win XP Pro
- Jenkins 1.488
- Testlink 1.9.3
- Testlink plugin 3.1.8
Hello
I'm currently evaluating Jenkins <=> Testlink communications and use TAP format for results.
My env. is the following :
- Win XP Pro
- Jenkins 1.488
- Testlink 1.9.3
- Testlink plugin 3.1.8
For testing purpose, I've just set two dummy test cases in Testlink and result files are generated with a bat file (see attached Test001.bat).
It seems that, test case are correctly retrieved from testlink, execution seems ok too.
But, when time comes to analyse test results, TAP files seem to be correctly identified (see systemlog.txt) but results are not extracted and testlink is not updated.
If I generate a wrong TAP format, Testlink plugin correctly detects it and issues exceptions.
Any ideas ?
(Attachment contains Jenkins job, build, etc.)
Hi Stéphane,
Thanks for providing logs, configuration, and all the input values so well organized. That really helps analysing this issue.
Your job configuration does looks correct, so I guess there might be something in the TestLink configuration.
Your test cases (Test Current Time, and Test Current Time2) must have the custom field "Test Case Name" configured as "TestCurrentTime", in order to your job work properly.
What the plug-ins does in your job is 1) using the given pattern look for test results, 2) for each results try to match the TAP file name with your key custom field, and then 3) update the results in TestLink.
Can you give a try, please?
Thanks!