Why API testing is important and what to test?
If you look at the Test pyramid (also refer to below image), more API testing is recommended over the UI testing. Reason is that, as we go up into the pyramid – Increase the time to create the tests (tool selection, dependency libraries, writing the UI test scripts) Increasing the cost of creating and running…