Practice free →
HomeSoftware TestingSoftware Testingtools_automation_cicd › REST API testing typically validates

REST API testing typically validates

AOnly screen reader accessibility tags
BStatus codes, response body and headers
COnly the visual layout of HTML pages
DOnly database schema integrity rules
Answer & Solution
Correct answer: B. Status codes, response body and headers
REST API tests assert HTTP status (200, 4xx, 5xx), response body structure and content, headers (Content-Type, caching), latency, and contract conformance. UI rendering is separate.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions