Can any one explain me what is Integration Testing with
Stub and Drivers.Explain with Example.who will do
Integration Testing?
Answer Posted / srinireddy
Integration testing is testing software after integrating
all the modules to ensure that it is working according to
the specified functionality.
Stubs:Temporary programs used in place of sub modules.
Driver:Temporary program used instead of main module.
Types of integration:1)Top- down 2)bottom-up 3)Hybrid
If u need more information please find it over
(www.google.com).
Regards,
Srini
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is quality center?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
What is the responsibility of programmer’s vs QA?
Hi guys,I have 3+ years of exp in manual testing in a bangalore based MNC company.I Like to jump in chennai.So please if u know any jobs in chennai firms please let me know in my email-id. anbarasu2k@rediffmail.com. cheers, anbarasu.
i have 2.5 years of experience in manual testing and qtp. can anyone say me what kind of questions do they ask on manual testing and qtp.
Can you explain an application boundary?
I have interview on Guide wire testing. If you please share me.
As you are working with cmmi level 5 company ,can you tell me what processes you r following as QA engineer?
Can you explain usability testing?
what is base time , how can we base time your doc"s ?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
Hello again!! wanted to ask you HOW EXACTLY create stubs and driver in integration testing? 2.whats the difference between integration testing and system integration testing? Thanks!!