Jump to content

Talk:Integration testing

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 217.157.148.73 (talk) at 08:40, 30 March 2007 (Definition: system-wide tests). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

from VFD:

Definition

I have a corporate setup with compartmentalized testing platforms. Some non-technical people are questioning why an error discovered in the system testing platform wasn’t discovered in the integration testing platform. I would like to add a statement here that explicitly gives the limitations of integration testing, in that any conditions not stated in the integration tests will not be tested, and that integration tests do not include system-wide (end-to-end) change testing. Perhaps also an example of an integration test, i.e.: ‘Assuming a new property was sent in to the platform, it would completely update to the data warehouse.’ --SRCHFD 17:19, 22 January 2007 (UTC) Implemented. --SRCHFD 14:58, 24 January 2007 (UTC)[reply]

217.157.148.73 08:40, 30 March 2007 (UTC) manny : The sentence "integration tests do not include system-wide (end-to-end) change testing" was included in the article, but I have no idea what it means - it's too implicit. Do you mean that if a test encompasses the whole system, it is not an integration test anymore, but a system test?[reply]

I do not beleive this definition is correct. Integration testing is normally that phase where different components/modules are brought together. Before this would be the Functional test phase ( or even some times it's called the system tests ). The functional tests differ from the unit tests in the respect that the 'user' functions of the software are being tested, rather than the 'programming' functions. Hope i've expressed these comments in the correct place. —The preceding unsigned comment was added by 81.178.96.179 (talk) 22:31, 16 August 2004 (UTC).[reply]

"Bingo!"

The different types of integration testing are Big Bang, Top Down, Bottom Up, and Back bone.

What? --Abdull 19:01, 26 July 2006 (UTC)[reply]

Integration Testing Defination

A type of testing in which software and/or hardware components are combined and tested to confirm that they interact according to their requirements. Integration testing can continue progressively until the entire system has been integrated —The preceding unsigned comment was added by 203.199.137.109 (talk) 04:56, 6 December 2006 (UTC).[reply]