Global Variable is not recognized

Hi,
In katalon 5.4 have a execution profile. So, when i use global variable in execution profile, katalon show an error like this and not recognized global variable as local import.

Test Cases/Garage/open_url FAILED because (of) org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/D:/Project/Tunaiku_Web/Scripts/Garage/open_url/Script1524797846419.groovy: 20: unable to resolve class internal.GlobalVariable
@ line 20, column 1.
import internal.GlobalVariable as GlobalVariable
^

1 error

i think this is bugs.it likes i found when i integrate with jenkins.

Can anyone help me?

Can you check your .project file within project folder for these lines, is it available there?

<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>

This issue has been fixed.

Hi Team,

I am getting this the above mentioned error when integrated with jenkins. What is the solution? Should I download latest version of katalon? Kindly help me.

Hi, yes, please try the latest version of Katalon to see if this problem still persists.

Cheers !

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.