Saved Bookmarks
| 1. |
Explain What Are The Principles Of Api Test Design? |
|
Answer» The principle for API test design are: Setup : Create objects, start SERVICES, INITIALIZE data etc Execution: Steps to exercise API or scenario, also LOGGING Verification: Oracles to evaluate execution outcome Reporting: PASS, failed or blocked Clean up: Pre-test STATE The principle for API test design are: Setup : Create objects, start services, initialize data etc Execution: Steps to exercise API or scenario, also logging Verification: Oracles to evaluate execution outcome Reporting: Pass, failed or blocked Clean up: Pre-test state |
|