We just started with Katalon to run web testing. Afther creating the first “login” test case we have issues to run this test, specially when we use a shared folder to save them. To start the execution of a test takes 5 - 10 minutes.
We are working with 2 testers on 1 project, so we cannot save it local.
Best Regerds,
Giel
Why not you make a Git repository for your project on GitHub?
https://docs.katalon.com/katalon-studio/docs/git-integration.html
With a remote Git repository, 2 testers can share the code, clone the project to the local disk of each tester’s PC and run the test at its best speed.
I do not see the reason why your shared-folder-backed Katalon is slow. But I am sure it is a waste of time trying to find out why. You should say goodbye to shared folder and go for Git.
Git is the absolute minimum every software developer absolutely, positively must know about (No Excuses!)