Who will do unit testing ?
Answers were Sorted based on User's Feedback
Answer / jays
It typically done by the programmer and not by testers, as
it requires detailed knowledge of the internal program
design and code.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / balaji
developers will do the unit testing.... because it needs
the knowledge of internal logic of the code. (also this is
called as white box testing)
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shah
Unit Testing will be done by the programmer, once they done with the code, they use to test whether it is working or not, the type of testing is called Unit Testing.
Testing Team will also do the Unit Testing, to know that whether the functionality is working or not as per the specifications.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / madhanpaliwal
After developing the product the developer will do unit
testing so if their any critical bugs in the product than
they will come to known.So developer will do unit testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
how do you manage the testing for enhancement projects
What is smoke testing?
What is error guessing and error seeding?
What are the different ways of writing test cases?
How many operating system you can installed on one machine? What is NTFS and FAT32?
What kind of techniques used while writing test cases?
is smoke and sanity testing is same? Please clear this doubt.
What is Test Suite?
11 Answers Digient Technologies,
i have 500 testcases , how to perform the regression testing
Negative testcases for dropdownlist???
What is the deference between regression testing and re-testing?
Give me two examples of HLD and LLD...