Talk:Integration testing
Appearance
from VFD:
- Integration testing - definition only, sub stub. Was on Wikipedia:Cleanup for weeks. Onebyone 02:28, 5 Jan 2004 (UTC)
- Delete. -- Finlay McWalter 02:34, 5 Jan 2004 (UTC)
- Keep. Integration testing is a component of software testing and is linked from there. I've marked the articles as a stub. Might be worth moving it to integration test, as with unit test, but it's definitely a topic worth having in WP. -mhr 21:33, 5 Jan 2004 (UTC)
Definition
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.