10 - API Testing Tool Just because you are using a web application does not mean you can’t use an HTTP API Client or Testing Tool. These tools can help you issue HTTP requests that your forms or JavaScript might issue, which can help you test the back-end server, or even just setup data to use via the main GUI. The more you understand the technology of your application, the better you will be able to test it.
|