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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

how to test the case with 5 combination and inputs

1615


Can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

1501


Password is having 6 digit alphanumeric then what are the possible input conditions?

702


Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2

3045


what is system testing? as test eng, what do u do in sys testing? who invoves in sys testing?

1797






explain fish model in detail?

1739


What is verification in software testing?

685


wat is meant by frontend and backend testing

5271


When have you had to focus on data integrity?

2151


how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc

1481


Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance

1636


can anyone tell me the scenarios for online banking transaction ?

1668


in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.

1530


1. what is baseline document , can you say any two ?

1832


Hello can anybody list out supported and unsupported browsers for Window OS,Android OS,MAC OS Ubuntu

1150