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
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 |
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 |
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 |
How many Types of test Case are there? What are the challenges u faced in Ur Company ? What are intonation u taken in ur project?
1 Answers Reliance, Tech Mahindra,
What is diff b/n TRM(Test Responsibility Matrix) and RTM (requirement Tracebility matrix) or both are same??
what is testing techniques,testing methodology,test packs,how are they differentiated?
What is Reproducible Defect? and When we will rise that defect as Reproducible Defect?
Testing process in your company?
1 Answers OM IT Solutions, Oracle, TCS,
What does the test strategy document contain.
What kind of inputs do we need from the end user to start proper testing?
write test case for login window
Hi,Please can any one tell me about SAP Testing concepts.
Differentiate verification and validation?
what is functionality testing?
Explain about I18N Testing ?