sunilkumargalla
13 years agoNew Contributor
how to set oauthheader for RestRequests without EventHandler
I am trying to build a java tool for rest services testing which internally uses SoapUI Java API.
The testcases are authored through SoapUI and then the testcase and WADL are exported into corresponding files.
The tool creates a SoapUI project dynamically using soapUI api and loads the WADL and testcase and then executes the same.
and trying to set oauth header for the rest request.
can you guide on how to set oauthheader for RestRequests without EventHandler?
The testcases are authored through SoapUI and then the testcase and WADL are exported into corresponding files.
The tool creates a SoapUI project dynamically using soapUI api and loads the WADL and testcase and then executes the same.
and trying to set oauth header for the rest request.
can you guide on how to set oauthheader for RestRequests without EventHandler?