Question 10 of 10Pro Only
How do you test REST API endpoints in a backend application?
Sample answer preview
API testing verifies that your endpoints behave correctly, handling requests and returning appropriate responses. Use an HTTP testing library to make requests to your API. In Node.js, supertest is popular. In Python, the test client from Flask or FastAPI works well.
superteststatus coderequestresponseauthenticationcontract