What you consider at the time of Module Integration?

Answers were Sorted based on User's Feedback



What you consider at the time of Module Integration?..

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

What you consider at the time of Module Integration?..

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

Post New Answer

More Manual Testing Interview Questions

what is the difference between sanity and smoke testing?

11 Answers  


Is integration testing is a validation testing ?

1 Answers  


we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not

2 Answers  


What techinques do you follow during testing?

4 Answers  


How do you go about testing a web application?

5 Answers   3i Infotech,






As there are different builds for every version & any build can release to the client.I m using Excell sheet for Test Case writting. Then Am I write Version No/build No.newly added feature test cases. Because when that build again release for testing I can understand that this build have that feature.

1 Answers  


What are the advantage of using V models?

5 Answers   Persistent,


1.what is the software life cycle? 2.what tools are available for support of testing during s/w development life cycle? 3.what is s/w development life cycle ? where exuctly the testing activity begin in SDLC?

4 Answers  


In an application where there is no need of regession testing and retesting?

2 Answers   ANZ,


Difference Between Usability and GUI Testing with Example?

2 Answers   ICICI, Wells Fargo,


There are around 500 test scripts are there to execute by using which internet explorer u will test?

4 Answers   AZTEC,


I write the test cases in Excel Sheet. For Retesting how to maintain the excel sheet.? Hw to maintain the History?

2 Answers  


Categories