Sample Eclipse Project ->>.Sample Java Selenium Project
Download the files needed:
Download the files needed:
- Testlink API Client - http://bit.ly/W31yrF
- Selenium stand Alone server Server - http://www.seleniumhq.org/download/
- Teslink Java API - http://bit.ly/11Co8Lw
Notes:
2. Generate an API key from testlink
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