How to perform integration testing on a web application? What are the considerations? Detailed pls.

Showing Answers 1 - 6 of 6 Answers

Testing the interaction between the modules is called integration testing,
and integration is defined as the composition of coded modules with a set of
interaction.

Integration testing starts with the programmer completes coding and unit level
tests of at lease two dependent software modules. It ends when all modules
interactions have been tested.

Consideration:

1.Integarte all modules/units as mentioned in the Detailed Design document.

2.Execute all Integration test cases as mentioned in the Integration Test case
document

3.Document and track problems identified during integration testing to closure.
Use bug-tracking tool to track the defects/Bugs.

4.Review and close reported defects.

  Was this answer useful?  Yes

venkat

  • Aug 12th, 2007
 

The answer really depends we should ask weather developers are going to do integration testing.As per me experience developers does this (this is really how they are going to integrate diff event modules--- CMM level)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions