My TestCase NUCLEO is empty, I haven’t passed orders yet.
I tried only with the LOGIN, but pops up this error in Katalon and is not even opening the browser.
The orders are very simple, I’m at the beginning of development.
I also simulated a recording by the “Record Web”, and also claimed the same problem at run time.
I tried only with the LOGIN, but pops up this error in Katalon and is not even opening the browser.
No, because Katalon does not understand the name or path of the Test Case for some reason. This is very likely due to a character-set issue – perhaps there is an invisible non-unicode character in the path string (perhaps it is present on disk?)
I’m suspecting there is an issue with a path setting somewhere. If this is a new Katalon installation, you might want to reinstall to a different location and create a project in a new location, also.
I hit the same issue as well. As Russ_Thomas said, it is because my project folder has some Non_English words, which makes the Katalon unable to find the project.
After i move the project to a folder with the whole path in English characters, it works successfully.