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
Can you explain usability testing?
Can you explain the workbench concept?
What's the relationship between environment reality and test phases?
Why it is recommended to add verification checks to your all your scenarios?
what are the prerequisite conditins to test clientserver and web applications
Can you explain a pair-wise defect?
hai friends, I need clarifications for some doubts in testing terminology. 1.What is thread testing. 2.What is bucket testing and which automated tool is used to do this test. 3. ERP testin automation testing. 4.What is Data Warehousing testing? 5.What is Implementation testing? 6.What is Shake out testing? please let me have the clarifications in detail
If I want to check compability of software in a MAC OS then which steps shold I follow?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ? real time experts pls xplain?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
What is the purpose of test strategy?
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
what are the testing appraoch that you have tested for Bread toaster
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?