What is stub and driver in integration testing ?
Explain with example.
Answer Posted / raja
Integration testing: carrying out integration tests.
Integration tests (After Leung and White) for procedural
languages. This is easily generalized for OO languages by
using the equivalent constructs for message passing. In
the following, the word "call" is to be understood in the
most general sense of a data flow and is not restricted to
just formal subroutine calls and returns ? for example,
passage of data through global data structures and/or the
use of pointers.
Let A and B be two components in which A calls B.
Let Ta be the component level tests of A
Let Tb be the component level tests of B
Tab The tests in A's suite that cause A to call B.
Tbsa The tests in B's suite for which it is possible
to sensitize A -- the inputs
are to A, not B.
Tbsa + Tab == the integration test suite (+ = union).
| Is This Answer Correct ? | 22 Yes | 55 No |
Post New Answer View All Answers
Explain about PET Model?
Artifacts in design phase of SDLC ?
qtp9.2 and qtp10.0 difference
Why should you care about objects and object-oriented testing?
What are testing techniques? What is difference between general and specific?
How the application is launched to the production environment?
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
online demo for bug tracker tool(let me know the website)
What is the difference between latent and masked defects?
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
How soon the bug should get fixed?
Explain Single View Testing ?
why testcases are written and what is the importance?
List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type
In simple steps how will you do unit testing using VSTS?