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 |
hi can anyone tell me about vision plus testing? and what about its future
what is dd ?
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
what is ERP? why inventory comes in ERP?
How any person can be a software tester, if he/she is not having software knowledge?
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?
can any body post NDS aptitude test questions
What is meant by back-end testing?
In an application where there is no need of regession testing and retesting?
Suppose you have production data copied into the test environment. What are the advantages and disadvantages?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..