Hello,
1) I could not check the suggested solution because of an compiler error "...unable to resolve class WsdlTestRequestStep..."
2) I don't think this will solve my problem because the BasicAuth-data is already set for this testcase (in the Auth-tab).
When running this testcase manually, a dialog is shown, requesting the basic-authentication data (like when creating a new project using a basicAuth protected wsdl)
So I guess, the code line wsdlcontext.load() causes this dialog. What I want is to set basic auth data before, to avoid this dialog.
But I don't know how to do this. Is there any way to load the wsdl with groovy code and setting password and username?
e.g.
wsdlcontext.load(username, password)