Saturday 14 December 2013

Testlink Selenium Integration

Sample Eclipse Project ->>.Sample Java Selenium Project


Download the files needed:




Notes:
a. In order to make this work, make sure you can add the libraries of the Testlink client api package to your project.

b. Your testlink project must have the test cases as automatic execution and project must be enabled for automation.

2. Generate an API key from testlink
2.1 Go to http://127.0.0.1:8887/testlink-1.9.3/index.php and login with your credentials
2.2 Go to My Settings and generate a new api key.use this key in sample java proj in interface Iconstant.

Make sure that Test Plan, Test Case, Test Suite Name,Project Name, Build Name must be same for both testlink and initialized in Java Proj.



Now run the project as JUnit Test!!




No comments:

Post a Comment