What is the Driver in Integration Testing..Anybody can
explain it.....Thanks in advance.....
Answers were Sorted based on User's Feedback
Answer / ramesh naik
In Bottom Up approach, the Child modules are developed
first. As the parent modules are developed, they are
integrated with the Child modules to perform integration
testing. In the process, if at all any parent module is
missing, inorder to continue the integration process, a
temporary program (called as DRIVER) is submitted in the
place of parent module.
| Is This Answer Correct ? | 7 Yes | 0 No |
Hi,
Basically integration testing can done in two ways
Top-down approach and Bottom up approach.
in top down approach we can use stubs.
in bottom up approach we can use drivers for integrating
the modules.using drivers for each new module being tested
in integration with all lower-level modules.
eg: we need to integrate 3 A,B,C modules then by using this
approach the lowest-level modules "B" and "C" are tested
with drivers. Next, the higher-level module "A" is tested
with a driver in integration with modules "B" and "C."
Finally, integration could continue until the top-level
module of the program is tested (with real input data) in
integration with the entire program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sreekanthreddy
drivers are simple program designed specifically for
testing that make calls to these lower layers......
| Is This Answer Correct ? | 1 Yes | 0 No |
plz dont give any def. wat actions do u perform on website while doing monkey testing? or how can u do monkey testing?
which type of questins we can expect for Banking domain
Differentiate Test log and defect report.
Tell me the test cases for a search and replace functionality in a microsoft document (.doc)?
what is the difference between Test-bed and test topology?
What are the recommended sites or books for software testing?
what is severity and what is priority
How do you review testcase (Types of review)? and whom to send for review ?
Can you tell me what is negative testing?
How to write a Batch script and Batch Framework?
4. A software error can be described as: a. A description of the relationship between two or more variables or set members in which the value of one does not influence the values of others. b. Any ill-advised, substandard, or temporary fix applied to an urgent problem in the (often misguided) belief that doing so will keep a project moving forward. c. The process in which developers determine the root cause of a bug and identify possible fixes. d. A mismatch between the program and its specification. 5. Select a reason that does not agree with the fact that complete testing is impossible: a. The domain of possible inputs is too large to test. b. Limited financial resources. c. There are too many possible paths through the program to test. d. The user interface issues (and thus the design issues) are too complex to completely test.
what is the diff b/s test plan, test strategy and test procedure?