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  >  Tech FAQs  >  Testing

 Print  |  
Question:  1) what is the white box testing and block box testing?
2)define the load runner?
3)define the QTP and silk testing?




January 01, 2006 22:39:21 #3
 sharath   Member Since: Visitor    Total Comments: N/A 

RE: 1) what is the white box testing and block box tes...
 

white box: Testing the application with the knowledge of underline code of the application. it is done by developers. but in some organizations it is done by testers. Eg: Unit testing.

Block box: testing the application without knowledge of underline code of the application. it is done by the testers. 

     

 

Back To Question