GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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.


November 11, 2005 03:58:36 #4
 sunil kumar   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between structural and func...
 

structral testing is nothing  but  only code coverage of the application

functional testing is nothing but  we don't boughter  ab code coveragr only the functionality of the module or application

     

 

Back To Question