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...


I am new to Testing , my question is
Integration Testing is a BlockBox Testing or White box
testing ? please give me a answer .....

Answers were Sorted based on User's Feedback



I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testi..

Answer / a sameer

Integration testing is neither a black box nor a white box,
it is the combination of both black box and white box, so
integration testing is a Grey Box testing. This is why because
During integration testing we will be doing 3 types of
testing techniques
1. Top -Down testing
2. Bottom-up Testing
3. Sandwich testing/ Hybrid testing

Actually these are black box techniques but there are
conditions where some modules are not done before hand and
we need to test so we take the help from developers to
develop a small peace of program which is called stud and
driver. Using these we can make connectivity to unmade
modules and move forward to other module.

So we need both coding part as well as black box technique
part that is the reason it is called as Grey box testing.

Still we can go indepth related to integration later but as
of your question it is Grey Box testing.

Is This Answer Correct ?    23 Yes 2 No

I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testi..

Answer / n@n!

integration testing is comes under white box testing.

in integration testing developers test the connection
between the modules,data flow betwwn teh modules,control
flow between the modules.

integration testing is of two types:
1)data base integration
2)application integration

Is This Answer Correct ?    2 Yes 0 No

I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testi..

Answer / karthick407

Integration testing is Pure white box testing since it is
code level testing.The person who perform integration
testing should have a good knowledge in programming.

Integration testing means integrating the sub modules with
the main modules and validating the code.

Is This Answer Correct ?    1 Yes 0 No

I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testi..

Answer / girish mishra

Integration Testing is the testing where two or more modules
are combined/integrated and tested as one.

Here the White box testing comes into play by going through
coding phases though some Techniques involved beyond to
black box.If the physical scenario of integration testing
can viewed the only White box testing could be a measure.

Is This Answer Correct ?    1 Yes 1 No

I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testi..

Answer / varshab

Integration testing is black box testing because in
integration testing we are only concern about interaction
between submodules (r integrated modules are working as
specified) .We are not bothered about how it works?

Is This Answer Correct ?    4 Yes 7 No

I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testi..

Answer / purni

Hi,
Integration testing is done in both black box
testing and white box testing. Developer develop there code
in modules, so after developing the modules configuration
management team integrate the code and deploy it to testing
team. Here comes our tester role. In the testing environment
they divide the code in to different modules to distribute
among the tester. Once all the modules are tested
individually then comes the integration testing.


Integration testing means checking all the individual
modules working together with out any defects or bugs.

Is This Answer Correct ?    0 Yes 4 No

I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testi..

Answer / sm

Hi..

Unit testing and Integration testings are the phases of
White box testing later that we are moving for manual
testing i.e nothing but System testing,UAT
testing,Performance testing etc.

In integration testing mainly we are concentration on the
joining of the two modules and following are the 3 types of
white box testing techniques we have to follow

1)Top-Down Technique
2)Bottom-Up Technique
3)Hybrid Technique

In top down technique we have to integrate main module and
some of the sub module replaced by stubs which are in under
construction like

main module
/ \
/ \
(Stub) (Stub)
Sub1 sub2

In bottom up approach we have some of th sub modules and
main module which is in under construction replaced by skel
as follows
Main module
(skel)
/ \
/ \
Sub1 Sub2
And the last and final approach is Hybrid Technique
Means in this we need to integrate main module and sub
modules which might be in under construction as follows
Main module
(skel)
/ \
/ \
Sub1 Sub2
(stub1) (stub2)

Is This Answer Correct ?    9 Yes 15 No

Post New Answer

More Manual Testing Interview Questions

what is the difference between v & W model? please explain in detail

4 Answers  


Have you heard about browser compatiblity? What is the latest version of Ie,Mozilla and Netscape?

4 Answers   Proteans,


Functional and Integration test scenarios for actitime application

0 Answers  


hi friends , h r u all off uu ,,what is -ve , +ve test cases,what is differnce between both pls tell thanks advanceeeee

8 Answers   Netsoft,


How does u integrate the modules before performing Integration Testing?

2 Answers  


Difference between build verification testing,smoke testing,sanity testing,regression testing,functional testing,,is there any relation between these testing types.Always i am facing the same question in the interviews so plz try to answer to my question...plzzzzzz thank u in advance.............

1 Answers  


Why is it important to thoroughly retest a defect after it has been reported fixed? How will you do that?

3 Answers   ISB,


whats the difference between test matrix and traceability matrix? tell me with some illustrations.

2 Answers  


what type of quetion may be asked for experienced person in manual tester of 1 year?

0 Answers   HCL, Xento,


What is the difference b/w SYSTEM REQUIREMENT SPECIFICATIONS and FUNCTIONAL REQUIREMENT SPECIFICATIONS ?

1 Answers   Kring,


What are all the scenario for 1.google analytics 2.api 3.paypal

0 Answers  


How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?

0 Answers  


Categories