Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between Black & White box testing

Answers were Sorted based on User's Feedback



Difference between Black & White box testing..

Answer / gomathi baluswamy

Black Box Testing:

1. It is also called the functional testing wherein we
check the functionality of the applicaion through the
input and check what is the expected output.

2. The tester need not have any programming knowledge
3. the tester legally gives input and see the expected
output and need not worry about how the application arrived
at the output.
4. Testing is done by using outward facing iterface GUI
(Graphical user interface)
5. By black box testing we cannot make sure testing is done
completly.


White box testing:
1. It is also called Clear box testing wherein the tester
needs to examine the internal workings of the component or
items to be tested.
2. The tester should have programming knowledge.
3. Testing is done by using internal application
programming interface(API).
4. By this testing we make sure all codes of application
is being tested ie the Loop, Branch, Path coverage is
tested atleast once.

Is This Answer Correct ?    25 Yes 2 No

Difference between Black & White box testing..

Answer / rajeshwar rao

White box tetsing is nothing but coding it is also called
as glassbox tetsing.
in also focus on the programee part rather then the
funcniality.
black box testing is nothing but funcnality .
these testing is done by the testers.
it also focus on the funcnality rather then the programee
part.

Is This Answer Correct ?    9 Yes 1 No

Difference between Black & White box testing..

Answer / ch.s.m.prasad,kkd

black box testing is not based on any knowledge of internal
design or coding. based on requirements and functionality.


white box testing is based on knowledge of internal design
or coding.

Is This Answer Correct ?    10 Yes 2 No

Difference between Black & White box testing..

Answer / poonam

black box
It is also called the functional testing
The tester need not have any programming knowledge

white box
It is also called Clear box testing
The tester should have programming knowledge.

Is This Answer Correct ?    9 Yes 1 No

Difference between Black & White box testing..

Answer / jay

White Box testting test the internal working of the
component & in this testing we need the programing
knowledge.
Where as
Black box testing deals with the functionality of the
application and tester does not required any programing
knowledge.

Is This Answer Correct ?    2 Yes 1 No

Difference between Black & White box testing..

Answer / lakshmanaraj bg

Black Box Testing:

Testing input/output without knowledge and/or regard of the internal code.

Commonly designed/executed by test team.

Black Box testing is also known as behavioural or closed box testing.

It is a software testing technique in which the internal workings of the item to be tested are not known to the tester or they are not taken into consideration.

Testing based on an analysis of the specification of a piece of software without reference to its internal workings.

The goal is to test how well the component conforms to the published requirements for the component.

White (Glass) Box Testing:

Testing input/output with full knowledge and/or regard of the internal code.

Commonly designed/executed by Developers.

White Box Testing is also known as structural,open box, clear box or glass box testing.

It is a software testing technique in which an explicit knowledge of the internal workings of the item to be tested are tested.

Testing based on an analysis of internal workings and structure of a piece of software.

Includes techniques such as Branch Testing and Path Testing.

Also known as Structural Testing and Glass Box Testing.

The basic difference between black box and white box testing is that in Black box testing we test only the external features by giving different combinations of inputs and their responses.

Black box testing is otherwise known as Specification based testing or Functional based testing.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is the difference between SRS and BRS

5 Answers  


what is integration testing and end to end testing?

1 Answers   Sapient,


What are the Testers Responsbile

1 Answers   Mind Q Systems,


Defect management

1 Answers  


What does FRS contain ?Explain in detail.

3 Answers  


what is localization and globalization testing?

5 Answers  


Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand

6 Answers   ISTQB,


who are the final deliverables to the client?

3 Answers  


can anyone please tell me how to test the functional specification?

3 Answers   Mastek,


i have faced this question in one interview.kindly let me know if u know the ans . the ques is the tester have been found 20 bugs in the requirement .after dev. has been fixed 20 bugs again tester retest the bugs he found again 12 bugs dev .fixed 12 bugs keep on its going ..finally its comes zero defects now how will u checking the application stability ..

5 Answers   TCS,


Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?

0 Answers  


HI could u plz tell what actually is done in a manual testing in practically in a company for ex suppose it is web applications testing how to proceed further

1 Answers  


Categories