Which is not true in case of Unit testing?

Options
- It decreases the software development speed.
- It can’t be expected to catch every error in a program.
- In this tester evaluates if individual units of source code are fit for use.
- It is usually conducted by the development team.


CORRECT ANSWER : It decreases the software development speed.

Discussion Board
Unit testing

When Tester is involved in unit testing to check & evaluates if individual units of source code are fit for use?

Can you please explain?

Arpit Gupta 05-12-2016 06:22 PM

Unit testing

Answer: It decrease the software development speed.

Solution: Unit testing: Unit testing is a white box testing technique that is performed by the developers. It is used to evaluate or verify the source code of all individual units of application is fit for use. The objective of performing unit testing is finding a defect or problem early in the development life cycle, but it doesn’t mean we can catch every error in the program.
Therefore, option A is correct answer.


Rohit Srivastava 07-28-2014 02:42 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement