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

1. What are your overall impressions of the Web site?

0 Answers  


what is server-side testing? what is automation framework?

1 Answers   HCL,


diff between test plan and test strategy?

5 Answers   Hoch Technologies,


write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?

2 Answers   CTS, Manhattan,


wt is the diff. bet. verification and validation If possible explain with one example.

15 Answers   Syntel,






how recovery manager works in winrunner

0 Answers   QA,


what is the difference between object rpository and object spy in QTP?

2 Answers   ITC Infotech,


give the format of test strategy and test methodology not the definitions i know the definition i need the template of those

3 Answers  


How to write mail to bug report in manual testing with example?

2 Answers  


Why tester should know database concepts?

7 Answers  


How amny times u met ur P.M?(In P.M)

2 Answers   MBT,


What is backward compatibility testing

2 Answers  


Categories