InterviewSolution
Saved Bookmarks
| 1. |
In 30 Seconds, If You Step Into A Project Where Development Has Been Done, How Do Your Review Existing Code ? |
|
Answer» ONE of the best ways is to review the unit test cases used during DEVELOPMENT . ALSO if you run each of the use cases in debugger mode of the IDE it will give me a better picture when a particular METHOD is invoked One of the best ways is to review the unit test cases used during development . Also if you run each of the use cases in debugger mode of the IDE it will give me a better picture when a particular method is invoked |
|