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 |
1>what is defect matrix? 2>which is the high priority bug in "Open Window"(when we open some file the window get appear)
Difference between QA and Testing?
13 Answers Deepak Enterprises, IBM, Mechanical, Trigent,
What are the Important test scenarios which can be used for testing a web site?
What is the difference between GUI testing and black box testing
How do you prepare a regression testing suite?
If the bug is show stopper and the developer is not avilable for 1/2 days then what tester will do..........? Please give the answers.
For what purpose are virtual users created?
what is proto type model?
how will you test a wine filled bottle along with 100 glasses
Provide an Example with ‘High severity and low priority’ and ‘Low severity and High priority’.
When we use integration testing for any new system so why we required system testing.
what is the use of end to end testing?we r donig every testing like system and functional testing ect..