Difference between Black box and White box testing?
Answer Posted / nandankumar
White box testing is a metod of testing in which one will
perform testing on the structural part of the application
(code). It is done by the developers.
Ex: Unit testing and integration testing
Black box testing is a method of testing in which one will
perform testing on the functional part of the application.
Usually it is done by Test engineers.
Ex: Functionality testing., Usability testing etc,
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is dib format?
what is the difference between Risk based and Requirement based testing???
hi this is ashok , i never worked in medical domain , can any one pls send me with proper exaple pls Question is while emergency or normal patitent enter into hospital he entered his first and last name and he enter emergency coloumn , write test case on these ,
Name three reasons why the tester may choose to record in Context Sensitive mode.
Can you explain exploratory testing?
Do you know anything about Set Top Boxes?
What are the different levels of manual testing?
Any one please can u tell me what is composer? An interviewer asked me do u have experience in Composer? its urgent.
Can automation testing replace manual testing?
What are the different available models of sdlc?
What is a test log?
What is smoke testing and user interface testing ?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What is bug release?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..