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

Differentiate Test strategy and Test case?

1 Answers  


what is the diff between IE and Netscape in web testing on a login page?

2 Answers  


What is the responsibility of programmer’s vs QA?

0 Answers   3i Infotech,


Tell me some Adhoc testing scenarios of ebay (online auction product)?

0 Answers  


What is Localization and Internationalization Testing

4 Answers  


what are the types of priority and sevority?

3 Answers  


What is a Test Log ,How is it differnt from a bug REport

2 Answers  


What is Software Testing ?

5 Answers  


WHAT ARE THE DOCUMENTS NEEDS TO BE SUBMITTED AS A PART OF TEST CLOSURE?

2 Answers   RBS,


What is test Data?

5 Answers  


test templet for GUI UNIT testing?

0 Answers   Crea,


how to know whether the bug is valid or invalid?

6 Answers   GoldStone,


Categories