1.

What is the difference between a unit test and a functional test?

Answer»
UNIT TESTFunctional Test
It TESTS the structureIt tests the functionality
This is PERFORMED by the developer when he codes.This is performed by the Functional Tester.
The test happens at the time of coding.The test happens after the DEVELOPMENT is complete.
This is a white box testing method.This is a black-box testing method.


Discussion

No Comment Found