Forum Discussion

Buschfunk's avatar
Buschfunk
Frequent Contributor
13 years ago

Testing GUI and REST

Hello,

I know that soapUI Pro supports testing REST interfaces. However I have the following problem. The application under test basically does the following:


  • A client sends REST calls to the application.

  • On certain REST calls the application opens a GUI which needs to be automated.

Neither can I use soapUI Pro for both scenarios nor can I use TestComplete as it does not support REST testing. Do you have any idea?

2 Replies

  • Wow, good question. I can't come up with anything at the moment...
  • if You need to do something in GUI, use Selenium then. You can load selenium-server-standalone jar file in SoapUI and access it from Groovy test step. Works pretty well.