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 |
what is compliance testing?
can any one give negative testcases for calculator
Write a test case scenario for Web-based address book?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent
What is bug leakage?
what are testing Techniques? Pls answer
write a TestCases for Telephone ?
INTERVIEW question:- Explain the process in your company?
what methodologies you are following
what is the template u used for informing clients regarding known issues when u near to release
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?