API Testing File Organization
API Testing supports a modular approach to organizing your test case files, similar to professional development practices. This structure promotes cleaner code, better maintainability.
All API Test files reside in the /apigit-test
directory of your API Repository, which serves as the root for all test case files.
Last updated on