mh350
9 years agoOccasional Contributor
How to get the name of the soapui project file ?
Hi
I'd like to know how to retrieve that name.
The closest I got to is "new com.eviware.soapui.support.GroovyUtils(context).projectPath" which provides the path. Incidentally project.name provides the name of the project but not the *.xml filename .
I'd also like to know where I can find some kind of java doc but for soapui objects like testCase, project ... so I can see which attributes are available.
Best regards.