<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3408127116122516013</id><updated>2012-02-22T23:31:17.554+05:30</updated><category term='Performance'/><category term='White Box'/><category term='Compatibility'/><category term='Smoke Testing and Sanity Testing'/><category term='Smoke Testing Vs Sanity Testing'/><category term='Software Tester'/><category term='Sanity Testing'/><category term='User Acceptance Testing'/><category term='Smoke Vs Sanity'/><category term='Stress'/><category term='Software Testing'/><category term='Tips'/><category term='Regression'/><category term='Bug Life Cycle.'/><category term='Black Box'/><category term='Unit'/><category term='STLC'/><category term='Never Under Estimate TESTERS'/><category term='Software Testing Life Cycle'/><category term='Defect Life Cycle'/><category term='Verification and Validation'/><category term='Good Software Tester'/><category term='Smoke Testing'/><category term='Sanity'/><category term='Types Of Testing'/><category term='Severity'/><category term='Load'/><category term='Smoke'/><category term='Developers Vs Testers.'/><category term='Priority.'/><category term='Severity Vs Priority'/><title type='text'>Software Testing</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-5102470493883145743</id><published>2012-02-22T11:44:00.001+05:30</published><updated>2012-02-22T11:44:34.145+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sanity'/><category scheme='http://www.blogger.com/atom/ns#' term='Compatibility'/><category scheme='http://www.blogger.com/atom/ns#' term='User Acceptance Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Types Of Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Smoke'/><category scheme='http://www.blogger.com/atom/ns#' term='White Box'/><category scheme='http://www.blogger.com/atom/ns#' term='Stress'/><category scheme='http://www.blogger.com/atom/ns#' term='Unit'/><category scheme='http://www.blogger.com/atom/ns#' term='Black Box'/><category scheme='http://www.blogger.com/atom/ns#' term='Regression'/><category scheme='http://www.blogger.com/atom/ns#' term='Load'/><category scheme='http://www.blogger.com/atom/ns#' term='Performance'/><title type='text'>Types of Testing</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;There are many types of Testing. Refer website "&lt;a href="http://www.guru99.com/types-of-software-testing.html" target="_blank"&gt;Guru99.com&lt;/a&gt;" for the list. But I would like to set our focus on few which we use often.&lt;br /&gt;&lt;br /&gt;White Box Testing&lt;br /&gt;Testing based on an analysis of internal workings and structure of a piece of software which is based on knowledge of internal logic of application's code is known as White box testing. It is also known as Glass box Testing. In White box testing one would have knowledge of development language and general OOPS concept.&lt;br /&gt;&lt;br /&gt;Black Box Testing&lt;br /&gt;Testing a feature without having access to code, instead testing functionality of an application with considering only requirements. In Black box testing one should have knowledge of the product in test and should compare with the requirements.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://testing-qna.blogspot.in/2012/02/smoke-testing-and-sanity-testing.html" target="_blank"&gt;Smoke Testing&lt;/a&gt;&lt;br /&gt;Smoke Test is performed to verify the stability of the build under test; it's a quick test that major functionality is tested without bothering with finer details. Smoke Test is generally automated and it takes between 20 minutes to 3 hours (depending upon functionality to be tested).&lt;br /&gt;&lt;br /&gt;&lt;a href="http://testing-qna.blogspot.in/2012/02/smoke-testing-and-sanity-testing.html" target="_blank"&gt;Sanity Testing &lt;/a&gt;&lt;br /&gt;Sanity Test is performed on new software initially to decide if the build is stable enough and can be tested further. &lt;br /&gt;&lt;br /&gt;Regression Testing&lt;br /&gt;Regression is performed to verify the changes introduced during the release of new build are working as per expectation, the other functionality due to that fixed are not hampers and a new issue is not injected in the new build.&lt;br /&gt;&lt;br /&gt;Performance Testing&lt;br /&gt;Performance Test is the most effective way to gauge an application or an environment's capacity and scalability. This is useful to identify performance bottlenecks in application. Performance Testing is performed to verify whether system meets performance requirements. &lt;br /&gt;&lt;br /&gt;Stress Testing&lt;br /&gt;Stress Test is testing under heavy load beyond system capacity. The objective of Stress testing is to identify the load under which it fails and how. Stress Testing is similar to Performance testing but in Stress Testing we use a very high level of simulated load.&lt;br /&gt;&lt;br /&gt;Load Testing&lt;br /&gt;Load Test is monitoring the behavior of system under heavy load, wherein keeping the track of system response time and the graph which degrades or fail with time.&lt;br /&gt;&lt;br /&gt;Unit Testing&lt;br /&gt;Unit Test is often performed by developers and not testers, wherein it is a testing of software components or modules which is tested before it is integrated with other modules.&lt;br /&gt;&lt;br /&gt;Compatibility Testing&lt;br /&gt;Compatibility Test is often performed to determine whether the application is compatible with other systems that it needs to interface with. For a Windows application it can be tested across different OS, the look and feel as well as the functionality can be tested on the other hand for a web based application it can be tested across different browser and their sub version.&lt;br /&gt;&lt;br /&gt;User Acceptance Testing&lt;br /&gt;User Acceptance Test is black box is testing which is performed by client to verify the system functionality and usability prior to the system being moved to production. The acceptance test will be the responsibility of the client which is performed in presence of project team. A third party test team can work with the client to perform User Acceptance Testing.&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;I will try to blog more types of testing with more details in father, but if you want to know more about other types of testing please drop a comment and I will try to surely answer your queries as soon as possible.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;Note: There are different process and methodologies followed in various organizations. The above content is as per my experience in industry so far.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Please feel free to write comments if you like my post or else if your opinion is different or you may like to add any more points in them.&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-5102470493883145743?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/5102470493883145743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/02/types-of-testing.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/5102470493883145743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/5102470493883145743'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/02/types-of-testing.html' title='Types of Testing'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-4200092053214133693</id><published>2012-02-02T18:06:00.000+05:30</published><updated>2012-02-02T18:06:53.391+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='STLC'/><category scheme='http://www.blogger.com/atom/ns#' term='Smoke Vs Sanity'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Smoke Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Sanity Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Testing Life Cycle'/><category scheme='http://www.blogger.com/atom/ns#' term='Smoke Testing and Sanity Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Smoke Testing Vs Sanity Testing'/><title type='text'>Smoke Testing and Sanity Testing</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:WordDocument&gt;  &lt;w:View&gt;Normal&lt;/w:View&gt;  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;  &lt;w:TrackMoves/&gt;  &lt;w:TrackFormatting/&gt;  &lt;w:DoNotShowRevisions/&gt;  &lt;w:DoNotPrintRevisions/&gt;  &lt;w:DoNotShowInsertionsAndDeletions/&gt;  &lt;w:DoNotShowPropertyChanges/&gt;  &lt;w:PunctuationKerning/&gt;  &lt;w:ValidateAgainstSchemas/&gt;  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;  &lt;w:DoNotPromoteQF/&gt;  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;  &lt;w:Compatibility&gt;   &lt;w:BreakWrappedTables/&gt;   &lt;w:SnapToGridInCell/&gt;   &lt;w:WrapTextWithPunct/&gt;   &lt;w:UseAsianBreakRules/&gt;   &lt;w:DontGrowAutofit/&gt;   &lt;w:SplitPgBreakAndParaMark/&gt;   &lt;w:DontVertAlignCellWithSp/&gt;   &lt;w:DontBreakConstrainedForcedTables/&gt;   &lt;w:DontVertAlignInTxbx/&gt;   &lt;w:Word11KerningPairs/&gt;   &lt;w:CachedColBalance/&gt;  &lt;/w:Compatibility&gt;  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;m:mathPr&gt;   &lt;m:mathFont m:val="Cambria Math"/&gt;   &lt;m:brkBin m:val="before"/&gt;   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;   &lt;m:smallFrac m:val="off"/&gt;   &lt;m:dispDef/&gt;   &lt;m:lMargin m:val="0"/&gt;   &lt;m:rMargin m:val="0"/&gt;   &lt;m:defJc m:val="centerGroup"/&gt;   &lt;m:wrapIndent m:val="1440"/&gt;   &lt;m:intLim m:val="subSup"/&gt;   &lt;m:naryLim m:val="undOvr"/&gt;  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt; &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"  DefSemiHidden="true" DefQFormat="false" DefPriority="99"  LatentStyleCount="267"&gt;  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"   UnhideWhenUsed="false" Name="Table Grid"/&gt;  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt; &lt;/w:LatentStyles&gt;&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;&lt;style&gt; /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;}&lt;/style&gt;&lt;![endif]--&gt;&lt;br /&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;Smoke Testing&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;In Smoketesting a set of test cases are executed on every new build to verify thatbuild is testable before test team accepts it for further testing. The testcases selected for smoke testing are the one which are of important for thebuild in test which is released. If any major functionality fails under smoketesting, the testing team rejects the build and conducts no further testing.Focus of Smoke testing should be on stability of the build released. In smoketesting mostly all features under test are tested, but not in much details.&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;SmokeTesting is also known as Build Verification Testing (BVT) or Build AcceptanceTesting (BAT).&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;u&gt;Why weperform smoke testing?&lt;/u&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The advantage of smoke testingis it saves the efforts of a test team considerably. Normally smoke testingshould not take more than 20-40 minutes. &lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;u&gt;What wedo in smoke testing?&lt;/u&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;In Smoke Testing important or identifiedtest cases are executed and if smoke test fails, build is rejected and a newbuild is released after the bug is fixed.&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;b style="mso-bidi-font-weight: normal;"&gt;Sanity Testing&lt;/b&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;In Sanitytesting a set of important test cases for functionality in test are executed.The test cases selected for sanity testing are the one which are of importantfor a feature or two in test which is released. Sanity testing is a subset of regressiontesting. Focuses of Sanity testing are only one or feature in build releasedwhere some changes are made.&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;u&gt;Why weperform smoke testing?&lt;/u&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;In Sanity testing we test onlythe few features which are released our focus is on the fixed issue and theiraffected area.&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;u&gt;What wedo in smoke testing?&lt;/u&gt;&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in;"&gt;&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;In Sanity testing a set ofimportant test cases for functionality in test are executed. The tester shouldfocus on the fixed issues and the components linked or affected due to thefixes.&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Note: There are different process and methodologies followed in various organizations. The above content is as per my experience in industry so far.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Please feel free to write comments if you like my post or else if your opinion is different or you may like to add any more points in them.&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-4200092053214133693?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/4200092053214133693/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/02/smoke-testing-and-sanity-testing.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/4200092053214133693'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/4200092053214133693'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/02/smoke-testing-and-sanity-testing.html' title='Smoke Testing and Sanity Testing'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-3959041567333750280</id><published>2012-01-31T14:34:00.001+05:30</published><updated>2012-01-31T14:34:55.622+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Verification and Validation'/><title type='text'>Verification and Validation</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Testing is the process which begins right from Requirement phase; hence the idea of catching defects at each stage, before the actual testing is started leads us to define Verification and Validation.&lt;br /&gt;&lt;u&gt;Verification and Validation&lt;/u&gt; are the activities performed to improve the quality and reliability of the system and assure the product satisfies the customer needs. Verification assures the product of each development phase meets their respective requirements. Validation assures the final product meets the client requirements.&lt;br /&gt;&lt;br /&gt;When we ask the question "&lt;i&gt;Are we producing the product right?&lt;/i&gt;” the activities which take care are part of Verification. Whereas when we ask "&lt;i&gt;Are we producing the right product?&lt;/i&gt;" the activities which take care are part of Validation. Hence activities like Requirement Review, Design Review, Code Review, etc... Are the part of Verification and activities like Unit Testing, Integration Testing, System Testing are the part of Validation.&lt;br /&gt;&lt;br /&gt;General Definition:&lt;br /&gt;&lt;b&gt;Verification &lt;/b&gt;is the process of evaluating a system or component to determine whether the product of a given phase satisfies the conditions imposed at the start of that phase.&lt;br /&gt;&lt;b&gt;Validation &lt;/b&gt;is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies specified requirements&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Verification &lt;/u&gt;is a Quality improvement process. It is a Low level activity performed during development on key artifacts, like walkthroughs, reviews and inspections, mentor feedback, training, checklists and standards; it demonstrates consistency, completeness, and correctness of the software at each stage and between each stage of the development life cycle.&lt;br /&gt;&lt;u&gt;Validation &lt;/u&gt;process ensures the functionality. It is a High level activity performed after a work product is produced against established criteria ensuring that the product integrates correctly into the environment, it determines correctness of the final software product by a development project with respect to the user needs and requirements&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;Note: There are different process and methodologies followed in various organizations. The above content is as per my experience in industry so far.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Please feel free to write comments if you like my post or else if your opinion is different or you may like to add any more points in them.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-3959041567333750280?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/3959041567333750280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/01/verification-and-validation.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/3959041567333750280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/3959041567333750280'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/01/verification-and-validation.html' title='Verification and Validation'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-5123897683198941633</id><published>2012-01-27T15:41:00.000+05:30</published><updated>2012-01-31T14:35:11.463+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Severity Vs Priority'/><category scheme='http://www.blogger.com/atom/ns#' term='Severity'/><category scheme='http://www.blogger.com/atom/ns#' term='Priority.'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Tester'/><title type='text'>Severity Vs Priority</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Severity and Priority are two completely different concepts when it comes to managing Software defects.&lt;br /&gt;•&amp;nbsp;&amp;nbsp;&amp;nbsp; Bug severity indicates how much effect a bug is doing on the application.&lt;br /&gt;•&amp;nbsp;&amp;nbsp;&amp;nbsp; Bug priority indicates how important or how quickly it is to fix that bug.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Severity &lt;/b&gt;defines the impact that a given defect has on the system.&lt;br /&gt;They are classified in following sections&lt;br /&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;&lt;u&gt;Blocker&lt;/u&gt;&lt;br /&gt;Application crashes or fails to initialize. Database connectivity issue where system is unable to fetch data or fetches wrong data.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Critical&lt;/u&gt;&lt;br /&gt;Important feature in test fails.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Major&lt;/u&gt;&lt;br /&gt;Secondary feature in test is not operating as expected.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Normal&lt;/u&gt;&lt;br /&gt;Secondary feature in test has some not so important issues. Minor feature in test is not operating as expected.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Minor&lt;/u&gt;&lt;br /&gt;Secondary feature in test has some UI issues. Minor feature in test has some not so important issues.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Trivial&lt;/u&gt;&lt;br /&gt;Minor feature in test has some UI issues or typos.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Enhancement&lt;/u&gt;&lt;br /&gt;Any modification in the existing product which is not covered in requirements, but the stated modification shall be essential for look and feel or for business.&lt;/li&gt;&lt;/ol&gt;These days Normal and Trivial are not in much use, most of the bug reporting tool have Blocker, Critical, Major, Minor and Enhancement as severity values in their drop-down for Severity field.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Priority &lt;/b&gt;defines the order in which we should resolve a defect.&lt;br /&gt;They are classified in following sections&lt;br /&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;&lt;u&gt;Priority 1&lt;/u&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Should be fixed as soon as possible.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; The application hangs or crashes (Blockers, Critical and Show stopper Issues).&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Data loss taking place.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory Leakages are identified.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Implementation is opposite to the requirement specified.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Priority 2&lt;/u&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Should be considered to fix as soon as possible.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Having important feature some logical issues. (Wrong functionality implemented).&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Performance Issues.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Major Cosmetic Issues&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Important Typo errors to be fixed&lt;/li&gt;&lt;li&gt;&lt;u&gt;Priority 3&lt;/u&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Should be considered to fix.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Having secondary or other feature some logical issues. (Wrong functionality implemented).&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Minor Cosmetic Issues&lt;/li&gt;&lt;li&gt;&lt;u&gt;Priority 4&lt;/u&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Should be considering to be fixed before build is released to clients.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Minor Cosmetic Issues.&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Other Typo Errors.&lt;/li&gt;&lt;li&gt;&lt;u&gt;Priority 5&lt;/u&gt;&lt;br /&gt;-&amp;nbsp;&amp;nbsp;&amp;nbsp; Enhancement and Suggestion.&lt;/li&gt;&lt;/ol&gt;Some bug reporting tool as High, Medium and Low as their Priority values in their drop-down for Priority values.&lt;br /&gt;&lt;br /&gt;Following are the examples where different combination of Severity and Priority can be clubbed.&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;u&gt;High severity, High priority&lt;/u&gt;&lt;br /&gt;If we need to print some data on paper or display some data on screen, and you observed that the data is not printed. For example a Mobile number which is a mandatory field is to be entered in an application and it is to be printed, but it is not printed even though user has entered data. The scenario stated is of High Severity and High Priority.&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;u&gt;High severity, Low priority&lt;/u&gt;&lt;br /&gt;If we need to print some data on paper or display some data on screen, and you observed that the data is printed but not in order in which we expected. For example an address is to be printed as Building name, followed by Flat No but in actual implementation the order is not as per requirement. The scenario stated is of High Severity but with Low Priority.&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;u&gt;Low severity, High priority&lt;/u&gt;&lt;br /&gt;If we need to print some data on paper or display some data on screen, and you observed that the data is printed but it gets trimmed at the end. For example a Mobile number which is a mandatory field is to be entered in an application and it is to be printed, but it is not printed completed. For example user enters 10 digits and in actual implementation only 8 – 9 digits are printed even though there is more space which permits more digit to be printed. The scenario stated is of Low Severity and High Priority.&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;u&gt;Low severity, Low priority &lt;/u&gt;&lt;br /&gt;If we need to print some data on paper or display some data on screen, and you observed that the data is printed but some punctuation are missing as we expected. For example an address is to be printed as Building name followed by comma and Flat No but in actual implementation the comma is missing. The scenario stated is of Low Severity but with Low Priority.&lt;/li&gt;&lt;/ul&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: black; font-family: 'Times New Roman'; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;span class="Apple-style-span" style="color: #222222; font-family: Arial,Tahoma,Helvetica,FreeSans,sans-serif; font-size: 13px; line-height: 18px; text-align: left;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;Note: There are different process and methodologies followed in various organizations. The above content is as per my experience in industry so far.&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Please feel free to write comments if you like my post or else if your opinion is different or you may like to add any more points in them.&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-5123897683198941633?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/5123897683198941633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/01/severity-vs-priority.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/5123897683198941633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/5123897683198941633'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/01/severity-vs-priority.html' title='Severity Vs Priority'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-4416297259913816520</id><published>2012-01-27T12:17:00.000+05:30</published><updated>2012-01-27T12:23:24.622+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Never Under Estimate TESTERS'/><category scheme='http://www.blogger.com/atom/ns#' term='Developers Vs Testers.'/><title type='text'>Never Under Estimate TESTERS</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;Hello Friends,&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;I had received a mail few years back a converstaion between Testing Guru and University Scholar. I would like to share the story with you all.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div align="center" class="MsoNormal" style="text-align: center;"&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;hr align="center" size="2" width="100%" /&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;A university scholar, Mr.John Smith approaches his friend a software-testing guru telling him that hehas a Bachelor in programming, &lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;and now would like to learnthe software testing to complete his knowledge and to find a job as a softwaretester. After summing him up for a few&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;minutes, the software-testingguru told him "I seriously doubt that you are ready to study softwaretesting. It's the serious topic. If you wish&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;however I am willing toexamine you in logic, and if you pass the test I will help teach you softwaretesting. "&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;The young man agrees.Software testing guru holds up two fingers "Two men come down a chimney.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;One comes with a clean faceand the other comes out with a dirty face. Which one washes his face?&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;The young man stares at thesoftware-testing guru. "Is that a test in Logic?" software testingguru nods.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"The one with the dirtyface washes his face," He answers wearily.&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"Wrong. The one with theclean face washes his face. Examine the simple logic. The one with the dirtyface looks at the one with the clean face&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;and thinks his face is clean.The one with the clean face looks at the one with the dirty face and thinks hisface is dirty. So; the one with the&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;clean face washes hisface."&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"Very clever" SaysSmith. "Give me another test"&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;The software-testing guruagain holds up two fingers "Two men come down a chimney. One comes outwith a clean face and the other comes out with a&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;dirty face. Which one washeshis face?&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"We have alreadyestablished that. The one with the clean face washes his face"&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"Wrong. Each one washeshis face. Examine the simple logic. The one with the dirty face looks at theone with the clean face and thinks his face is&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;clean. The one with the cleanface looks at the one with the dirty face and thinks his face is dirty. So; theone with the clean face washes his&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;face. When the one with thedirty face sees the one with the clean face washing his face, he also washeshis face. So each one washes his face"&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"I didn't think ofthat!" Says Smith. " It's shocking to me that I could make an errorin logic. Test me again!."&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;The software-testing guruholds up two fingers "Two men come down a chimney. One comes out with aclean face and the other comes out with a&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;dirty face. Which one washeshis face?&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"Each one washes hisface"&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"Wrong. Neither onewashes his face. Examine the simple logic. The one with the dirty face looks atthe one with the clean face and thinks his&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;face is clean. The one withthe clean face looks at the one with the dirty face and thinks his face isdirty. But when the one with clean face sees&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;that the one with the dirtyface doesn't wash his face, he also doesn't wash his face So neither one washeshis face".&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;Smith is desperate. "Iam qualified to study software testing. Please give me one more test"&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;He groans when thesoftware-testing guru lifts his two fingers, "Two men come down a chimney.One comes out with a clean face and the other comes&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;out with a dirty face. Whichone washes his face?&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"Neither one washes hisface"&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;"Wrong. Do you now see,John, why programming knowledge is an insufficient basis for studying thesoftware testing? Tell me, how is it possible for&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;two men to come down the samechimney, and for one to come out with a clean face and the other with a dirtyface? Don’t you see?&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;GUYS !!! Requirements fortesters will look the same but expectations from clients will vary every nowand then…&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-size: small;"&gt;So never under estimateTESTERS..&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div align="center" class="MsoNormal" style="text-align: center;"&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;hr align="center" size="2" width="100%" /&gt;&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;I hope you all like the conversation, Please feel free to share it among your friends.&lt;br /&gt;As Development is a core strength of Software Industry, Testing is the spine to it. Both goes hand in hand.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;span style="font-family: &amp;quot;Trebuchet MS&amp;quot;,sans-serif;"&gt;Don't forget testing is a creative and challenging task. Finally it depends on your skill and experience, how you handle this challenge. &lt;/span&gt;&lt;/u&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-4416297259913816520?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/4416297259913816520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/01/never-under-estimate-testers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/4416297259913816520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/4416297259913816520'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/01/never-under-estimate-testers.html' title='Never Under Estimate TESTERS'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-6905909603567893041</id><published>2012-01-23T19:45:00.001+05:30</published><updated>2012-01-27T19:12:15.531+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bug Life Cycle.'/><category scheme='http://www.blogger.com/atom/ns#' term='Defect Life Cycle'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Tester'/><title type='text'>Defect (Bug) Life Cycle</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;A Defect/Bug Life Cycle is made up of series of phases.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-cnE-uz0OG9c/Tx1rJpKuV0I/AAAAAAAAELY/v7Iezn39wLc/s1600/Bug+Life+Cycle.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://3.bp.blogspot.com/-cnE-uz0OG9c/Tx1rJpKuV0I/AAAAAAAAELY/v7Iezn39wLc/s320/Bug+Life+Cycle.JPG" width="311" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;1. New&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When the bug is identified and logged in bug tracking tool for the first time, its state will be "NEW".&lt;br /&gt;2. Open / Closed&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After a QA has posted a bug, the QA lead validates the bug. If bug is valid then he changes the state as "OPEN" and if the bug is invalid then the lead changes its state to "CLOSED".&lt;br /&gt;3. Assign&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After QA lead changes the state as "OPEN", he assigns the bug to corresponding developer or developer team lead and the bug status is changed to "ASSIGN".&lt;br /&gt;4. Rejected:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the developer feels that the bug is not valid or it has some technical limitations and cannot be fixed, he rejects the bug. He changes the state of bug to "REJECTED".&lt;br /&gt;5. Duplicate:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the bug is logged is repeated twice or the two bugs reported has alike results and steps to reproduce, then one bug status is changed to "DUPLICATE".&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;6. Deferred:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the development team lead decides to fix the bug in next release due to lack of time or the priority of the bug is low then he changes the state to "DEFERRED", which is later changes to "ASSIGN" when the bug is taken in consideration to be fixed.&lt;br /&gt;7. InTest&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Once the developer fixes the bug, he assigns the bug to the testing team for next round of testing. Before that he changes the state of bug to "IN TEST". It specifies that the bug has been fixed and is released to testing team.&lt;br /&gt;8. Verified&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Once the bug is fixed and the status is changed to "IN TEST", the tester tests the bug. If the bug is not reproducible in the software, he changes the status to "VERIFIED".&lt;br /&gt;9. Reopened&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Once the bug is fixed and the status is changed to "IN TEST", the tester tests the bug. If the bug is reproducible in the software, he changes the status to "REOPENED".&lt;br /&gt;10. Closed&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After the bug status is changes to "REJECTED" or "DUPLICATE" or "VERIFIED" the QA Lead verifies the comments added by the development or Testing team. When he is satisfied with the comments he changes the state to "CLOSED".&lt;br /&gt;&lt;br /&gt;&lt;div class="MsoNormal"&gt;Note: There are different process and methodologies followedin various organizations. The above content is as per my experience in industryso far.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;Please feel free to write comments if you like my post or else if your opinion is different or you may like to add any more points in them.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-6905909603567893041?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/6905909603567893041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/01/defect-bug-life-cycle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/6905909603567893041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/6905909603567893041'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/01/defect-bug-life-cycle.html' title='Defect (Bug) Life Cycle'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-cnE-uz0OG9c/Tx1rJpKuV0I/AAAAAAAAELY/v7Iezn39wLc/s72-c/Bug+Life+Cycle.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-3055965124683487319</id><published>2012-01-16T19:04:00.000+05:30</published><updated>2012-01-27T19:12:25.366+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='STLC'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Tester'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Testing Life Cycle'/><title type='text'>Software Testing Life Cycle (STLC)</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="MsoNormal"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;A Software Testing Life Cycle is made up of series ofphases.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-n2W7O4zS1m4/TxQosg1GL3I/AAAAAAAAEKw/S_FqGnIPW98/s1600/Testing+Life+Cycle.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://1.bp.blogspot.com/-n2W7O4zS1m4/TxQosg1GL3I/AAAAAAAAEKw/S_FqGnIPW98/s320/Testing+Life+Cycle.JPG" width="300" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpFirst" style="mso-list: l6 level1 lfo1; tab-stops: .25in; text-indent: -.25in;"&gt;1.&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;RequirementGathering and Analysis&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="tab-stops: .25in;"&gt;Requirementsanalysis is critical to the success of any project.&lt;sup&gt; &lt;/sup&gt;The scope andboundary of the proposed software solution is drawn. Identifying stakeholderssuch as customers, end-users, system administrators etc. is the next step inrequirements analysis. This is one of the most important steps in the wholeprocess as proper identification of stakeholders enables the business analystto draw a road map for gathering requirements. Testing Team identifies thetestable requirements. Requirement can be functional or non functional. Scopeof Automation (if any) is also considered.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; tab-stops: .25in;"&gt;Activities&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l5 level1 lfo2; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Prepare Requirement Traceability Matrix (RTM).&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l5 level1 lfo2; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Identifying the approach or setting thepriorities module wise.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpLast" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l5 level1 lfo2; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Identification of areas to be testedautomatically and those requiring manual testing&lt;/div&gt;&lt;div class="MsoNormal" style="margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: .25in .5in;"&gt;Out-Put After ThisPhase&lt;/div&gt;&lt;div class="MsoListParagraphCxSpFirst" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Requirement Traceability Matrix (RTM).&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; mso-list: l6 level1 lfo1; tab-stops: .25in; text-indent: -.25in;"&gt;2.&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;TestPlanning&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; tab-stops: .25in;"&gt;A test plan is a document is created which provides detail of asystematic approach to testing. Testing Effort and Cost Estimation for theproject would be calculated.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; tab-stops: .25in;"&gt;Activities&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Project scope and expectations definition&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Technology and methodology selection&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Preparation of test plan document for varioustypes of testing to be performed.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Testing effort estimation&amp;nbsp;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Definition of QA metrics&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Resource Planning and identifying the roles andresponsibility.&lt;span style="font-family: Symbol;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin: 0in 0in 0.0001pt 1in; text-indent: -0.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Testing Tool Selection.&lt;/div&gt;&lt;div class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.5in;"&gt;Out-Put After This Phase&lt;/div&gt;&lt;div class="MsoListParagraphCxSpFirst" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l0 level1 lfo4; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Plan&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l0 level1 lfo4; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Testing Effort Estimation&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l6 level1 lfo1; text-indent: -.25in;"&gt;3.&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;Test Case Development&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;After Requirement is freeze followed byinitial understanding, testing team starts creating Test Case or Test Scriptsalong with test data, which are later reviewed followed by rectifying theissues reported by reviewer. Categorization of Test Case as per their priorityis also set.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; tab-stops: .25in;"&gt;Activities&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Create test cases or Test scripts (ifapplicable).&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Categorization of Test Case.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Create Test Data&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;Out-Put After This Phase&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l3 level1 lfo5; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Cases/Scripts&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l3 level1 lfo5; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Data&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l6 level1 lfo1; text-indent: -.25in;"&gt;4.&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;Test Environment Setup&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;A testing environment is a setup ofsoftware and hardware on which the testing team is going to perform the testingof the software product. This setup consists of the physical setup of hardwareand software setup that includes Server Operating system, client operatingsystem, database server, front end running environment, browser (if webapplication) and other software components required to run this softwareproduct. These setups are done by support staff. Testing team has to ensure theconditions are met before testing is taken off. Followed by Smoke Test whichverifies the Test Environment as well as stability of the build delivered toTest Team.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; tab-stops: .25in;"&gt;Activities&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Ensure the required Hardware and Software ordifferent combination of machines are ready&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Perform a Smoke Test on the build delivered forTesting&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;Out-Put After This Phase&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l3 level1 lfo5; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Machine or Test Lab&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l3 level1 lfo5; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Smoke Test Result&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l6 level1 lfo1; text-indent: -.25in;"&gt;5.&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;Test Case Execution&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;Test Case execution is a process of executingtest cases/scripts in a logical sequence with specific test data (ifavailable). If any Test Case/Script or Test Scenario fails, Testing Team logsthe bug in Bug Tracking tool (Bugzilla, Jira, TTPro, etc.). Simultaneously a dedicatedteam of developers would be fixing the bugs and release the fixes in nextbuild. Testing team shall verify the reported bug and accordingly update the Bugslogged. This cycle continues till all the bugs identified in product are fixed.Finally a Regression or Ad-hoc Testing is performed after which Test Report isprepared if all goes well.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; tab-stops: .25in;"&gt;Activities&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Execution of Test Cases&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Log bugs in bug tracking tool&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Create Test Result document&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Map defects to Test Cases in RTM&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Verify the bug logged in new build&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Update the bug status in bug reporting tool asper verification status&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;Out-Put After This Phase&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l2 level1 lfo6; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Result&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l2 level1 lfo6; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Defect Report&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l2 level1 lfo6; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;RTM with execution status&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="mso-list: l6 level1 lfo1; text-indent: -.25in;"&gt;6.&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;Closure - Product Release&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;Once the test meets the exit criteria, theactivities such as capturing the key outputs, lessons learned, results, logs,documents related to the project are noted down and used as a reference forfuture projects. Later a Causal Analysis and Resolution (CAR) Report is preparedwhere in best practices and cause of failures occurred are noted down.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; mso-add-space: auto; tab-stops: .25in;"&gt;&amp;nbsp;Activities&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Metrics based on Test coverage, Cost, Time,Quality etc is prepared&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Closure Report Preparation&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Result Analysis is performed to calculate thedefect distribution by type and severity.&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 1.0in; margin-right: 0in; margin-top: 0in; mso-add-space: auto; mso-list: l1 level1 lfo3; tab-stops: .25in; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Causal Analysis and Resolution (CAR) Report isprepared&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle"&gt;Out-Put After This Phase&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l4 level1 lfo7; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Closure Report&amp;nbsp;&lt;/div&gt;&lt;div class="MsoListParagraphCxSpMiddle" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l4 level1 lfo7; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Test Metrics&lt;/div&gt;&lt;div class="MsoListParagraphCxSpLast" style="margin-left: 1.0in; mso-add-space: auto; mso-list: l4 level1 lfo7; text-indent: -.25in;"&gt;&lt;span style="font-family: Symbol;"&gt;·&lt;span style="font: 7pt &amp;quot;Times New Roman&amp;quot;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Causal Analysis and Resolution (CAR) Report&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Note: There are different process and methodologies followedin various organizations. The above content is as per my experience in industryso far.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;Please feel free to write comments if you like my post or else if your opinion is different or you may like to add any more points in them.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-3055965124683487319?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/3055965124683487319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/01/software-testing-life-cycle-stlc.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/3055965124683487319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/3055965124683487319'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/01/software-testing-life-cycle-stlc.html' title='Software Testing Life Cycle (STLC)'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-n2W7O4zS1m4/TxQosg1GL3I/AAAAAAAAEKw/S_FqGnIPW98/s72-c/Testing+Life+Cycle.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3408127116122516013.post-1065492356627288141</id><published>2012-01-13T14:31:00.000+05:30</published><updated>2012-01-27T19:12:32.270+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Good Software Tester'/><category scheme='http://www.blogger.com/atom/ns#' term='Tips'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Testing'/><category scheme='http://www.blogger.com/atom/ns#' term='Software Tester'/><title type='text'>Tips for being a good Software Tester.</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Following are the mantra's or tips for being a good Tester.&lt;br /&gt;&lt;ol style="text-align: left;"&gt;&lt;li&gt;One should be familiar with Software Development Life Cycle (SDLC) and &lt;a href="http://testing-qna.blogspot.com/2012/01/software-testing-life-cycle-stlc.html" target="_blank"&gt;Software Testing Life Cycle (STLC)&lt;/a&gt;. Knowledge of database is a must too.&lt;/li&gt;&lt;li&gt;One should have good communication skills, where in Test case written by him should be easy to understand by other.&lt;/li&gt;&lt;li&gt;One should have or acquire good domain knowledge. He should know business and it's scenarios for which he is testing.&lt;/li&gt;&lt;li&gt;One should be a good listener, observer and analyzer to understand client's requirement and identify the loop holes or technical challenges one might face while testing.&lt;/li&gt;&lt;li&gt;One should have an open or creative mindset while writing Test Cases or executing the same to identify more new creative scenarios.&lt;/li&gt;&lt;li&gt;One should always try to identify negative test case against each positive test case to cover maximum possible test scenarios.&lt;/li&gt;&lt;li&gt; One should always explore the area thoroughly or one should always check related components for which a bug or defect is identified.&lt;/li&gt;&lt;li&gt;One should always think as a Customer. He should be able to identify the mistakes a user can do while performing a scenario and check if those are handled properly.&lt;/li&gt;&lt;li&gt;Always Test the tests First. Always execute the Test Case First followed by ad-hoc testing as per your domain knowledge.&lt;/li&gt;&lt;li&gt;One should have the knowledge of different&amp;nbsp; bug reporting tool.&lt;/li&gt;&lt;li&gt;One should be wise in choosing &lt;a href="http://testing-qna.blogspot.com/2012/01/severity-vs-priority.html" target="_blank"&gt;Severity and Priority&lt;/a&gt; of any issue reported. &lt;/li&gt;&lt;li&gt;Bug's reported should be to the point and steps to reproduce should be descriptive.&lt;/li&gt;&lt;li&gt;Should always maintain a good reputation with development team to make them understand issue reported, One should be able to make understand the impact of the issue on the business.&lt;/li&gt;&lt;li&gt;Most important - One should have passion for the job and should enjoy the testing, while keep your personal grudge (if any) aside and be a honest critic.&lt;/li&gt;&lt;/ol&gt;Please feel free to write comments if you like my post or else if your opinion is different or you may like to add any more points in them.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3408127116122516013-1065492356627288141?l=testing-qna.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://testing-qna.blogspot.com/feeds/1065492356627288141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://testing-qna.blogspot.com/2012/01/tips-for-being-good-software-tester.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/1065492356627288141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3408127116122516013/posts/default/1065492356627288141'/><link rel='alternate' type='text/html' href='http://testing-qna.blogspot.com/2012/01/tips-for-being-good-software-tester.html' title='Tips for being a good Software Tester.'/><author><name>Chirag Fisher</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh5.googleusercontent.com/-AUbzVx01tuk/AAAAAAAAAAI/AAAAAAAAAAA/T-ZbFb-Olr4/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry></feed>
