TestLink Integration
TestLink Installation
Download XAMPP from Apache Friends: XAMPP.
Upon successful installation, Tomcat will be started by default.
Start the Apache and MySQL services from XAMPP Control Panel.
Download the TestLink from SourceForge: TestLink. You can use the latest version for the integration.
Extract TestLink and place it on
XAMPP/htdocs
directory.Enter this URL in any browser:
http://localhost/phpmyadmin/
Create a new database called
testlink
from the database menu.Add a user account from the Privileges tab under More options for testlink database.
Enter this URL in any browser to open the TestLink installation setup:
http://localhost/testlink-1.9.16/install/index.php
Check the I agree to the terms set out in this license checkbox and click Continue.
- The below permissions will be failed.
Navigate to the TestLink package and open the
config.inc.php
file.- Update the parameters as below:
$tlCfg->log_path = 'D:/xampp/htdocs/testlink-1.9.16/logs/'; (Path of testlink package)
$grepositoryPath = 'D:/xampp/htdocs/testlink-1.9.16/uploadarea/'; (Path of testlink package)
- Refresh the page and the above “failed” status will be resolved.
Click Continue.
Enter the Database name as
testlink
.Enter the Database admin login and password as
admin
.Enter your database username and password for “TestLink DB login and password”.
Click Process TestLink Setup!.
Once the installation is completed, a window displays to notify that the installation is successful.
TestLink Login
Enter the belowEnter this URL to login to TestLink:
http://localhost/testlink-1.9.16/
Enter the Login Name and Password as
admin
to login as admin.
Once you login to TestLink, it prompts to create a Test Project.
Create a Test Plan, Build, Test suite with Test cases by selecting the corresponding links from the Dashboard.
Test Project Creation
Test Plan Creation
Build Creation
Test Suite Creation
Test Case Creation
API Key Generation and Execution Type Changes on TestLink
- Generate the API Key on TestLink as below.
- Click on My Settings.
- Personal API access Key will be none under the API Interface section.
- Click Generate a new key.
- Key will be generated from Personal API access key.
- After generating a key, update the test execution status as Automated as below.
Integration of Katalon test scripts with TestLink
First, go to Katalon Store and install the plugin: TestLink Integration. Then, open Katalon Studio and reload plugin. See Reload your plugins in Katalon Studio.
Make a note of the TestLink Key, TestLink Url, Project Name, Test Plan Name, and Build Name created on TestLink. These details need to be used in our configuration in below:
Go to Project > Settings > Plugins > TestLink Integration and setup these following configurations:
This plugin provides the only custom keyword updateResults
to update the test results on TestLink.
Test Execution Results update on TestLink
Before execution, the test status will be Not Run on TestLink. If the test case is passed, the status will be updated as Passed.
If the test case is failed, the status will be updated as Failed.