Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not A Defect
-
Windows seven (64bits) and Ubuntu 12.04
Description
I Try to follow Jenkins TestLink Plug-in Tutorial "book.pdf" All testlink and Jenkins configuration are correctly done
Obtained result :
Automated test is run but no test result is shown on Jenkins please see"test_result.PNG" Build created automatically with TestLink Jenkins Plug-in. Test case is still not run. note : same behavior is observed on windows environment and Linux Ubuntu environment.
Expected result :
Test result should be displayed on jenkins and test link interface. Test case should be executed on test link
Hi @Abdallah,
Thanks for reporting and including sufficient information to investigate the issue (regarding the book.pdf, you could have included only the link, that's all right, but the Jira infra team will have to remove it later :=)
My guess is that your test cases in TestLink are not marked as Automated. Your console output has the following output message:
"Found 0 automated test cases in TestLink."
It means that the plug-in tried (using testlink-java-api) to retrieve the test cases from TestLink that are marked as Automated, and associated to the test plan used in the job configuration ("My first test plan [?]).
Does that help?
Thanks! Bruno