Selenium Test Integration with Testlink The following guide will show to configure selenium to report directly the automated test execution to Testlink. Download the files needed: Selenium - http://bit.ly/S9S9xX Testlink API Client - http://bit.ly/W31yrF Selenium Server - http://bit.ly/W9jTjB Teslink Java API - http://bit.ly/11Co8Lw Notes: In order to make this work, make sure you can add the libraries of the Testlink client API package to your project. Your Testlink project must have the test cases as automatic execution and project must be enabled for automation. Generate an API key from testlink Go to http://localhost/testlink and login with your credentials Go to My Settings and generate a new api key. Create a simple java application. Create an interface class named IConstants and paste the following code: public interface IConstants { final String DEVKEY = "<code generated by testlink>"; final String URL = "http://lo...