astrowalker2013
3 years agoOccasional Contributor
Difference result between TestEngine and ReadyAPI
Hi
Hi build my test with ready API, my test is OK, my test contains a groovy scripts
however When I execute this test in TestEngine this same test is Failed.
I add in
this parametre :
By default, Groovy scripting has limitations on writing data to properties and files. If you need fully functional Groovy scripts in your tests, you can turn off these restrictions.
Turning off the restrictions can cause security vulnerabilities.
To turn off the limitations, you need to set the groovy.allow.all system property to true. The way you do this depends on how you run TestEngine:
but in my Test on TestEngine I have this error on my grouvy script., why the behaviour is different between TestEngine and ReadyAPI IDE ?
Error. java.net.UnknownHostException: https
Error. error at line: 20