1 / 5
QA engineers ___ contract tests to verify API behaviour.
-
-
-
-
You write contract tests. Write is the precise collocation; the others are informal. So write contract tests.
2 / 5
We need to ___ edge cases such as empty payloads and large inputs.
-
-
-
-
You cover edge cases. Cover is the exact collocation in testing; the others are informal. So cover edge cases.
3 / 5
A mock server lets you ___ API responses without hitting production.
-
-
-
-
You simulate API responses. Simulate is the precise technical verb; the others are informal. So simulate API responses.
4 / 5
Tests should ___ the status code of every response.
-
-
-
-
You assert the status code. Assert is the standard collocation in test automation; the others are less precise. So assert the status code.
5 / 5
We ___ the API collection in Postman to share test scenarios.
-
-
-
-
You export the collection. Export is the precise collocation; the others do not fit. So export the API collection.