What you consider at the time of Module Integration?
Answers were Sorted based on User's Feedback
Answer / bindu puvvala
All the modules have to be Unit Tested first.
It is better to do step-by-step integration than
integrating all the modules at once. i.e., if there are 10
modules, we start by integrating 2 modules first. In this
integration testing, we have to check
1)whether the dataflow is smooth across the interface of
the 2 modules.
2)whether the 2 modules together achieve the intended
purpose
3)whether a module has a bad effect on another module, by
giving different sets of data that traverses both the
modules.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vish
we test functional flow and data flow between the added
modules.
this is done with the help of work flows prepared by the
testers those who has the strong functional knowledge on
the application in the team.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give me sample test cases for smoke testing
How you convine the Client that the application is very stable after testing. What type of Document you show to him or anything.
In web testing what is Brokenlink property,how can we test this property.plz answer for this
What would be your action if client would raise a bug after release?
What is the difference between functional test cases and business test cases?
what is the difference b/n DPD(Defect profile document) and TRD(Test Report document).
Can you explain tpa analysis?
When have you had to focus on data integrity?
which environment you like to work?
what is PVCS
at what step sanity testing and smoke testing do?
What is Static Testing and Static Test Technics?