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
When we use integration testing for any new system so why we required system testing.
Is quality control similar to quality assurance?
How many bugs occured will be considerd appropriate over 1000 steps when inspecting software? Describle an approriate Bug value.
Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me
Please explain me v-model clearly i want to know how it works and want to know how it use in real time on a project please tell me its urgent and important for me understand .Please tell me my mail id is Chiku_69@yahoo.in Thank u
You may be overqualified for this position we have to offer
write test case for gmail login page
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
What are the two main categories of software testing?
Can any one give a summary of testing a territory management system? what would be the test scenarios, few test cases. how it works.
What is quality center?
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
How do you scope, organize, and execute a test project?
Who are all involved in an inspection meeting?
Define performance and stress testing?