Forum Discussion
JHunt
7 years agoCommunity Hero
Oh, so when you say you want to render the HTML, do you mean that you want to serve it?
You can do that with a MockService.
Set up a SoapUI MockService that serves an empty response. Then write a Groovy script to get the JSON data which includes some HTML. Then the script should set the MockResponse content to the HTML Then it should start the MockService and start the Selenium test case.
Related Content
- 4 years ago
- 11 years ago