Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
I don't see any obvious problem other than that, your groovy file is named xmlAssertions.groovy however in your code snippet you are trying to import import myscripts.XmlAssertions. Notice your file name starts with lower case and in code it is in upper case. To my knowledge groovy class names are case sensitive. Try to change it and see if it works.
Regards,
Shadid
SmartBear Sweden.
I don't see any obvious problem other than that, your groovy file is named xmlAssertions.groovy however in your code snippet you are trying to import import myscripts.XmlAssertions. Notice your file name starts with lower case and in code it is in upper case. To my knowledge groovy class names are case sensitive. Try to change it and see if it works.
Regards,
Shadid
SmartBear Sweden.