aaronpliu
7 years agoFrequent Contributor
How did you run End to End (E2E) test with API
Generally, we'd like to implement sanity test with API first, and checking each endpoint by function. After it works well, you may want to implement more complex business scenarios. At some time, a f...
- 7 years ago
Hello Aaron,
If I get your inquiry right, you need to combine API test, GUI tests and interaction with your DB.
For the GUI testing part, you can use a test automation tool such as TestComplete or Selenium. ReadyAPI integrates with both TestComplete (https://support.smartbear.com/readyapi/docs/soapui/steps/testcomplete.html) and Selenium (https://support.smartbear.com/readyapi/docs/testing/integrations/selenium/index.html), so you can include the UI interaction to your ReadyAPI test this way.
Interaction with DB Servers can be easily performed from within ReadyAPI with the JDBC Request test step: https://support.smartbear.com/readyapi/docs/soapui/steps/jdbc-request.html