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
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 |
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 |
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 |
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case
First window is registertion window where u will be having the fields to entering the name,password and confirm password and Ok button.After hitting the OK button it will take u to 2nd window, wel come window for the user with the msg welcome user. 3rd window will be login screen where u will be entring the user name and password with out any mistake in case and spell (i.e u entered correctly)and 4th window it shows that user does not exits .What will be reasons? Other then data base not connected.
r there any openings for 1+ experienced candidates in Manual Testing? If there r any, please let me know!!
if you have compressed file which has multiple source files,after make of this source file, you are getting undefinedreference error. How your will debug this problem ? Whatmight be different root causes for this ?
What is the difference between smoke an sanity testing with example ?
Tell me the advantage and disadvantage of cookies?
What is defect pooling?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
0 Answers CashEdge, Cognizant,
1.Testing engineer find a new bugs But that function not avaiable in testcase. How do approach the develper to fixes bugs ?
What are the things you prefer and prepare before starting testing?
What is test scenario?