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).
Check the upper right side in your Chrome,
you can find the logo icon of the extension.
Click the icon.
Launches Kataron Recorder screen (please skip all users guide if it’s showed).
Click the New
button, and type "Example Test"
in the opened dialog, click OK
.
A new test suite (and test case) object appears in the left pane.
Now transfers screen to Chrome,
so do anything freely what you want to test.
Then each manipulations well be recorderd in Kataron Recorder automatically.
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.
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.
Opens a dialog,
select "JSON (...any...)"
element in the selectbox.
Then export as a JSON named "ExampleTest.json"
to your ~/Download
directory.
depends o your OS,
system would show an warning message due to change the file extension from.html
to.json
.
attach.json
anyway.
OK, you’ve finished to make a resource for testing,
Let’s proceed to the next to generate an executable testing scripts.