<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=System_integration_testing</id>
	<title>System integration testing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=System_integration_testing"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=System_integration_testing&amp;action=history"/>
	<updated>2026-05-05T01:14:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=System_integration_testing&amp;diff=2368702&amp;oldid=prev</id>
		<title>imported&gt;HeyElliott: WP:SORTKEY</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=System_integration_testing&amp;diff=2368702&amp;oldid=prev"/>
		<updated>2024-09-30T03:13:41Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/wiki143/index.php?title=WP:SORTKEY&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;WP:SORTKEY (page does not exist)&quot;&gt;WP:SORTKEY&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Testing a complete system with multiple components}}&lt;br /&gt;
{{Multiple issues|&lt;br /&gt;
{{Refimprove|date=January 2014}}&lt;br /&gt;
{{Original research|date=March 2016}}&lt;br /&gt;
{{unbalanced|date=March 2016}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;!-- the emphasis of the (nearly completely unsourced) prose in the body is on software --&amp;gt;&lt;br /&gt;
{{see also |System testing}}&lt;br /&gt;
&lt;br /&gt;
{{Use dmy dates|date=March 2016}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;System integration testing&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;SIT&amp;#039;&amp;#039;&amp;#039;) involves the overall [[Test method|testing]] of a complete [[system]] of many [[subsystem]] components or elements.  The system under test may be composed of electromechanical or [[computer hardware|computer]] hardware, or [[software]], or hardware with [[embedded software]], or hardware/software with [[human-in-the-loop]] testing. SIT is typically performed on a larger integrated system of components and subassemblies that have previously undergone &amp;#039;&amp;#039;&amp;#039;subsystem testing&amp;#039;&amp;#039;&amp;#039;.&amp;lt;!-- bolded per [[WP:MOSBOLD]] as a redirect link --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SIT consists, initially, of the &amp;quot;process of assembling the constituent parts of a system in a logical, cost-effective way, comprehensively checking system execution (all nominal and exceptional paths), and including a full functional check-out.&amp;quot;&amp;lt;ref name=houser2011/&amp;gt;  Following integration, system test is a process of &amp;quot;[[Verification and validation|verifying]] that the system meets its requirements, and [[Verification and validation|validating]] that the system performs in accordance with the customer or user expectations.&amp;quot;&amp;lt;ref name=houser2011&amp;gt;&lt;br /&gt;
{{cite web |url=https://www.dtic.mil/ndia/2011system/13007_HouserThursday.pdf |archive-url=https://web.archive.org/web/20130512214221/http://www.dtic.mil/ndia/2011system/13007_HouserThursday.pdf |url-status=dead |archive-date=12 May 2013 |title=Best Practices for Systems Integration |last=Houser |first=Pete |publisher=dtic.mil |date=November 2011 |accessdate=15 March 2016 }}&amp;lt;/ref&amp;gt;&amp;lt;!-- other definition&amp;#039;s wording could be used, or this could be paraphrased, but this is a good overview of a standard textbook definition, and can be located on the web. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In [[technology]] [[new product development|product development]], the beginning of system integration testing is often the first time that an entire system has been assembled such that it can be tested as a whole.  In order to make system testing most productive, the many constituent assemblies and subsystems will have typically gone through a subsystem test and successfully verified that each subsystem meets its requirements at the subsystem interface level. &lt;br /&gt;
&lt;br /&gt;
In the context of [[software system]]s and [[software engineering]], &amp;#039;&amp;#039;system integration testing&amp;#039;&amp;#039; is a testing process that exercises a software system&amp;#039;s coexistence with others. With multiple integrated systems, assuming that each have already passed system testing,&amp;lt;ref&amp;gt;[http://istqbexamcertification.com/what-is-system-integration-testing/ What is System integration testing?]&amp;lt;/ref&amp;gt; SIT proceeds to test their required interactions. &lt;br /&gt;
Following this, the [[deliverable]]s are passed on to acceptance testing.{{clarify|what is &amp;quot;acceptance testing?|date=March 2024}}&lt;br /&gt;
&lt;br /&gt;
== Software system integration testing ==&lt;br /&gt;
For [[software]] SIT is part of the [[software testing]] life cycle for collaborative projects. Usually, a round of SIT precedes the [[user acceptance test]] (UAT) round. Software providers usually run a pre-SIT round of tests before consumers run their SIT test cases.&lt;br /&gt;
&lt;br /&gt;
For example, if an integrator (company) is providing an enhancement to a customer&amp;#039;s existing solution, then they integrate the new application layer and the new database layer with the customer&amp;#039;s existing application and database layers.&lt;br /&gt;
After the integration is complete, users use both the new part (extended part) and old part (pre-existing part) of the integrated application to update data. A process should exist to exchange data imports and exports between the two data layers. This data exchange process should keep both systems up-to-date. The purpose of system integration testing is to ensure all parts of these systems successfully co-exist and exchange data where necessary.{{cn|date=March 2024}}&lt;br /&gt;
&lt;br /&gt;
There may be more parties in the integration, for example the primary customer (consumer) can have their own customers; there may be also multiple providers.{{cn|date=March 2024}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Integration testing]]&lt;br /&gt;
* [[User acceptance testing]] (UAT)&lt;br /&gt;
* [[Systems integration]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Systems engineering]]&lt;br /&gt;
[[Category:Software testing]]&lt;br /&gt;
[[Category:System integration|testing]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- this is a broad topic of systems engineering, or perhaps engineering more generally --&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;HeyElliott</name></author>
	</entry>
</feed>