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??
Answer Posted / 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 |
Post New Answer View All Answers
There is an opening in our organization Sierra Atlantic, Hyderabad. All Manual test engineers with 2-3 years of experience can forward your resumes to mah_cs82@yahoo.com before May 01, 2008. (Only manual testers) with a covering letter, current CTC and Expected CTC.
how can we give (ASSIGN) bug privitorirs and seviroty to the bug explain with exanple
test measurment techniques
Write 2 scenarios for Integration testing? Please let me know its urgent.
What are the differences between stlc and sdlc?
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
Can you do system testing at any stage of sdlc?
How do you test a web application for dump and deaf??
Easiest way to write test cases? How i can learn writing the test cases?
How much the bug is affecting the functionality of the application?
What is an audit report? Whom is it done by?
MS Paint
what is the difference between Risk based and Requirement based testing???
which of the following is not a coding defect? Option 1 Test harness defect Option 2 Data flow defect Option 3 Initialisation defect Option 4 Algorithmic defect
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2