In integration testing, _______ is used to validate the interaction between different layers of a web application.
- Drivers
- Fuzzing
- Mocking
- Stubs
Stubs are used in integration testing to validate the interaction between different layers of a web application.
Loading...
Related Quiz
- Token-based authentication is often used in RESTful APIs because it does not maintain _______.
- How does semantic versioning benefit web service development?
- What role does SNI (Server Name Indication) play in TLS for web services?
- In RESTful services, _______ method is used for applying partial modifications to a resource.
- _______ testing focuses on the communication paths and interactions between components to detect interface defects.