QuestionQ276
Chapter 2: Testing Throughout the Software Development LifecycleA tester verifies the logic of a new authentication service. Because the actual database and external authentication API are still being developed, the tester substitutes the database connection with a mock that returns predefined user data.
At which testing level was this test performed?
- A Component integration testing
- B Component testing
- C System integration testing
- D System testing
Community Discussion