Interview Questions

What's Unit Tests

Software Testing Methodolog


(Continued from previous question...)

What's Unit Tests

Unit tests are positive tests that eveluate the integrity of software code units before they are integrated with other software units. Developers normally perform unit testing. Unit testing represents the first round of software testing--when developers test their own software and fix errors in private.

(Continued on next question...)

Other Interview Questions