Please enable JavaScript.
Coggle requires JavaScript to display documents.
API TESTING - Coggle Diagram
API TESTING
Functional testing
-
to test several API calls, E2E
-
-
Sanity test
quick evaluation to determine whether a software product is functioning correctly after adding a new module or functionality to an existing product
- After many regressions or a minor change in the code, a build is received.
- After bug fixing, the build is delivered.
- Before the production deployment.
-
to validate API development, if working or not
Non-functional testing
-
-
- Load test (Performance test)
-
TOOLs: Load Runner, Apache Jmeter,Gatling...
-
How to choose tools
Testing Objectives, Supported Protocols, Realistic Load Simulation, Reporting and Analysis, Integrations, Cost and Licensing
-
-