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 Testing Engineer Involve in designing the Test Design

5 Answers  


Q. 21: Given the following decision table: Which of the following test cases and expected results is VALID? Rule 1 Rule 2 Rule 3 Rule 4 Conditions Age <21 yrs 21-29 yrs 30-50yrs > 50yrs Insurance Class A A or B B, C or D C or D Actions Premium £100 £90 £70 £70 Excess £2,500 £2,500 £500 £1000 options: A. 23 year old in insurance class A Premium is 0 and excess is,500. B. 51 year old in insurance class C Premium is 0 and excess is 00. C. 31 year old in insurance class B Premium is 0 and excess is ,500. D. 43 year old in insurance class C Premium is 0 and excess is ,000.

3 Answers   ISTQB,


What type of Testing u done ur project?

5 Answers   Geometric Software,


Tell me the advantage and disadvantage of cookies?

0 Answers  


what are the techniques used for writing functional test case ?

3 Answers   ADP, Deloitte,






What is difference between system and functional testing?

6 Answers   BMC,


What is Data base testing in manual

2 Answers   EDS,


what is traceability matrix?

6 Answers  


What is Soak Testing ?

11 Answers   AZTEC,


what are the columns are there in peer review record sheets?

2 Answers   Professional Access,


what is mean by test suite?

5 Answers  


Write Test Strategy for Hot mail Login Screen?

2 Answers  


Categories