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

what is differnec between the Acceptance test plan and System test plan?

2 Answers  


What is interface in software testing???

5 Answers  


What r the attribute of good software test?

1 Answers  


Tell me agile process in your company

1 Answers   Cap Gemini,


What is verification and validation in software testing? explain with examples?

4 Answers   Cap Gemini,






What are quality assurance and quality control?

0 Answers  


Tell me your views in this project?

2 Answers   Wipro,


I am murthy new commer for this site? Now iam serarching a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc., my mail id is shenbagamurthy_r@yahoo.co.in

0 Answers   TCS,


What all types of testing you will do for banking website?

0 Answers   HCL,


Which testing is this- verifying the funtionality of each programme 1. white box testing 2. black box testing 3. glass box testing 4. grey box testing

7 Answers   ADITI,


Write the test cases for 2-way electric switch system. Write for GUI, functionality as well as stress testing

2 Answers   Manhattan,


what is the use case ? what is the use of the use case ?

5 Answers   Kanbay,


Categories