ameesh1984
5 years agoContributor
Groovy and Java scripts in one project
I have a project need where i need to perform some REST calls in a groovy project but then in the same project need to call some REST API's which has some java script in it for pre setup ....can they both be in the same project as per soap ui documentation we can have only one language in the project properties with the script language set to groovy or Javascript ?
So this would be like a nested project where i need both groovy and Javascript to work in the same project