Can any one explain me what is Integration Testing with
Stub and Drivers.Explain with Example.who will do
Integration Testing?
Answers were Sorted based on User's Feedback
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 ? | 9 Yes | 1 No |
Testing combined parts of an application to determine if
the fucntion together correctly.The parts can be code
module,Individual applications etc.
Stub:--is a dummy procedure module or unit that stands in
an unfinished portion of a system.Mostly used with Top-Down
Testing
Driver:--is supporting code or data used to provide an
enviroment for testing part of a system in isolation.
Thanks
Rohit Gahlaut
rsgahlaut@yahoo.com
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sachin
Integration Testing :
In integration testing, we have to test all the modules
are combined together or not. we have to test the flow
between these two modules which integrated.
suppose, if we click on the Save button of one page it
should be open the next page and also check the back button
of the next page. it should be open the previous page.
Also check the data fields value in these pages are clear or
not and test the functionality of these pages is working or
not when we click on these buttons Save and Back.
At a time of integration testing, we facing such
problems like previous button functionality is not working,
some fields are not visible, validations is not working of
the fields.
Stub :
The stub are used in the top down approach. Stub means
we have main modules but we need sub modules. so stub
encapsulate the functionality of the sub modules. it is
dummy module called by main module.
Driver:
The Driver are used in the Bottom up approach. Driver
means we have sub modules but we need main modules. so
driver encapsulate the functionality of the main modules. it
is dummy module called by sub module.
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
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 ? | 1 Yes | 3 No |
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 ? | 0 Yes | 3 No |
Answer / ganesh
we can simply say that, interface between the other module
or screen called an integration testing. In our integration
testing we can normally classified into two types.
1. Top - down integration testing
2. Bottom-up integration testing.
But , most of the projects, they will go for only on a
Bottom-up approaches, y because each dev will take care of
an single module and later point of time they will combaine
one by one.. that will be good approaches too..
Stubs: Programs used in place of sub modules ( bottom-up)
Driver: program used instead of main module. ( Top-down)
Is This Answer Correct ? | 0 Yes | 7 No |
what is bottleneck of application?
What is your testing approach/plan if requirements are frequently changing?
if any bug is found & that problem is resolve & make sure this type of problem is not arrise is any project also 1 - corrective & preventive Action 2 - Risk Analysis 3 - Impact Analysis 4 - Root Cause Analysis
Tracability matrix? what are test metrics?what is the use? scope of testplan? Estimation? Test stratagy? Entry ,Exit ,Suspention,Resumption criteria? Diff b/w web server and appli server? diff b/w web app and client server app? diff b/w brs,srs? what is Sla time? Exp defect life cycle? types of defects? how do u decide project is 100% bug free? How u send defect reports? Testing Environments? testbed? what is differed testing? what is differed defects? what r the base documents are recovered for test case design? what r the base documents are recovered for test case execution?
Write test cases for checking date field?
There is a Create Card window. It contains Card Name,Lunch discount & Dinner discount. I have written test cases for above [+ve & -ve].Now there is one Party discount is added to that window. How should I maintain test case.Guide me properly.I want to know that whether I have to write new test case bloking the previous one.
Generally Where do we more concentrate on Web Based Applications Testing....means which functional area...Thanks in advance
How to write test cases for a website where we can book the room in Hotel bookin room in hotel the website has some fields like room with A/C or Non a/c room according to this it has room fare, pick up and drop facility they will charge some extra money, veg and non veg food, payment by credit card. please give me the answer
1 Answers First Indian Corporation, SFA, TCS,
explain sdlc?
2 Answers SAP Labs, STC, TCS, Thirdware,
is there any openings in testing mba guys
what is JOINTS & REGISTRY in SQL?
List out the test matrix