Execution in linux

We have developed our test scripts using katalon studio in Windows. Can we execute the same code in KRE in Linux environment?

The Java’s slogan “Write once, run anywhere” applies to Katalon Studio. So principally, yes. You should be able to make your projects runnable on Linux.

In transfering the source codes from Windows to Linux, you need to be careful enough. You need to mind the character encodings in case your Windows OS uses a charset other than UTF-8 (for example, Shift_JIS in my case). And you need to take care of the NEWLINEs of all text files: CR+LF → LF.

If I were you, I would push the project into a remote GIT repository (GitHub, BitBucket, GitLab, etc), install KS into Linux, and clone the project out of the remote repository into Linux. Git would look after the compatibility issues.

Thank you. It is working fine.

Our code is maintained in GIT only. Had to take care of the path for datafiles.