Suppose there are three modules A-B-C, the output of A is
responsible for B and output of B is responsible for C and
if A & C is not ready & B module is ready then how can u
check Module B
Answers were Sorted based on User's Feedback
Answer / vivek
Well in this case comes the concept of STUBS and
Driver,here we can use a driver for B that will give the
input to B and a stub for Module C which will get the input
from Module B.
Driver is a piece of code that passes test cases to another
piece of code.
Stub A piece of code that simulates the activity of missing
components
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / karuna
We can test the module B using the concepts of STUBS and
DRIVERS.
STUBS and DRIVERS are shell scripts which has no logic but
simply accepts and passes input parameters to modules.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / hiren
We can perform the Unit Testing of module B by creating
dummy module of A & C.other than that there is no way of
performing testing of module B in this condition.
| Is This Answer Correct ? | 2 Yes | 1 No |
when the test plan will be prepared in waterfall model?
Maximum how many defects found in a single module?
Suppose u found a bug which a developer could not reproduce and it is reproducing on your pc whenever tried , then in this siyuation what will be the status of the bug, and what u r going to do for that bug.
4 Answers Flextronics, Syntel,
what is mean by impact analysis ,how we used to select regression TC using this?
What is Integration Testing?What is Bottom Up & Top Down Testing? What actually the Stub & Driver is? Explain me giving practical example?
Why most of the software company preferred manual testing even though many automation testing tools are present in the market.
how to track defects by using JIRA bug tracking tool
diff between priorty and severiorty?
what is system testing?
How can We stop Client side Validation and do Server side validation ? Is there any option on IE
in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?
What criteria would you use to select Web transactions for load testing?