InterviewSolution
Saved Bookmarks
| 1. |
What is a test stub in Agile? |
|
Answer» A test stub in Agile is a SMALL CODE which mimics a specific COMPONENT in the SYSTEM and can REPLACE it. The output of the test stub will be the same as the component it will return. |
|