alibaba82
18 years agoSuper Contributor
Gettting Context.ThreadIndex
Hello,
When I type context.ThreadIndex in the soapUI groovy console and run it, I get 0.
However, If I have a external groovy file with the following function
void test()
{
context.ThreadIndex;
}
soapui throws an error
groovy.lang.missingPropertyException: No such property: context for class: GlobalFunctions
Can you please help.
Thanks
When I type context.ThreadIndex in the soapUI groovy console and run it, I get 0.
However, If I have a external groovy file with the following function
void test()
{
context.ThreadIndex;
}
soapui throws an error
groovy.lang.missingPropertyException: No such property: context for class: GlobalFunctions
Can you please help.
Thanks