Answers for "principles of api test design"

0

principles of api test design

Setup: Create objects, start services, initialize data, etc.
Execution: Steps to apply API or the scenario, including logging
Verification: Oracles to evaluate the result of the execution
Reporting: Pass, failed or blocked
Clean up: Pre-test state
Posted by: Guest on January-19-2021

Browse Popular Code Answers by Language