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 / 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 View All Answers
What is validation in software testing?
Test approach to windows update?
Explain the strategy for testing a Java application?
What is difference between Bug resolution meeting & Bug Review Committee? Who are participants?
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
What is smoke testing and what is sanity?
hi every one can you send me ISTQB Course material on my Email id deeptimundra997@gmail.com
What is test startegy?
what do you mean by Develop test data through sourcing (or) handcrafting techniques
Hi, I want "Intergraph" placement papers for experienced people which was conducted recently in Hyderabad. Thanks, Purnima.
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
How does a coverage tool work?
When we use integration testing for any new system so why we required system testing.