You are on page 1of 12

STUDIO

Katalon
What is Katalon Studio?
Katalon Studio
Testing tool developed by KMS technologies.

It is not open source but it is free

Used to automate on front-end web


applications, mobile and web services.
Katalon Studio
Testing tool developed by KMS technologies.

It is not open source but it is free

Used to automate on front-end web


applications, mobile and web services.
How does Katalon Studio works?
Record a script using their build in record and playback
feature
Use the keyword driven approach, which allows you to
create a test case using a manual mode

Programmatically create a test in the scripting


mode using Java or Groovy.
API Testing with Katalon Studio
has functionality that allows you to test web services and
REST APIs.

If you’ve already used tools like JMeter or Postman,


you will notice that Katalon Studio is not yet on pare
with them.

So you might not want to rely on it for


all your API testing just yet
Katalon Studio Mobile Testing
also uses and Appium libraries behind the scenes.

The record feature built into the IDE also allows you to
use the record mobile utility for mobile tests.
Katalon Studio : Version Control
have built-in integration with Git to store all your test code and
framework libraries.
they have built-in UI menus where you can quickly
clone, pull and push your changes into Git.
Debugging and Reporting
You can create breakpoints and then debug your test case.

It's something similar to what you do in Eclipse


because it's built over the Eclipse SDK.

It also has intuitively built-in reporting and the logs.


Flexible Test Runs
has some cool features like the ability to skip particular steps
or skip specific test cases in a test suite
can also make different test suits run on different
browsers in parallel.
can also make some steps optional you can make
some steps to stop the execution if they fail.
STUDIO
Katalon
Sure there are features within our frameworks, and we can
code from scratch. But why would you if you don’t have to?

Katalon studio is an excellent tool to check out


particularly for people who have minimal
programming or coding background.

You might also like