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

hi can anyone tell me about vision plus testing? and what about its future

2 Answers   Cap Gemini,


what is dd ?

4 Answers  


If anybody from banglore having the real time exp in manual testing with 3+ yrs exp and looking for change send your profile to vinodhanandhan@gmail.com

0 Answers  


what is ERP? why inventory comes in ERP?

4 Answers   BirlaSoft,


How any person can be a software tester, if he/she is not having software knowledge?

0 Answers  


i have 2 year experience in manual testing, if i am attending any interview what kind of question i will get?

6 Answers   HDFC, IBM, TCS, Tech Mahindra, Value Labs,


You have raised a priority 1 bug that needs to be fixed for release tonight, the developer concerned is refusing to fix this, what do you do and why?

2 Answers   HCL,


can any body post NDS aptitude test questions

0 Answers   NDS,


What is meant by back-end testing?

3 Answers   Accenture,


In an application where there is no need of regession testing and retesting?

2 Answers   ANZ,


Suppose you have production data copied into the test environment. What are the advantages and disadvantages?

1 Answers  


How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..

0 Answers  


Categories