Katalon Recorder vs Selenium IDE


This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-recorder/docs/katalon-recorder-vs-selenium-ide.html

Does KR allows calls from one Test Case to another Test Case as in Selenium IDE?
Does KR allows importation of tests from Katalon Studio?

I couldn’t find answers to these questions in product documentation or by experimenting with the tools
Thanks in advance!!

Hi @picunder, we’ll working on the ability to call test cases, it’s not available yet. Unfortunately you can’t import tests from Katalon Studio into Katalon Recorder, as KS tests are more advanced and flexible and therefore you can’t fit KS tests into KR tests.

Thanks @ThanhTo for your answer, And what about the feature to export KS test to other languages like python?

KS doesn’t support exporting to other languages, it supports Java/Groovy only. You can export KR tests to Selenium and Python though.