An automated test strategy will normally include tests that are automated through the UI, and unit tests. It is an advantage if an automated testing strategy also includes testing that is automated via the API. Automated tests need to run quickly so that developers get fast feedback on their work. Tests that are automated via …
Continue reading “API Testing can enhance automated testing strategy”