Forum Discussion
nmrao
8 years agoCommunity Hero
What kind of services are you trying to test? HTTP / Rest or specify if others.
- hddping8 years agoNew Contributor
nmraowrote:
What kind of services are you trying to test? HTTP / Rest or specify if others.
I'm testing Json in the Rest architecture. One of the steps involves getting the html frame.
On the "clean" GroovyScript this is possible using GroovyServlet. But I do not understand how to run GroovyServlet in SoapUi.
I see it this way:
1. Receiving html data
2. Running with GroovyServlet
3. Test it with Selenium