Content deleted Content added
Tag: Reverted |
Reverted 1 edit by 49.180.76.96 (talk): Clear edit test |
||
Line 23:
API testing typically involves the following practices:
* [[Unit testing]] - Testing the functionality of individual operations
* [[Functional testing]] - Testing the functionality of broader scenarios, often using unit tests as building blocks for end-to-end tests. Includes test case definition, execution, validation, and [[regression testing]].
* [[Load testing]] - Validating functionality and performance under load, often by reusing functional test cases.
|