| |
GeekInterview.com > Interview Questions > Testing > Testing Basics
| Print | |
Question: What is the difference between structural and functional testing?
Answer: Structural is a "white box" testing and based on the algorithm or code. Functional testing is a "black box" (behavioral) testing where the tester verifies the functional specification. |
| August 08, 2005 02:32:42 |
#3 |
| G.A.Sivabalan |
Member Since: Visitor Total Comments: N/A |
RE: What is the difference between structural and functional testing? |
| Structural testing deals with the interior details of the product while the functional testing deals with just the behaviour(overview) of the product. |
| |
Back To Question | |