InterviewSolution
Saved Bookmarks
| 1. |
I Run Unit Tests, Why Is That Not Sufficient? |
|
Answer» Though indispensable, unit tests can only test small parts of a system in ISOLATION (steering-wheel OK, MOTOR OK). GUI based testing exercises an application as a whole (steering-wheel and motor TAKEN together don't GUARANTEE roadworthiness). Though indispensable, unit tests can only test small parts of a system in isolation (steering-wheel OK, motor OK). GUI based testing exercises an application as a whole (steering-wheel and motor taken together don't guarantee roadworthiness). |
|