Automated API Testing and Monitoring
in Technical
What does everyone use for automated API testing and monitoring?
I have some APIs I'd like to test as part of QA integration testing before deployment, and then check on them once they've been deployed.
Self-hosted is preferred as most of the systems are internal, and I don't want to deal with the firewalls.
I've found the following:
- Robot framework (https://robotframework.org/)
- K6 (https://k6.io/)
- Citrus Framework (https://citrusframework.org/ )
- apid (https://www.getapid.com/)