What are the prototypes are used during the integration
testing ?Explain the stub and the driver in details?Are the
stub and the driver both are used in top-down and the
bottom-up approaches ?
Answers were Sorted based on User's Feedback
Answer / litan
prototype nothimg but sample of the application without
any functionality.
| Is This Answer Correct ? | 1 Yes | 0 No |
In the Initial stage,During requirements gathering Engagement Manager will give the demonstration to the client with help of one Prototype model. In order to get the clear requirements from the client.While Integration this prototype model will use.
Stub : While integrating the modules in Top-down approach,If any mandatory module is missed then that module is replaced with a temparary program known as 'Stub'.
Driver : While integrating the modules in Bottom-up approach,If any mandatory module is missed then that module is replaced with a temparary program known as 'Driver'.
Ram mohan
| Is This Answer Correct ? | 1 Yes | 0 No |
"Stubs" & "Drivers are dummy programs developed by
developer for the proper execution of build.
Stubs: Dummy prog. which provides input to app. under test
e.g click here to go...
Drivers: Dummy prog. which receives output from app. under
test e.g page under construction.
Regards
sohail
| Is This Answer Correct ? | 0 Yes | 1 No |
How you can ensure that Bug is Duplicate?How to solve?
can any help the difference b/w incremental integration testing & integration testing & system & funtional testing
When test plan will be prepared in v-model?
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
What is meant by entry criteria and exit criteria in software testing?
what is the difference between compatibilty testing and configuration testing?
tell me 3 defects in FRS document, while doing FRS review which u have found in the last 3 years ? could u plz answer brahma412@yahoo.co.in
is it possible to do performance testing in stand alone application..how wil u do that ???????
Write test cases for yahoo sign up page.
What are the different strategies of rollout to the end users?
what are the key components in your company testplan documents?
Suppose you have production data copied into the test environment. What are the advantages and disadvantages?