Suppose in your Project have 2 test engineers.Module A is
tested by You and Module B is tested by another Test
Engineer.module A and B has inter related functions.Then
how you check the functionality of the module??

Answers were Sorted based on User's Feedback



Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by ..

Answer / siri

in this case if we want to test the inter related
functionality, the module A and B is to be integrated. once
the integration of module A and B is done, we can check the
inter related functionality of both the modules.

Is This Answer Correct ?    5 Yes 1 No

Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by ..

Answer / prasanna

In real time projects, any one module having dependecy. I
mean to say either A will depend on B or B will depend on A.

Ex: In Healthcare claim engine basically three systems will
work together.

1. Member System
2. Provider System
3. Claim System

In this case,

Provider creation will be done in Provider system and it
doesnt have any dependency with Member or claim systems.

Member system will depend on the Provider because when we
create a member, for an HMO we should assign PCP which we
can pick from the provider system and assign that provider
to the member.

Claim System will depend on both Member and provider system
because claims will be submitted for the Member created in
Member system by the provider created in Provider system.

So here testing should be done on Member system only after
integrated the provider and member systems.
and Testing should begin once we integrate all the systems.

Is This Answer Correct ?    2 Yes 0 No

Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by ..

Answer / sunitha.

first of all i would like to know which module you are referring too. Is it module A for which you have a dependency with B or is it the whole module that has A and B.

If it is the whole module(A and B) then the
- functionality of A alone needs to be tested first after integration then
- functionality of B alone needs to be tested first after integration
- Check the dependencies from A to B and B to A

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

is it true that sanity and smoke testing done by developer to test the basic functionality whether its working correctly or not before proceeding further testing

4 Answers  


How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.

0 Answers  


What is the difference between test case, test suite, test script, test scenario & test plan?

5 Answers   iSoft, McDonalds,


What sre the documents used in SDLC, and STLC?

2 Answers  


Can u please explain the regression testing criteria? we are having 1000 testcases, outof 1000 TC'S 800 defects we find,whose priority and seviority is high . in this situation how we can done the regression testing?

1 Answers   iGate,






1.what is test scenario? if possible give me some documents? 2.what's the difference between test scenario and frs?

3 Answers  


What is the difference between two tier and three tier architecture?

4 Answers   IBM,


Dear friends, I am Ravi, was working as a Test Manager and quit the job due to some personal reasons. I need to get into job at any cost, as it is very critical situation for me. Now I am preparing for interviews, and I seed your help. Please mail me at globalpease2008@gmail.com I'll definitely share all those topics in this form too.... Expect your help and thanks in advance. Regards, Ravi

3 Answers  


What are the methods you followed, while doing black box testing???

7 Answers   Oracle,


you found a bug and send it to the developer for rectification but the developer not accepting that bug at that time what will u do?(plz its very urgent give me the best answer plz)

12 Answers   Encora,


What is the difference between sanity testing and smoke testing

8 Answers   Accenture,


u posted a bug with screenshots and steps to reproduce but still the developer is not accepting this is a bug. in dev system it is not reporducing . how u'll convince he developer? (if the developer is in india or onsite(give the answer for both the cases)

8 Answers   Semantic Space,


Categories