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



Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is res..

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

Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is res..

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

Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is res..

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

Suppose there are three modules A-B-C, the output of A is responsible for B and output of B is res..

Answer / shivani

as a developer we can do unit testing

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

what is scenario????

6 Answers  


what is mean security testing ? define with example

4 Answers   HCL, Matrix,


pls explain perfomence testing and strees testing load testing

2 Answers  


What is the difference between volume and load?

2 Answers   Gtech,


The Managment is saying Stop Testing immediately some reasons.... What will you do at that time....

4 Answers   GE,






What type of documents would you need for QA/QC/Testing?

6 Answers   TCS,


What is meant code review?

4 Answers  


What is AGP?what is setup.inf?What are the ways to install driver?

0 Answers   nvidia,


what is traceability matrix and its usefulness

1 Answers  


Is dekstop testing and client-server testing same ?

1 Answers  


What is Test Pack in software testing? OR What Test Pack consist of?

2 Answers  


is it possible to do performance testing in stand alone application..how wil u do that ???????

0 Answers   IBM,


Categories