<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Software design and embedded system tools. &#187; user acceptance testing</title>
	<atom:link href="http://embedsoftdev.com/tag/user-acceptance-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Mon, 09 Apr 2012 23:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>User Acceptance Testing.</title>
		<link>http://embedsoftdev.com/software-engineering/user-acceptance-test/</link>
		<comments>http://embedsoftdev.com/software-engineering/user-acceptance-test/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 13:51:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[acceptance testing]]></category>
		<category><![CDATA[doing uat]]></category>
		<category><![CDATA[uat]]></category>
		<category><![CDATA[user acceptance test]]></category>
		<category><![CDATA[user acceptance testing]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=271</guid>
		<description><![CDATA[UAT (User Acceptance Testing) UAT is a sort of testing that usually done at the last step of software development process (before release the software to the market).UAT is done by user (the person who will use this software or person who possess requirement of software).It is the way to increase reliance and ensure that [...]
Related posts:<ol>
<li><a href='http://embedsoftdev.com/software-engineering/software-testing-part-i/' rel='bookmark' title='Software testing part I.'>Software testing part I.</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/how-to-do-white-box-testing/' rel='bookmark' title='How to do white box testing'>How to do white box testing</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/software-testing-ii-white-box-and-black-box-testing/' rel='bookmark' title='Software testing part II (White Box and Black Box testing)'>Software testing part II (White Box and Black Box testing)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>UAT (User Acceptance Testing)</strong></p>
<p>    UAT is a sort of testing that usually done at the last step of software development process (before release the software to the market).UAT is done by user (the person who will use this software or person who possess requirement of software).It is the way to increase reliance and ensure that the software was designed correctly based on requirements.</p>
<p>    Before doing UAT your software need to pass Unit Testing,Integration Testing,System testing and must solved the defects found in each of these testing phases (in practical, the defects relate to technical or logic of software should be fixed before sending to UAT).The defects concern with appearance or color of software are acceptable during doing UAT.</p>
<p>     Test Case is also need in UAT because it help doing UAT more effective. Otherwise the test case should be designed on the perspective of Bunsiness Flow and Business Logic that based on requirement. The tester will emphasize on testing the software like they are real user.</p>
<p><strong>Procedure for doing UAT.</strong><br />
     One important factor you must focus on while you doing UAT is Test Environment.The test environment should be similar to Production Enviroment as much as possible.</p>
<p><strong>Basic step of doing UAT are as follow&#8230;</strong></p>
<p>-Make the testing plan for UAT.<br />
-Design the test cases for UAT.<br />
-Set up testing team for operate UAT in accordance with test cases.<br />
-Operate UAT.<br />
-Record Bug or Defect found during operate UAT and hold a meeting in order to summarize anything we have to modify.<br />
-Fix bug or defect found in previous step and then do <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Regression_testing" rel="nofollow">Regression Testing</a>.<br />
-Finish UAT, sign off.</p>
<p><center><br />
<object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/aFf2tLzLrDU&#038;hl=en&#038;fs=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/aFf2tLzLrDU&#038;hl=en&#038;fs=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object><br />
</center></p>
<p>UAT is classified as Black box testing.The test cases for UAT normally designed according<br />
to requirements of user (after finish requirements definition phase). Business Analysis<br />
team or System Analysis team are also provide the inputs used for creating the test cases<br />
and it should be described using simple language which easy to understand because the<br />
tester may be the person other than programmer or tester and they don&#8217;t know the<br />
technical phrase.</p>
<p>Visit these site for more information about UAT (User Acceptance Testing)<br />
-<a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Acceptance_testing">Wikipedia</a><br />
-<a rel="nofollow" target="_blank" href="http://www.ehow.com/how_5224184_perform-user-acceptance-test.html">eHow</a><br />
-<a rel="nofollow" target="_blank" href="http://www.exforsys.com/tutorials/testing/what-is-user-acceptance-testing.html">Exforsys INC</a></p>
<p>Reference for this article:<br />
-<a rel="nofollow" target="_blank" href="http://www.welovebug.com/user-acceptance-testing/what-is-uat/#more-1503">http://www.welovebug.com/user-acceptance-testing/what-is-uat/#more-1503</a></p>
<p>Thank you,<br />
      Jitkasem Pintaya.</p>
<p><img src="http://embedsoftdev.com/wp-content/uploads/2009/11/mas_ta-300x122.jpg" alt="software engineering User Acceptance Testing." title="mas_ta" width="300" height="122" class="aligncenter size-medium wp-image-274" /></p>
<p>Related posts:<ol>
<li><a href='http://embedsoftdev.com/software-engineering/software-testing-part-i/' rel='bookmark' title='Software testing part I.'>Software testing part I.</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/how-to-do-white-box-testing/' rel='bookmark' title='How to do white box testing'>How to do white box testing</a></li>
<li><a href='http://embedsoftdev.com/software-engineering/software-testing-ii-white-box-and-black-box-testing/' rel='bookmark' title='Software testing part II (White Box and Black Box testing)'>Software testing part II (White Box and Black Box testing)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/software-engineering/user-acceptance-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

