In a scenario where an external API is unavailable for testing, what is the most effective alternative?
- Delaying testing until API is available
- Mocking the API responses
- Skipping API testing
- Using live production API
Mocking the API responses allows testing to proceed even when the actual API is unavailable, simulating its behavior for testing purposes.
Loading...
Related Quiz
- _______ is a security vulnerability where an attacker can execute unauthorized commands.
- Web services must adhere to _______ to ensure data privacy and security.
- When debugging a distributed system, what strategy is most effective for tracing issues?
- Which international standard is commonly referenced for information security management?
- In GraphQL, what does the term "schema" refer to?