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.


June 06, 2006 01:53:56 #9
 Aruna   Member Since: Visitor    Total Comments: N/A 

hot fix
 
Once the sanity testing is completed we may request the developer to visit our place(tester's place) and fix the bugs within the deadline.This is the only place where a developer will visit the tester's place and fix the bugs.Since the developer fix these bugs very quickly this is called  hotfix.
     

 

Back To Question