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 |
Differentiate Test strategy and Test case?
what is the diff between IE and Netscape in web testing on a login page?
What is the responsibility of programmer’s vs QA?
Tell me some Adhoc testing scenarios of ebay (online auction product)?
What is Localization and Internationalization Testing
what are the types of priority and sevority?
What is a Test Log ,How is it differnt from a bug REport
What is Software Testing ?
WHAT ARE THE DOCUMENTS NEEDS TO BE SUBMITTED AS A PART OF TEST CLOSURE?
What is test Data?
test templet for GUI UNIT testing?
how to know whether the bug is valid or invalid?