Agile Testing Question:
Download Job Interview Questions and Answers PDF
Explain me what is a Test stub?
Answer:
A test stub is a bit of code that replaces an undeveloped or fully developed component within a system being tested. The test stub is built such that it mimics the actual component by generating specific known outputs. The stub can be used as a substitute for the actual (fully developed) component for testing purposes. The stub can also be used during testing to isolate system components and troubleshoot problems. A test stub is also known as a test double.
Download Agile Testing Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know what are the two key factors when working as a QA in an agile team? | Explain me how to measure the velocity of the sprint with varying team capacity? |