Forum Discussion
Riztac
8 years agoNew Contributor
Thanks for your suggestion, it dident work either. raised ticket with Smartbear.
tristaanogre
8 years agoEsteemed Contributor
As mentioned, I doubted it would work. There is no Groovy Script in TestComplete so attempting to use syntax that is Groovy Script specific will not work with TestComplete. I am unaware of that particular syntax being valid in any of the supported code languages in TestComplete.
Keep in mind, also, that TestComplete is simply acting as the launcher for your SoapUI tests. It doesn't, itself, run the tests... it does a call out to SoapUI for the execution. So, anything you want done that is specific to SoapUI you need to configure and implement in SoapUI.