What is white-box Integration Testing and its differences
between Black box-Integration testing?

Answers were Sorted based on User's Feedback



What is white-box Integration Testing and its differences between Black box-Integration testing?..

Answer / sushree sangeeta das

white box testing is based on internal logic of an
application.Test are based on coverage of code
statement,branches,paths and condition.But in black box
testing,it is not based on any knowledge of internal design
or code.In black box testing tester can be non technical.

Is This Answer Correct ?    15 Yes 2 No

What is white-box Integration Testing and its differences between Black box-Integration testing?..

Answer / viji

white box texting:
1.It is structural testing
2.coding and logic is needed here
3.Developers do the coding
4.otherwise called open source testing or clearbox testing
Divided into 3 coverage:Statement,Conditional,Decision

Black box testing:
1.it is functional testing
2.No Coding or logic is needed.
3.SRS is required
Combination of white box and black box is called grey box
testing.
Divided into Equilanence partioning,Boundary value,Error
guessing

Is This Answer Correct ?    6 Yes 2 No

What is white-box Integration Testing and its differences between Black box-Integration testing?..

Answer / renu

white box testing is applicable at integration level of
testing for testing the units(small piece of code) during
integration .

Blackbox testing is also applicable at integration level of
testing.

I dont the exact difference between those two.

Is This Answer Correct ?    4 Yes 2 No

What is white-box Integration Testing and its differences between Black box-Integration testing?..

Answer / bharti

White box testing is code based whereas black box testing
in requirements based.

Is This Answer Correct ?    3 Yes 1 No

What is white-box Integration Testing and its differences between Black box-Integration testing?..

Answer / a sameer

Actually there is no concept of White-box integration
testing and black box- integration testing but we can keep
this in this scenario if it has to be explain ...like below

Integration testing techniques are

1. Top-Down
2. Bottom-up
3. sandwich / hybrid

and in integration we club one module to other module and
check the connectivity which is a functional technique, and
sometime if one module is ready and other module is not
ready to move to third module we take help of developers for
developing a small piece of code which we call it as stub
and driver. Stub and driver is a small link that connected
from one module to other module so it is called white box.

SInce we need both white box technique and black box
technique it is called Grey Box testing


Integration testing is a grey box.

Since we are using stub and drivers in integration we can
call it as white-box integration testing and
since we are using black box technique in integration we can
call it as black box integration testing.


Hope this will help you to understand

Is This Answer Correct ?    3 Yes 1 No

What is white-box Integration Testing and its differences between Black box-Integration testing?..

Answer / nishtha

white box integration testing is the testing in which two
or more modules or units combine together and get tested
while black box testing is the type of testing in which no
knowledge of internal logics and code is required.
only concern abt functionality of software focused on the
testing for requirements of work product, so in white box
integration testing means two or more functions are combine
together to get tested against the functional
specifications in order to check for normal and abnormal
behavior of the system.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

What are the Defect Life Cycle?

2 Answers   Fidelity,


if a single date is given to enter in text field write boundary value cases for it

1 Answers  


Can any one share the domain knwoldege of Telecom Jeeva jeevachr@gmail.com

0 Answers  


At what stage the unit testing has to be done?

2 Answers  


what is the difference between web based application and client server application as a testers point of view?

9 Answers   Cognizant, Kanbay, RGPV, Saber Corporation,






1.what are disadvantage of V model? 2. In V model two phase is there. That is verification and validation.1St phase is verification , why it is called verification?

2 Answers  


I have interview on Guide wire testing. If you please share me.

0 Answers  


Hi this is sridhar,iam working in a small organization and i have 1 year exp in manual testing,which type of questions will ask if i keep 1+exp in other companies.pls send your valuable suggestions for me.And my e-mail id is sridharraghava@gmail.com ne

1 Answers  


how will we receive the build?is it through mail or not?

5 Answers  


In any application there are so many fields. So tester have to test each field with Special chars., Alphabetic value, Alphanumeric value, Blank Space. etc. I am testing with all these inputs but should I have to consider these into test cases. Because rather than these there many functionalities to check.Please Guide me properly

2 Answers  


what is traceability Matrix??

6 Answers   HCL,


How will you determine if the architecture of any web site is of two tiers, three tiers or multi tier?

0 Answers  


Categories