<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sowftware Quality Assurance</title>
	<atom:link href="http://swqa.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://swqa.wordpress.com</link>
	<description>It's all about Quality !!!</description>
	<lastBuildDate>Tue, 17 Jun 2008 10:49:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='swqa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sowftware Quality Assurance</title>
		<link>http://swqa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://swqa.wordpress.com/osd.xml" title="Sowftware Quality Assurance" />
	<atom:link rel='hub' href='http://swqa.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Software Testing Types..</title>
		<link>http://swqa.wordpress.com/2008/06/17/software-testing-types/</link>
		<comments>http://swqa.wordpress.com/2008/06/17/software-testing-types/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 10:49:49 +0000</pubDate>
		<dc:creator>ambuj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Beta Testing]]></category>
		<category><![CDATA[Black Box Testing]]></category>
		<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[Load Testing]]></category>
		<category><![CDATA[Sanity Testing]]></category>
		<category><![CDATA[Software Testing Types]]></category>
		<category><![CDATA[Stress Testing]]></category>
		<category><![CDATA[System Testing]]></category>
		<category><![CDATA[Testing Types]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[White Box Testing]]></category>

		<guid isPermaLink="false">http://swqa.wordpress.com/?p=12</guid>
		<description><![CDATA[Black box testing &#8211; Internal system design is not considered in this type of testing. Tests are based on requirements and functionality. White box testing &#8211; This testing is based on knowledge of the internal logic of an application’s code. Also known as Glass box Testing. Internal software and code working should be known for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=12&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><strong><span style="color:#92d050;">Black box testing</span></strong><span style="color:#92d050;"> &#8211; Internal system design is not considered in this type of testing. Tests are based on requirements and functionality.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">White box testing</span></strong><span style="color:#92d050;"> &#8211; This testing is based on knowledge of the internal logic of an application’s code. Also known as Glass box Testing. Internal software and code working should be known for this type of testing. Tests are based on coverage of code statements, branches, paths, conditions.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Unit testing</span></strong><span style="color:#92d050;"> &#8211; Testing of individual software components or modules. Typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. may require developing test driver modules or test harnesses.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Incremental integration</span></strong><span style="color:#92d050;"> <strong>testing</strong> &#8211; Bottom up approach for testing i.e continuous testing of an application as new functionality is added; Application functionality and modules should be independent enough to test separately. done by programmers or by testers.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Integration testing</span></strong><span style="color:#92d050;"> &#8211; Testing of integrated modules to verify combined functionality after integration. Modules are typically code modules, individual applications, client and server applications on a network, etc. This type of testing is especially relevant to client/server and distributed systems.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Functional testing</span></strong><span style="color:#92d050;"> &#8211; This type of testing ignores the internal parts and focus on the output is as per requirement or not. Black-box type testing geared to functional requirements of an application.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">System testing</span></strong><span style="color:#92d050;"> &#8211; Entire system is tested as per the requirements. Black-box type testing that is based on overall requirements specifications, covers all combined parts of a system.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">End-to-end testing</span></strong><span style="color:#92d050;"> &#8211; Similar to system testing, involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Sanity testing</span></strong><span style="color:#92d050;"> &#8211; Testing to determine if a new software version is performing well enough to accept it for a major testing effort. If application is crashing for initial use then system is not stable enough for further testing and build or application is assigned to fix.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Regression testing</span></strong><span style="color:#92d050;"> &#8211; Testing the application as a whole for the modification in any module or functionality. Difficult to cover all the system in regression testing so typically automation tools are used for these testing types.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Acceptance testing</span></strong><span style="color:#92d050;"> -Normally this type of testing is done to verify if system meets the customer specified requirements. User or customer do this testing to determine whether to accept application.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Load testing</span></strong><span style="color:#92d050;"> &#8211; Its a performance testing to check system behavior under load. Testing an application under heavy loads, such as testing of a web site under a range of loads to determine at what point the system’s response time degrades or fails.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Stress testing</span></strong><span style="color:#92d050;"> &#8211; System is stressed beyond its specifications to check how and when it fails. Performed under heavy load like putting large number beyond storage capacity, complex database queries, continuous input to system or database load.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Performance testing</span></strong><span style="color:#92d050;"> &#8211; Term often used interchangeably with ’stress’ and ‘load’ testing. To check whether system meets performance requirements. Used different performance and load tools to do this.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Usability testing</span></strong><span style="color:#92d050;"> &#8211; User-friendliness check. Application flow is tested, Can new user understand the application easily, Proper help documented whenever user stuck at any point. Basically system navigation is checked in this testing.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Install/uninstall testing</span></strong><span style="color:#92d050;"> &#8211; Tested for full, partial, or upgrade install/uninstall processes on different operating systems under different hardware, software environment.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Recovery testing</span></strong><span style="color:#92d050;"> &#8211; Testing how well a system recovers from crashes, hardware failures, or other catastrophic problems.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Security testing</span></strong><span style="color:#92d050;"> &#8211; Can system be penetrated by any hacking way. Testing how well the system protects against unauthorized internal or external access. Checked if system, database is safe from external attacks.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Compatibility testing</span></strong><span style="color:#92d050;"> &#8211; Testing how well software performs in a particular hardware/software/operating system/network environment and different combination s of above.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Comparison testing</span></strong><span style="color:#92d050;"> &#8211; Comparison of product strengths and weaknesses with previous versions or other similar products.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Alpha testing</span></strong><span style="color:#92d050;"> &#8211; In house virtual user environment can be created for this type of testing. Testing is done at the end of development. Still minor design changes may be made as a result of such testing.</span></p>
<p class="MsoNormal"><strong><span style="color:#92d050;">Beta testing</span></strong><span style="color:#92d050;"> &#8211; Testing typically done by end-users or others. Final testing before releasing application for commercial purpose.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=12&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/17/software-testing-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f105ca71b5e0d280309478b7a440fd22?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ambuj</media:title>
		</media:content>
	</item>
		<item>
		<title>What is ITIL?</title>
		<link>http://swqa.wordpress.com/2008/06/16/what-is-itil/</link>
		<comments>http://swqa.wordpress.com/2008/06/16/what-is-itil/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:31:46 +0000</pubDate>
		<dc:creator>vedorg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swqa.wordpress.com/?p=11</guid>
		<description><![CDATA[The Information Technology Infrastructure Library (ITIL) is a set of concepts and techniques for managing information technology (IT) infrastructure, development, and operations. ITIL is published in a series of books, each of which cover an IT management topic. The names ITIL and IT Infrastructure Library are registered trademarks of the United Kingdom&#8217;s Office of Government [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=11&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="color:#92d050;">The Information Technology Infrastructure Library (ITIL) is a set of concepts and techniques for managing information technology (IT) infrastructure, development, and operations. </span></p>
<p class="MsoNormal"><span style="color:#92d050;">ITIL is published in a series of books, each of which cover an IT management topic. The names ITIL and IT Infrastructure Library are registered trademarks of the United Kingdom&#8217;s Office of Government Commerce (OGC). ITIL gives a detailed description of a number of important IT practices with comprehensive checklists, tasks and procedures that can be tailored to any IT organization.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">Definition</span></span></strong></p>
<p class="MsoNormal"><span style="color:#92d050;">The Information Technology Infrastructure Library (ITIL) is a set of concepts and techniques for managing information technology (IT) infrastructure, development, and operations.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">ITIL is also a series of documents that are used to aid the implementation of a lifecycle framework for IT Service Management. This customizable framework defines how Service Management is applied within an organization. It also aligned with the international standard, ISO 20000.</span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">Overview</span></span></strong></p>
<p class="MsoNormal"><span style="color:#92d050;">What is now called ITIL version 1, developed under the auspices of the CCTA, was titled &#8220;Government Information Technology Infrastructure Management Methodology&#8221; (GITMM) and over several years eventually expanded to 31 volumes in a project initially directed by Peter Skinner and John Stewart at the CCTA. The publications were retitled primarily as a result of the desire (by Roy Dibble of CCTA) that the publications be seen as guidance and not as a formal method and as a result of growing interest from outside of the UK Government. </span></p>
<p class="MsoNormal"><span style="color:#92d050;">IT Service Management as a concept is related but not equivalent to ITIL which, in Version 2, contained a subsection specifically entitled IT Service Management (ITSM).The combination of the Service Support and Service Delivery volumes are generally equivalent to the scope of the ISO/IEC 20000 standard (previously BS 15000).</span></p>
<p class="MsoNormal"><span style="color:#92d050;">The IT Infrastructure Library originated as a collection of books each covering a specific practice within IT Service Management. After the initial publication, the number of books quickly grew within ITIL v1 to over 30 volumes. In order to make ITIL more accessible (and affordable) to those wishing to explore it, one of the aims of ITIL v2 was to consolidate the publications into logical &#8216;sets&#8217; that grouped related process guidelines into the different aspects of IT management, applications and services.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">Below is the description of all eight ITIL version 2 books. </span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">Service Delivery</span></span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Service Level Management: Service Level Management is the process that forms the link between the IT organization and customers.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Financial Management for IT Services: Financial Management for IT Services.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Capacity Management: Capacity Management is the discipline that ensures IT infrastructure is provided at the right time in the right volume at the right price, and ensuring that IT is used in the most efficient manner.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Availability Management: Availability is usually calculated based on a model involving the Availability Ratio and techniques such as Fault Tree Analysis, and includes the following elements: </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;text-indent:-0.25in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Serviceability – where a service is provided by a 3rd party organization, this is the expected availability of a component. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;text-indent:-0.25in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Reliability – the time for which a component can be expected to perform under specific conditions without failure. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;text-indent:-0.25in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Recoverability – the time it should take to restore a component back to its operational state after a failure. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;text-indent:-0.25in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Maintainability – the ease with which a component can be maintained, which can be both remedial and preventative. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;text-indent:-0.25in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Resilience – the ability to withstand failure. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:1in;text-indent:-0.25in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Security – the ability of components to withstand breaches of security.</span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">IT Service Continuity Management: Continuity management is the process by which plans are put in place and managed to ensure that IT Services can recover and continue should a serious incident occur. It is not just about reactive measures, but also about proactive measures &#8211; reducing the risk of a disaster in the first instance.</span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">Service Support</span></span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Incident Management: An &#8216;Incident&#8217; is any event which is not part of the standard operation of the service and which causes, or may cause, an interruption or a reduction of the quality of the service. The objective of Incident Management is to restore normal operations as quickly as possible with the least possible impact on either the business or the user, at a cost-effective price.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Problem Management: The objective of Problem Management is to minimize the impact of problems on the organization. Problem Management plays an important role in the detection and providing solutions to problems (work around &amp; known errors) and prevents their reoccurrence. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Configuration Management: Providing information on the IT infrastructure to all other processes and IT management. Enabling control of the infrastructure by monitoring and maintaining information on all the resources needed to deliver services.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Change Management: Ensure that standardized methods and procedures are used for efficient and prompt handling of all changes, in order to minimize the impact of Change-related incidents upon service quality, and consequently to improve the day-to-day operations of the organization.</span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Release Management: Implement changes to IT services taking a holistic (people, process, technology) view which considers all aspects of a change including planning, designing, building, testing, training, communications and deployment activities.</span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">ICT Infrastructure Management</span></span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">ICT Design and Planning: ICT Design and Planning provides a framework and approach for the Strategic and Technical Design and Planning of ICT infrastructures. It includes the necessary combination of Business (and overall IS) strategy, with technical design and architecture.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">ICT Deployment Management: ICT Deployment provides a framework for the successful management of design, build; test and roll-out (deploy) projects within an overall ICT program. It includes many project management disciplines in common with PRINCE2, but has a broader focus to include the necessary integration of Release Management and both functional and non functional testing.</span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">ICT Operations Management: ICT Operations Management provides the day-to-day technical supervision of the ICT infrastructure. Often confused with the role of Incident Management from Service Support, Operations is more technical and is concerned not solely with Incidents reported by users, but with Events generated by or recorded by the Infrastructure. ICT Operations may often work closely alongside Incident Management and the Service Desk, which are not-necessarily technical in order to provide an &#8216;Operations Bridge&#8217;. Operations however should primarily work from documented processes and procedures and should be concerned with a number of specific sub-processes, such as: Output Management, Job Scheduling, Backup and Restore, Network Monitoring/Management, System Monitoring/Management, Database Monitoring/Management Storage Monitoring/Management.</span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">ICT Technical Support: ICT Technical Support is the specialist technical function for infrastructure within ICT. Primarily as a support to other processes, both in Infrastructure Management and Service Management, Technical Support provides a number of specialist functions: Research and Evaluation, Market Intelligence (particularly for Design and Planning and Capacity Management), Proof of Concept and Pilot engineering, specialist technical expertise (particularly to Operations and Problem Management), creation of documentation (perhaps for the Operational Documentation Library or Known Error Database).</span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">Security Management</span></span></strong></p>
<p class="MsoNormal"><span style="color:#92d050;">The ITIL-process Security Management describes the structured fitting of information security in the management organization. ITIL Security Management is based on the code of practice for information security management also known as ISO/IEC 17799.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">A basic concept of the Security Management is the information security. The primary goal of information security is to guarantee safety of the information. Safety is to be protected against risks. Security is the means to be safe against risks. When protecting information it is the value of the information that has to be protected. These values are stipulated by the confidentiality, integrity and availability. Inferred aspects are privacy, anonymity and verifiability.</span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">The Business Perspective </span></span></strong></p>
<p class="MsoNormal"><span style="color:#92d050;">The Business Perspective is the name given to the collection of best practices that is suggested to address some of the issues often encountered in understanding and improving IT service provision, as a part of the entire business requirement for high IS quality management. These issues are:</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Business Continuity Management describes the responsibilities and opportunities available to the business manager to improve what is, in most organizations one of the key contributing services to business efficiency and effectiveness. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Surviving Change. IT infrastructure changes can impact the manner in which business is conducted or the continuity of business operations. It is important that business managers take notice of these changes and ensure that steps are taken to safeguard the business from adverse side effects. </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Transformation of business practice through radical change helps to control IT and to integrate it with the business. </span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Partnerships and outsourcing.</span></p>
<p class="MsoNormal"><span style="color:#92d050;"><span> </span>This volume is related to the topics of IT Governance and IT Portfolio Management.</span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">Application Management</span></span></strong></p>
<p class="MsoNormal"><span style="color:#92d050;">ITIL Application Management set encompasses a set of best practices proposed to improve the overall quality of IT software development and support through the life-cycle of software development projects, with particular attention to gathering and defining requirements that meet business objectives.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">This volume is related to the topics of Software Engineering and IT Portfolio Management.</span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">Software Asset Management</span></span></strong></p>
<p class="MsoNormal"><span style="color:#92d050;">It deals with managing the software assets of the organization. </span></p>
<p class="MsoNormal"><span style="color:#92d050;">Planning to Implement Service Management</span></p>
<p class="MsoNormal"><span style="color:#92d050;">The ITIL discipline &#8211; Planning to Implement Service Management attempts to provide practitioners with a framework for the alignment of business needs and IT provision requirements. The processes and approaches incorporated within the guidelines suggest the development of a Continuous Service Improvement Program (CSIP) as the basis for implementing other ITIL disciplines as projects within a controlled, program of work. Planning to Implement Service Management is mainly focused on the Service Management processes, but also generically applicable to other ITIL disciplines.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">One more book has been added as supplementary for small IT organizations.<span> </span></span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="color:#92d050;">ITIL Small-Scale Implementation</span></span></strong></p>
<p class="MsoNormal"><span style="color:#92d050;">ITIL Small-Scale Implementation provides an approach to the implementation of the ITIL framework for those with smaller IT units or departments. It is primarily an auxiliary work, covering many of the same best practice guidelines as Planning To Implement Service Management, Service Support and Service Delivery but provides additional guidance on the combination of roles and responsibilities and avoiding conflict between ITIL priorities.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=11&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/16/what-is-itil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3ff39d6e1da99bed359b43fbd2530f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vedorg</media:title>
		</media:content>
	</item>
		<item>
		<title>What is ISO 20000?</title>
		<link>http://swqa.wordpress.com/2008/06/16/what-is-iso-20000/</link>
		<comments>http://swqa.wordpress.com/2008/06/16/what-is-iso-20000/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:25:38 +0000</pubDate>
		<dc:creator>vedorg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swqa.wordpress.com/?p=10</guid>
		<description><![CDATA[ISO/IEC 20000 is the first international standard for IT Service Management. It is based on and is intended to supersede the earlier British Standard, BS 15000. Formally: ISO 20000-1 (&#8216;part 1&#8242;) &#8220;promotes the adoption of an integrated process approach to effectively deliver managed services to meet the business and customer requirements&#8221;. It comprises ten sections: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=10&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="color:#92d050;">ISO/IEC 20000 is the first international standard for IT Service Management. It is based on and is intended to supersede the earlier British Standard, BS 15000.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">Formally: ISO 20000-1 (&#8216;part 1&#8242;) &#8220;promotes the adoption of an integrated process approach to effectively deliver managed services to meet the business and customer requirements&#8221;. It comprises ten sections:</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Scope </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Terms &amp; Definitions </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Planning and Implementing Service Management </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Requirements for a Management System </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Planning &amp; Implementing New or Changed Services </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Service Delivery Process </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Relationship Processes </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Control Processes </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Resolution Processes </span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">Release Process</span></p>
<p class="MsoNormal"><span style="color:#92d050;">ISO 20000-2 (&#8216;part 2&#8242;) is a &#8216;code of practice&#8217;, and describes the best practices for service management within the scope of ISO20000-1. It comprises the same sections as &#8216;part 1&#8242; but excludes the &#8216;Requirements for a Management system&#8217; as no requirements are imposed by &#8216;part 2&#8242;.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">ISO 20000, like its BS 15000 predecessor, was originally developed to reflect best practice guidance contained within the ITIL (Information Technology Infrastructure Library) framework, although it equally supports other IT Service Management frameworks and approaches including Microsoft Operations Framework. It comprises two parts: a specification for IT Service Management and a code of practice for service management.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">The standard was first published in December 2005.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=10&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/16/what-is-iso-20000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3ff39d6e1da99bed359b43fbd2530f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vedorg</media:title>
		</media:content>
	</item>
		<item>
		<title>What is ISO 9000?</title>
		<link>http://swqa.wordpress.com/2008/06/16/what-is-iso-9000/</link>
		<comments>http://swqa.wordpress.com/2008/06/16/what-is-iso-9000/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 09:25:47 +0000</pubDate>
		<dc:creator>vedorg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ISO 9000]]></category>
		<category><![CDATA[Quality Standards]]></category>

		<guid isPermaLink="false">http://swqa.wordpress.com/?p=9</guid>
		<description><![CDATA[ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintained by ISO, the International Organization for Standardization and is administered by accreditation and certification bodies. Some of the requirements in ISO 9001 (which is one of the standards in the ISO 9000 family) would include: • a set of procedures [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=9&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="color:#92d050;">ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintained by ISO, the International Organization for Standardization and is administered by accreditation and certification bodies. Some of the requirements in ISO 9001 (which is one of the standards in the ISO 9000 family) would include:</span></p>
<p class="MsoListParagraphCxSpFirst" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">a set of procedures that cover all key processes in the business; </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">monitoring processes to ensure they are effective; </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">keeping adequate records; </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">checking output for defects, with appropriate corrective action where necessary; </span></p>
<p class="MsoListParagraphCxSpMiddle" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">regularly reviewing individual processes and the quality system itself for effectiveness; and </span></p>
<p class="MsoListParagraphCxSpLast" style="margin-left:0.75in;text-indent:-0.5in;"><!--[if !supportLists]--><span style="color:#92d050;"><span>•<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="color:#92d050;">facilitating continual improvement </span></p>
<p class="MsoNormal"><span style="color:#92d050;">A company or organization that has been independently audited and certified to be in conformance with ISO 9001 may publicly state that it is &#8220;ISO 9001 certified&#8221; or &#8220;ISO 9001 registered.&#8221; Certification to an ISO 9000 standard does not guarantee the compliance (and therefore the quality) of end products and services; rather, it certifies that consistent business processes are being applied.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=9&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/16/what-is-iso-9000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3ff39d6e1da99bed359b43fbd2530f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vedorg</media:title>
		</media:content>
	</item>
		<item>
		<title>What is CMM?</title>
		<link>http://swqa.wordpress.com/2008/06/16/what-is-cmm/</link>
		<comments>http://swqa.wordpress.com/2008/06/16/what-is-cmm/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 09:23:06 +0000</pubDate>
		<dc:creator>vedorg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swqa.wordpress.com/?p=8</guid>
		<description><![CDATA[The Capability Maturity Model (CMM), also known as the Software CMM (SW-CMM), was first described by Watts Humphrey in his book Managing the Software Process. The CMM is a process model based on software best-practices effective in large-scale, multi-person projects. The CMM has been used to assess the maturity levels of organization areas as diverse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=8&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="color:#92d050;">The Capability Maturity Model (CMM), also known as the Software CMM (SW-CMM), was first described by Watts Humphrey in his book Managing the Software Process. The CMM is a process model based on software best-practices effective in large-scale, multi-person projects.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">The CMM has been used to assess the maturity levels of organization areas as diverse as software engineering, system engineering, project management, risk management, system acquisition, information technology (IT) or personnel management, against a scale of five key processes, namely: Initial, Repeatable, Defined, Managed and Optimized.CMM was developed by the Software Engineering Institute (SEI) at Carnegie Mellon University in Pittsburgh. It has been used extensively for avionics software and government projects around the world.</span></p>
<p class="MsoNormal"><span style="color:#92d050;">The Capability Maturity Model for Software (also known as the CMM and SW-CMM) has been retired, and CMMI (Capability Maturity Model Integration) replaces it. The SEI no longer maintains the SW-CMM model, its associated appraisal methods, or training materials, nor does the SEI offer SW-CMM training.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=8&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/16/what-is-cmm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3ff39d6e1da99bed359b43fbd2530f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vedorg</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Six Sigma?</title>
		<link>http://swqa.wordpress.com/2008/06/16/what-is-six-sigma/</link>
		<comments>http://swqa.wordpress.com/2008/06/16/what-is-six-sigma/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 09:20:36 +0000</pubDate>
		<dc:creator>vedorg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swqa.wordpress.com/?p=6</guid>
		<description><![CDATA[Six Sigma is a set of practices originally developed by Motorola to systematically improve processes by eliminating defects. A defect is defined as nonconformity of a product or service to its specifications. The particulars of the methodology were originally formulated by Bill Smith at Motorola in 1986. Six Sigma is also heavily inspired by six [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=6&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="color:#008000;"><span style="color:#92d050;">Six Sigma is a set of practices originally developed by Motorola to systematically improve processes by eliminating defects. A defect is defined as nonconformity of a product or service to its specifications. The particulars of the methodology were originally formulated by Bill Smith at Motorola in 1986. Six Sigma is also heavily inspired by six preceding decades of quality improvement methodologies such as quality control, TQM, and Zero Defect. </span></span></p>
<p class="MsoNormal"><span style="color:#008000;"><span style="color:#92d050;">The statistical representation of Six Sigma describes quantitatively how a process is performing. To achieve Six Sigma, a process must not produce more than 3.4 defects per million opportunities. A Six Sigma defect is defined as anything outside of customer specifications. A Six Sigma opportunity is then the total quantity of chances for a defect. Process sigma can easily be calculated using a Six Sigma calculator.</span></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=6&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/16/what-is-six-sigma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3ff39d6e1da99bed359b43fbd2530f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vedorg</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Process Management?</title>
		<link>http://swqa.wordpress.com/2008/06/16/what-is-process-management/</link>
		<comments>http://swqa.wordpress.com/2008/06/16/what-is-process-management/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 09:16:50 +0000</pubDate>
		<dc:creator>vedorg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swqa.wordpress.com/?p=5</guid>
		<description><![CDATA[Process management is the ensemble of activities of planning and monitoring the performance of a process. It is the application of knowledge, skills, tools, techniques and systems to define, visualize, measure, control, report and improve processes with the goal to meet customer requirements profitably.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=5&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">
<p class="MsoNormal"><span style="color:#92d050;">Process management is the ensemble of activities of planning and monitoring the performance of a process. It is the application of knowledge, skills, tools, techniques and systems to define, visualize, measure, control, report and improve processes with the goal to meet customer requirements profitably.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=5&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/16/what-is-process-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3ff39d6e1da99bed359b43fbd2530f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vedorg</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Quality?</title>
		<link>http://swqa.wordpress.com/2008/06/16/hello-world/</link>
		<comments>http://swqa.wordpress.com/2008/06/16/hello-world/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 08:56:13 +0000</pubDate>
		<dc:creator>vedorg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#8220;Quality is the totality of features and characteristics of a product or a service that bears on its ability to satisfy the given needs&#8221;. ANSI Standard (ANSI/ASQC A3/1978)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=1&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#008000;">&#8220;Quality is the totality of features and characteristics of a product or a service that bears on its ability to satisfy the given needs&#8221;.</span></p>
<p><span style="color:#008000;">ANSI Standard (ANSI/ASQC A3/1978)</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/swqa.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/swqa.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/swqa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/swqa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/swqa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/swqa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/swqa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/swqa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/swqa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/swqa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/swqa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/swqa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/swqa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/swqa.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/swqa.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/swqa.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=swqa.wordpress.com&amp;blog=3990550&amp;post=1&amp;subd=swqa&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://swqa.wordpress.com/2008/06/16/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a3ff39d6e1da99bed359b43fbd2530f4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vedorg</media:title>
		</media:content>
	</item>
	</channel>
</rss>
