Skip to main content

Import and export keywords in Katalon Studio

In Katalon Studio, you can import and export custom keywords across projects for quicker and easier management. This feature minimizes the risk of moving test artifacts across different test projects.
Important:
  • You have an active Katalon Studio Enterprise license.

Import keywords

Currently, Katalon Studio provides two options to import keywords: from a local folder or from a Git repository.

To import new keywords, navigate to Menu > File > Import Keywords and choose your preferred option.

Import keywords into Katalon Studio.

Additionally, you can import keywords from the Tests Explorer by right-clicking on the Keywords folder and choose Import > Folder or Git.

Import keywords from Test Explorer in Katalon Studio.

Import from a local folder

After the Browse For Folder panel appears, choose your desired folder to import the keywords to Katalon Studio. If the keywords imported don't belong to any package, Katalon Studio puts them into a default package.

Default package of keywords in Katalon Studio.

Import from Git

If the user is importing the keywords from a public repository, NO authentication is required. However, if the repository is private, please provide your Git authentication.

When Katalon Studio successfully discovers the desired repository, it will ask the user to choose a branch to check out. Please select the branch that contains the keywords you want to import.

Katalon Studio will clone the Git repository to a default location in your project folder. Choose your initial branch and click Finish.

Katalon Studio will notify you whether the keywords are imported successfully. If the keywords imported don't belong to any package, Katalon Studio will put them into a default package.

Duplicate keywords

There are instances of similar keywords exist in the project. Katalon Studio will automatically detect and alert users for taking actions. There are 3 options to choose as shown below.



Export keywords

To increase code usability, Katalon Studio also let you export keyword for sharing across team members. Simply right-click on Keywords in the Tests Explorer, select Export from the context-menu.

The Browse For Folder panel displays, choose your desired folder to export the keywords to the local storage.