| |
GeekInterview.com > Interview Questions > Testing
| Print | |
Question: i was asked in an interview question,whether have you done unit testing in your project
|
| September 09, 2006 08:42:26 |
#1 |
| Krishna Kanth |
Member Since: Visitor Total Comments: N/A |
RE: i was asked in an interview question,whether have ... |
| At the initial stages of development, small units of programs will be developed and then they will be combined to form a module. Once the units are developed and before uniting them into modules those units are to be checked for proper functioning. This method of checking the units, after they are developed is called Unit testing, as there will no GUI interfaces at the unit level the testing is done by the developer. Usually test engineer will not come into picture during Unit Testing. |
| |
Back To Question | |