Please enable JavaScript.
Coggle requires JavaScript to display documents.
API testing - Coggle Diagram
API testing
Check output data
Data format
Check HTTP status code
Check Data accuracy
Check error codes
Check against specific input parameters
Rest request <=> Rest API
GET request
Get request
remain in browser history
be bookmarked
be cached
shouldn't deal with sensitive data
not modified
length limit
POST request
can't be cached
no limit length
can't be bookmarked
don't remain in browser
exp: like and unlike/ create account/login/create playlist/ upload file
1.Check Functionality of App
Check Security of programming Interfaces
Check Performance
Focus on Business logic level of software architecture
Check Reliability