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 |
2. The prime benefit of testing is that it results in improved defects a. True b. False
What is "Cache Memory". How and What we have to check in Cache Memory during Web based application testing.
What types of testing is specifically important for web testing?
What is parallel testing and when do we use parallel testing? Explain with example?
In V-model both testing and development done simultaneosly,we know that.But how can you say that both happen parallely.how is it related in real time?This question has been asked to me today only.Can any one please help me on this?
Differentiate test bed and test environment?
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
why do u put the bug status as deffered?what do u mean by that exactly?
next week i have a interview how to preopare the interview both manual and autolmation pls help me bcoz i ma fresher ple very soom thankl for and advance
Please give an example of Black Box Testing?
what is field tests and laboratory tests in black box testing ?
What if there isn't enough time for thorough testing?