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 |
How do you know when the product is tested well enough?
Differentiate verification and validation?
How many test scripts can you prepare per a day?
Waht are Data sets?
What is the term ‘quality’ mean when testing?
hOW WILL U ENSURE THAT U HAVE COVERED EACH AND EVERY TEST CASE
can we do database testing in manual testing? then how we write the test case?
what is the difference between the focused and enabled?
how to reduce bugs in e-learning projects? for reducing bugs which type of SDLC we have to use
does tester use design document for writing testcases
What is a day's work in a QA Tester's life?
Guys, can any one of u give the realtime example for Alpha Testing