Errors during executing test cases

Hello. Please help me. When executing test cases, the console displays not process logs, but an error.

Caught: groovy.lang.MissingMethodException: No signature of method: static com.kms.katalon.core.main.TestCaseMain.logError() is applicable for argument types: (java.lang.IllegalArgumentException, java.lang.String) values: [java.lang.IllegalArgumentException: Cannot find test case with id ‘Test Cases/AuthorizationSuccess’, …]
groovy.lang.MissingMethodException: No signature of method: static com.kms.katalon.core.main.TestCaseMain.logError() is applicable for argument types: (java.lang.IllegalArgumentException, java.lang.String) values: [java.lang.IllegalArgumentException: Cannot find test case with id ‘Test Cases/AuthorizationSuccess’, …]
at TempTestCase1511919287860.run(TempTestCase1511919287860.groovy:24)

http://joxi.ru/MAjoKBYU4qpVjr http://take.ms/1BxHw

On another computer, the tests run successfully.

Alena Potegova said:

Hello. Please help me. When executing test cases, the console displays not process logs, but an error.

Caught: groovy.lang.MissingMethodException: No signature of method: static com.kms.katalon.core.main.TestCaseMain.logError() is applicable for argument types: (java.lang.IllegalArgumentException, java.lang.String) values: [java.lang.IllegalArgumentException: Cannot find test case with id ‘Test Cases/AuthorizationSuccess’, …]

groovy.lang.MissingMethodException: No signature of method: static com.kms.katalon.core.main.TestCaseMain.logError() is applicable for argument types: (java.lang.IllegalArgumentException, java.lang.String) values: [java.lang.IllegalArgumentException: Cannot find test case with id ‘Test Cases/AuthorizationSuccess’, …]

at TempTestCase1511919287860.run(TempTestCase1511919287860.groovy:24)

http://joxi.ru/MAjoKBYU4qpVjr http://take.ms/1BxHw

On another computer, the tests run successfully.

Your issue here seems due to the directory name of the project.
Could you please try to copy the project to another folder, for example: “D:\\your_project”
then try again.

I have the same problem and changing the folder unfortunately did not help.
I downloaded even a newer version of Katalon Studio and exactly the same error.
Somebody help me please:)

hello, someone have a solution for this problem?

Ah I see. Your current Katalon Studio’s folder is using non-unicode characters, so Katalon Studio might not be able to find test cases within this project’s folder and execute them.

It’s suggested to move Katalon Studio into another folder instead of project’s folder, such as

"D:\Katalon_Studio_folder"

Regards

2 Likes

Hi, I had a same issue. I also changed folder and it works now. Folder has to use unicode characters. thanks.

Oh, Thank YOU!

“The driver executable does not exist” - what it means? How can I fix it?