Interview Questions

What's Unit Testing

Software Testing Methodolog


(Continued from previous question...)

What's Unit Testing

Unit testing finds problems and errors at the module level before the software leaves development. Unit testing is accomplished by adding a small amount of the code to the module that validates the module's responses.

(Continued on next question...)

Other Interview Questions