Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who ..

Answer / 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 ?    9 Yes 1 No

Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who ..

Answer / rohit s. gahlaut

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

Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who ..

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

Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who ..

Answer / 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

Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who ..

Answer / 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 ?    1 Yes 3 No

Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who ..

Answer / 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 ?    0 Yes 3 No

Can any one explain me what is Integration Testing with Stub and Drivers.Explain with Example.who ..

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

Post New Answer

More Manual Testing Interview Questions

How to test login page or web login page? are they difference?

1 Answers  


WHAT IS LOAD TESTING

3 Answers  


what does frs doc contain?

2 Answers  


how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple

0 Answers   Satyam,


What is Analyzing the test results / Reports mean ? plz its urgent

1 Answers   Access, Aricent,


Does an increase in testing always improve the project?

0 Answers  


It will be a great help if any one will help on this issue, Three test cases got faied [TC#1, 2 and 3] and all are there in the same TestScript. For all the three failed testcases a bug is logged refrencing to the three failed testcase. In Next round of validation out of three two TC#2 and 3 got PASSED and TC#1 FAILED. I am confusssed if in this scenario if i mark the PASSED test case as PASS OR FAIl, as the the Defect will have BOTH PASS and FAIl at the same time. Please clarify How to handel this scenario.

2 Answers   TCS,


You have raised a priority 1 bug that needs to be fixed for release tonight, the developer concerned is refusing to fix this, what do you do and why?

2 Answers   HCL,


Which testing approach you follow to test ATM machine?

1 Answers  


Suppose an application is on desktop, when you tries to open an application with Internet Explorer which is not launching. How do you debug or possibilities to overcome above problem?

1 Answers   Amazon,


Types of validation Testing?

3 Answers  


what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?

0 Answers   Accenture, Value Labs,


Categories