what is stub?Explain in testing point of view?

Answers were Sorted based on User's Feedback



what is stub?Explain in testing point of view?..

Answer / jessica

Stub is a part of Intgeration Testing
Intergration Testing

1>Top down-Use stubs to test the module
Stub is a dummy module replaced in order to test the main
module so that we are sure that the integration between
both the modules works fine

2>Bottom Up-- Use driver to test the module
the test data is sent to main module thru the drivers(also
called Test Harness)

Is This Answer Correct ?    39 Yes 3 No

what is stub?Explain in testing point of view?..

Answer / arif

A temporary implementation of part of a program for
debugging purposes.

Is This Answer Correct ?    24 Yes 5 No

what is stub?Explain in testing point of view?..

Answer / kayessor

stub is a dummy program or component, the code is not ready
for testing,its used for testing...

Is This Answer Correct ?    14 Yes 2 No

what is stub?Explain in testing point of view?..

Answer / veevee

Stub is nothing but programs when invoked by a other code
segments it simulates as designed module functions which is
yet to be constructed

Is This Answer Correct ?    10 Yes 1 No

what is stub?Explain in testing point of view?..

Answer / charan

Its temparory program,stubs have called programs.

Is This Answer Correct ?    9 Yes 2 No

what is stub?Explain in testing point of view?..

Answer / sunitha.heartcom inc

stub is also include in Integration testing.
topdown & bottom up approch are included in Integration
testing
topdown testing means It test to top module to sub module
of the module .some times the developer has till not
developed to the main module that time the temparary module
is created that temparary module called "stub"
Bottom Up testing:It test to bottom to top means sub module
to main module some times the submodule is till not
developed that module is called driver

If any mistakes is thr please excuse

Is This Answer Correct ?    8 Yes 1 No

what is stub?Explain in testing point of view?..

Answer / mohana

Stub is a dummy program or component,it is used when the
code is not ready for testing.
It is only used for testing
Stub is used in Intgeration Testing ie Top down Integration
Testing

Top Down Testing:- It begins by testing the top level
module and progressively adds in lower level module one by
one. Some times the developer has till not developed the
main module, At that time the temparary module
is created that temparary module called "stub"

Stubs are not required in Bottoms up Integration Testing

Is This Answer Correct ?    7 Yes 0 No

what is stub?Explain in testing point of view?..

Answer / raghu

A dummy module is created in order to integrate modules of
an application and can be tested for the convinience of the
testers.
This is done usually in TOP down approach.

Is This Answer Correct ?    5 Yes 1 No

what is stub?Explain in testing point of view?..

Answer / raj pavan

STUB:-
While integrating the modules in TOP DOWN APPROACH if at all any mandatory module is missing then that module is replaced with a temporary program is know as STUB

DRIVER:-
While integrating the module in BOTTOM UP APPROACH if at all any mandatory module is missing then that module can be replace with a temporary program is know as DRIVER

Is This Answer Correct ?    2 Yes 0 No

what is stub?Explain in testing point of view?..

Answer / jaya

In Large Projects Development and Testing has
to be done simultaneously, so we need not wait
for all modules. Stubs are used in one such integration
testing known as Top Down integration testing,in
which Top modules are ready the bottom are stimulated by
stubs, stubs are nothing but prototype of a function
without any code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

How to prepare web applications use case document.can you send the some sample use case document for web application Project?

0 Answers  


I have 2 questions: 1) What are Technical test cases 2) What are Business test case (Or Business driven test cases)

1 Answers   SJ Innovative,


The company has software running in its production environment that was designed and tested on its quad- processor servers with 16 GB of RAM. In order to meet budget constraints, its disaster recovery plan calls for this same software to be installed on functionally identical servers, which are dual-processor with 12 GB of RAM. The test group has been tasked with confirming that the software is going to work on the hardware proposed in the disaster recovery plan. -what testing types is being used in the scenario above?

2 Answers  


what is the difference between object rpository and object spy in QTP?

2 Answers   ITC Infotech,


How do you go about testing a web application?

2 Answers  






what are the things we consider when perform the UI testing of any web application please suggest me with basic things?

1 Answers  


What is a model?

2 Answers  


Generally which software development model is used in project based companies?

1 Answers  


what is stub?Explain in testing point of view?

13 Answers   MBT,


If u have to test the web page application and have to validate the Look & Feel of the application then how will u test it?

1 Answers   GL Noble Denton,


what is integration testing technique(like topdown,bottomup and hybrid)explain me friends

2 Answers  


How to Write Test case for Smoke Testing

4 Answers   iSoft, TCS,


Categories