Re: Testlink integration with Maven project in Jenkins

2015-10-22 Thread manasi sattarkar
more.org/john/blog/2012/02/testlink-1-9-3-api-documentation/ > (seems partly incomplete) and there: > http://testlinkjavaapi.sourceforge.net/apidocs/br/eti/kinoshita/testlinkjavaapi/TestLinkAPI.html > > > > Regards > > Eric > > > > *Von:* jenkinsci-users@googlegroups.c

Re: Testlink integration with Maven project in Jenkins

2015-10-13 Thread manasi sattarkar
On Tuesday, 13 October 2015 11:29:43 UTC+5:30, manasi sattarkar wrote: > > Hi, > > I have below configurations: > Jenkins : 1.632, > Testlink : 1.9.13 > Maven : 3.3.3 > JDK : 1.8 > > I have created Maven project in jenkins. > added Testlink configurations in pr

Testlink integration with Maven project in Jenkins

2015-10-13 Thread manasi sattarkar
Hi, I have below configurations: Jenkins : 1.632, Testlink : 1.9.13 Maven : 3.3.3 JDK : 1.8 I have created Maven project in jenkins. added Testlink configurations in pre steps. When I execute the job, I get below console output: Started by user anonymous

Jenkins + Testlink Integration for data driven framework

2015-09-23 Thread manasi sattarkar
Hi, My scenario is: For login : testcase id:1 Java Class: CustomerSignIn#login Data Username:user1 password:password1 Testcase Id:2 Java Class: CustomerSignIn#login Data Username:user2 password:password2 Here the difference between two testcases is only data.I am passing data from property

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

2015-08-20 Thread manasi sattarkar
to modify it manually? On Thursday, 20 August 2015 11:48:40 UTC+5:30, Irfan Sayed wrote: can you bit elaborate more on this ?? did you try running with giving package names?? On Thu, Aug 20, 2015 at 10:43 AM, manasi sattarkar manasi.s...@gmail.com javascript: wrote: Hi, I have integrated

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

2015-08-19 Thread manasi sattarkar
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