Table of contents
1.
Introduction
2.
What is TestLink?
3.
TestLink Intergration
4.
TestLink Login
5.
Frequently Asked Questions
5.1.
What is Katalon Studio?
5.2.
What is an Appium Server?
5.3.
What is TestLink?
5.4.
What is XMAPP?
5.5.
What is an API?
6.
Conclusion
Last Updated: Mar 27, 2024

TestLink Integration in Katalon Studio

Author Rajat Agrawal
0 upvote
Career growth poll
Do you think IIT Guwahati certified course can help you in your career?

Introduction

If you are a testing engineer, you must have worked with various testing platforms and heard of a testing platform known as Katalon Studio. Katalon Studio is an open-source automation testing software tool for web and mobile applications developed by Katalon Inc. in the year 2015. It is designed to create and reuse automated test scripts for User Interfaces (UIs) without coding.

katalon

In this blog, we will discuss how to integrate TestLink into Katalon studio. But before that, let’s get familiar with TestLink.

What is TestLink?

TestLink is a popularly used web-based open-source test management tool. It is maintained and developed by Teamtest. The Testlink tool supports test plans, test projects, test cases, test suites, and user management, along with several reports and statistics.

If you want to learn more about TestLink and its features, follow this Wikipedia Article.

Now, we are familiar with the TestLink tool. Let’s learn how to integrate TestLink with Katalon studio.

TestLink Intergration

To integrate TestLink with the Katalon studio, follow the steps below:

Step 1: Download the XAMPP from Apache Friends

Step 2: Once the XAMPP is installed successfully. The Tomcat server will be started by default. You need to start the MySQL and Apache services from XAMPP Control Panel.

xampp

Step 3: Now, download the latest version of TestLink from SourceForge

Step 4: Once the TestLink has been installed successfully. Extract the test link and place it in XAMPP’s htdocs folder.

htdocs

Step 5: Go to the link http://localhost/phpmyadmin/ in any preferred browser. Create a new database named testlink from the database menu.

database

Step 6: Now, add a user account for the testlink database by clicking on the Privileges tab.

phpmyadmin
phpmyadmin

Step 7: Go to the link http://localhost/testlink-1.9.20/install/index.php in any preferred browser to open the TestLink installation setup. 

testlink

Step 8: Check the “I agree to the terms set out in this license” checkbox and then click on the “Continue” button. 

testlink

Step 9: There will be some permission that may fail. So you need to Navigate to the testlink package and open the ‘config.inc.php’ file. Update the following parameters:-

$tlCfg->log_path = ‘D:/xampp/htdocs/testlink-1.9.20/logs/’;

$grepositoryPath = ‘D:/xampp/htdocs/testlink-1.9.20/uploadarea/’;

system requirements

Step 10: Again click on the “Continue” button. You will be navigated to the page where the Database name, Database admin login, Database admin password, TestLink DB login, and TestLink DB password will be required to fill.

Enter the Database name as testlink.

Enter the Database admin login as admin.

Enter the Database admin password as admin.

Enter the TestLink DB login and password as you have set in the TestLink database created in the step 6.

Database setup
Database setup

Step 11: Click on the ‘Process TestLink Setup!’ button. If the installation is successful, the following page will appear.

testlink installation successful

As of now, we have successfully installed the TestLink tool. We can now login to TestLink.

TestLink Login

To log in to TestLink, hit the URL http://localhost/testlink-1.9.20. And enter the login name and password as admin

testlink

Once you successfully login, it prompts you to create a Test Project. Now you can create a Test Plan, Build, and Test suite with Test cases by selecting the corresponding links from the Dashboard.

Must Read Apache Server

Frequently Asked Questions

What is Katalon Studio?

Katalon Studio is an open-source automation testing software tool for web and mobile applications developed by Katalon Inc. in the year 2015. It is designed to create and reuse automated test scripts for User Interfaces (UIs) without coding.

What is an Appium Server?

Appium is an open-source tool for automating mobile web, native, and hybrid applications on  Android mobile, iOS mobile, and Windows desktop platforms. 

What is TestLink?

TestLink is a popularly used web-based open-source test management tool. It is maintained and developed by Teamtest. The Testlink tool supports test plans, test projects, test cases, test suites, and user management, along with several reports and statistics.

What is XMAPP?

XAMPP is a pen-source cross-platform web server solution stack package developed by Apache Friends.

What is an API?

API stands for Application Programming Interface, which allows two or more computer applications to communicate with one another.

Conclusion

In this article, we have extensively discussed how to integrate TestLink in Katalon studio. I hope you enjoyed reading this article on TestLink Integration in Katalon Studio.

If you want to learn more, check out our articles on Request History and Draft Request in KatalonIntroduction to Desktop App Testing and test objects in KatalonHow to group elements into a unique block with katalon studio, and Using Web Services in a Test Case in Katalon.

Also, check out these exciting courses from coding ninjas to expand your knowledge, Coding CourseCode StudioInterview ExperienceGuided PathInterview ProblemsTest SeriesLibrary, and Resources

Happy Coding!

Live masterclass