Please enable JavaScript.
Coggle requires JavaScript to display documents.
(Contract Tier Testing) - Coggle Diagram
Contract Tier Testing
Throttling Section
Mode Selection
Request Count (default)
Request Bandwidth (UI validation)
Allowed Count
Positive integer input
Empty → Error message
Non-numeric → Error
Throttle Algorithm
Fixed Window
Sliding Log
Time Unit
second(s)
minute(s)
hour(s)
day(s)
week(s)
month(s)
Combinations
Fixed Window + each time unit
Sliding Log + each time unit
(12 total combinations to validate)
Form Submission
Submit with valid data → Success message
Submit with missing mandatory → Block & Error
Cancel → All fields reset
Validate backend updates created contract tier
General Details
Name
Valid input
Empty field → Error message
Duplicate name → Error message
Description
Valid input
Empty field → Error message
API Type
Valid selection
Not selected → Error message
Invalid type → Error/blocked submission
Access Control
OAuth2
Selected → field enabled
Unchecked → token not required
API Key
Selected → key-based auth applied
Unchecked → key not required