Link Search Menu Expand Document

Record your manipulations

Install Katalon Recorder extension in your Chrome.

Open chrome://extensions/ in your Chrome.
(toggle to turn on the extension if it’s disabled). Image from Gyazo

Check the upper right side in your Chrome,
you can find the logo icon of the extension.
Click the icon.
Image from Gyazo

Launches Kataron Recorder screen (please skip all users guide if it’s showed).
Image from Gyazo

Click the New button, and type "Example Test" in the opened dialog, click OK.
Image from Gyazo

A new test suite (and test case) object appears in the left pane.
Image from Gyazo

Click the Record button.
Image from Gyazo

Now transfers screen to Chrome,
so do anything freely what you want to test.
Then each manipulations well be recorderd in Kataron Recorder automatically. Image from Gyazo

:warning: It’s better to record wihtout cookies if your app requires login.
Please checkout tips instead.

Okay now you are fullfilled with manipulations,
click the Stop button.
Image from Gyazo

All your manipulations are displayed in the main section,
they will be a resource for the actual testing.
So Let’s output to a static file to let it executable by external programs.

Click the Export button.
Image from Gyazo

Opens a dialog,
select "JSON (...any...)" element in the selectbox.
Then export as a JSON named "ExampleTest.json" to your ~/Download directory.

:warning: depends o your OS,
system would show an warning message due to change the file extension from .html to .json.
attach .json anyway.

Image from Gyazo

OK, you’ve finished to make a resource for testing,
Let’s proceed to the next to generate an executable testing scripts.