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 compliance testing?

15 Answers   Logica CMG,


can any one give negative testcases for calculator

3 Answers  


Write a test case scenario for Web-based address book?

4 Answers   Certus,


where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME

0 Answers   IBM,


why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent

1 Answers  


What is bug leakage?

0 Answers  


what are testing Techniques? Pls answer

3 Answers   HP,


write a TestCases for Telephone ?

2 Answers   HCL,


INTERVIEW question:- Explain the process in your company?

3 Answers   ABC, Mind Tree,


what methodologies you are following

6 Answers   Wipro,


what is the template u used for informing clients regarding known issues when u near to release

3 Answers   Satyam,


Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?

0 Answers  


Categories