Importing test cases from Katalon Studio to Katalon Recorder

Hi there,

I was wondering if there is an option to import test cases from Katalon Studio into the Katalon Recorder?

We currently cant playback in chrome as we keep getting this error:

Mar 23, 2018 10:01:46 AM org.openqa.selenium.remote.DesiredCapabilities chrome

INFO: Using `new ChromeOptions()` is preferred to `DesiredCapabilities.chrome()`

03-23-2018 10:01:46 AM - [INFO] - Action delay is set to 0 seconds

Starting ChromeDriver 2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7) on port 47259

Only local connections are allowed.

We have since followed these instructions: https://docs.katalon.com/display/KD/Update+or+Replace+Web+Browser+Drivers+and+Selenium

But with no success.

So we discovered that we CAN use the replay feature in the recorder. So we would then like to move the tests from the studio to the recorder.

Is this possible?

2 Likes

See this answer concerning exporting test cases from Studio to Recorder

Hi, If you have a lot of testcase’s to export and You are really desperate to do that You can try to use some advance text editor and change many things in one go with regex. It will require a lot manual changes anyway but it will help You to make it quicker.

It’s just an idea actually. I’m using only Katalon Recoder now so I didn’t have that problem.