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.