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
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
What is smoke testing and user interface testing ?
What are the benefits of requirement traceability?
I have an UI issue "please fill out this field" pop up in firefox browser keeps scrolling with the page is it valid???
Hi friends Does anyone have screen shot of POWERMHS and please can anyone post anything which will be helpful to understand POWERMHS. thanks.
What is validation in software testing?
Being an Manual tester, what will be the role or activity in test plan ?
Explain the difference between alpha testing and beta testing.
What is split testing?
Write 10 test scenarios to test remember me checkbox present in login window
what is mean by impact analysis ,how we used to select regression TC using this?
what is the difference between Risk based and Requirement based testing???
What is the difference between load and stress testing?
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
how to connect your project in database?