Emilija
5 years agoOccasional Contributor
Call REST API from TESTCOMPLETE
Hi,
We are using TestComplete for Desktop (Version 12.60).
Now we should add API calls in some of our tests.
First, should we buy the web module too?
Does the Send Request operation work without the web module?
Thanks in advance!
Hi,
The aqHttp object is included in TestComplete by default, and you can use this to make REST api calls as needed. https://support.smartbear.com/testcomplete/docs/reference/program-objects/aqhttp/index.html
You will not need the web module to use this object.
With that said, you will not be able to create assertions or any other backend type of tests using this, but you will be able to view the http responses codes and bodies.