Forum Discussion
Thanks all. :smileyhappy:
Just wondering if we can use TestComplete to automate restful API testing ?
You can.
You can integrate with SoapUI.
Or you can write something yourself to do it directly.
Direct approach discussed here: https://community.smartbear.com/t5/TestComplete-Functional-Web/TestComplete-support-for-automating-REST-API/td-p/110066
And another discussion about this, which seemed to end up with SoapUI integration, here: https://community.smartbear.com/t5/TestComplete-General-Discussions/Automate-REST-api-using-TC/td-p/131878
Personally, I have a whole bunch of script extensions hooked into the TFS API to allow to update TFS directly from scripts. I used the XMLHTTP object and wrote it myself. As long as you have access to decent docs for the API you want to use, and some way of parsing the response (I used a JSON Parser), it's not terribly difficult.
Related Content
- 5 years ago
- 2 years ago
- 6 years ago
Recent Discussions
- 14 hours ago