views:

32

answers:

0

Is functional testing and Integration testing same??

You begin your testing through unit testing... Then after completing unit testing you go for Integration testing where testing the system as a whole. So is functional testing same as Integration testing as in functional testing also, we take the system as a whole and test it for functionality conformance...

Also whether in unit testing we do white box testing or black box testing can also be done in unit testing...

Thanx...