Jenkins-Testlink Integration:Not able to map multiple suites in testlink

23 views
Skip to first unread message

manasi sattarkar

unread,
Aug 20, 2015, 1:13:35 AM8/20/15
to Jenkins Users
Hi,

I have integrated Jenkins and Testlink with below specifications
Jenkins:1.624
Testlink:1.9.13

I am able to run one test suite with this configurations but when I tried with multiple suites, it worked for one suite but for other suite it shows 'not run'.
my POM.xml is:
<configuration>
<suiteXmlFiles>
<suiteXmlFile>.\\testNG-xml\\TestNg_Smoke.xml</suiteXmlFile>
               <suiteXmlFile>.\\testNG-xml\\TestNg_Regression.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>

TestLink Results
Build ID:2
Build Name:XYZ-Build-2
Passed:3
Failed:0
Blocked:0
Not Run:2
Total:5

Can anyone help me here to resolve this issue?

Irfan Sayed

unread,
Aug 20, 2015, 2:18:40 AM8/20/15
to jenkins...@googlegroups.com
can you bit elaborate more on this ?? 
did you try running with giving package names??

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f10e704c-1f8f-4e09-aa84-b2dbb282c189%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

manasi sattarkar

unread,
Aug 20, 2015, 2:29:28 AM8/20/15
to Jenkins Users
I have followed all steps as per this document:
in custom field we are giving class name as:pkgName.ClassName.java

we are pulling code from GitHub, so how to handle this multiple suite scenario from POM.xml as we don't want to modify it manually?
Reply all
Reply to author
Forward
0 new messages