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
give me a example of writing a test case,take any good example which i can understand easily.
What is internationalization testing (i18n testing)?
What is Registry?
What is bottom-up approach?
Dear Friends, Please guide me how to write test case for work Experiance field range.(It has 2 fields for range)
Can you explain requirement traceability and its importance?
how mapp the defect id in quality center?
sanity testing is done during regression testing.is it true.if it is true plz explain?
If automating - what is your process for determining what to automate and in what order
can you show me the test cases on registration form
What is the difference between qa, qc, and testing?
How quickly we need to fix the bug?
How do you test google or gmail application??tell me step by step process??
What are the principles of software testing?
What is the procedure of manual testing?