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
hi i want manual testing interview question(3+exp)please tell me
HOW TO CREATE SRS REVIEW REPORT TO PL?
what is sanity test (or) build test?
What are joins and subjoins in the data bases what is data driven testing what is verification and validation What is Quality Assurance (QA) and Quality Control (QC) Is Verification is related to QA and Validation is related to QC ? which type of model you follow basically in your project what is a use case How to test a Bike how to test a Lift (Elevator). which configuration Management tool do you use which Bug tracking tool do you use explain Bug life cycle what is Regression testing what is ALPHA testing ans BETA testing What types of testings comes under Non functional testing what is TEST DIRECTOR what is CMM and CMM i whar are Expressions in Winrunner What is a Compile module Is it Necessary to open the tool first or the application first after getting a bug what will you do if you add a new object or a new module for the existing application then how will you test the application which Defect tracking tool do you use what is change management What is smoke Testing what is sanity testing A application is given to you but the requirements and functionalities are missing what will you do to start the testing which testing documents will be received by the client
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
How will you do beta testing?
what are the possible test cases for online jobs search portal..if its a job seeker module and any 1 if u had worked on this proj pls share the bugs with sev and priority pls frends i need replies for these queries ..thanks in advance
How to test a Falsh player scrollings?
In how many ways you perform batchtesting ?
When do we perform smoke testing?
What are the various techniques in white box testing?
What is defect validity ratio?
What are the main key components in web applications and client and server applications? And explain the differences between them?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
How can write testcases on a code under development pls give asnwer