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 |
who will infrom the testers when the build is ready to test from developement side?
what is non incremental integration testing?
what are the add-ins needed to test .net and c# projects?
How can a tester knows that,these testcases are enough for this build or there is no testcases to be written or to stop the testcases now?
wht is the diff b/w funtional testing and integration testing
what will be the test case for car & Cell phone.
Hi can any body clarify me plz What are responsibilities of a test engineer in the company,and how he communicates wiht t.l as well as test manager, In wich situation this type of i mean serious commnication takes place(give me one example).and how the interaction will takes place between tester and client can anybody plz clatify me
What are the key challenges of testing?
When we are recording in WinRunner and interact with the AUT, what does WinRunner do?
what is test case and test scenario , plz do explan with example....
what documents need to write test case
What is smoke testing?