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

<channel>
	<title>Software Testing Help &#187; Bug Defect tracking</title>
	<atom:link href="http://www.softwaretestinghelp.com/category/bug-defect-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwaretestinghelp.com</link>
	<description>Software Testing Complete Guide</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:56:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sample bug report</title>
		<link>http://www.softwaretestinghelp.com/sample-bug-report/</link>
		<comments>http://www.softwaretestinghelp.com/sample-bug-report/#comments</comments>
		<pubDate>Sun, 04 May 2008 02:40:11 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Basics of Software testing]]></category>
		<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[Software Testing Templates]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/sample-bug-report/</guid>
		<description><![CDATA[Writing a good bug report is very necessary in order to get your bug resolved. Developer should be able to reproduce the bug easily using your bug reproduce steps. Here is a sample bug report that will guide you on how to write a good bug report.<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/sample-bug-report/">Sample bug report</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p><em>This is the guest post from <strong>Vijay D</strong> (Coincidence with my name).</em></p>
<p>Below <strong>sample bug/defect report</strong> will give you exact idea of <strong>how to report a bug in bug tracking tool.</strong></p>
<p><strong>Here is the example scenario that caused a bug:</strong></p>
<p>Lets assume in your application under test you want to create a new user with user information, for that you need to logon into the application and navigate to USERS menu &gt; New User, then enter all the details in the ‘User form’ like, First Name, Last Name, Age, Address, Phone etc. Once you enter all these information, you need to click on ‘SAVE’ button in order to save the user. Now you can see a success message saying, &#8220;New User has been created successfully&#8221;.</p>
<p>But when you entered into your application by logging in and navigated to USERS menu &gt; New user, entered all the required information to create new user and clicked on SAVE button. BANG! The application crashed and you got one error page on screen. (Capture this error message window and save as a Microsoft paint file)</p>
<p>Now this is the <strong>bug scenario</strong> and you would like to report this as a BUG in your bug-tracking tool.</p>
<p><strong>How will you report this bug effectively?</strong></p>
<p><strong>Here is the sample bug report for above mentioned example:</strong><br />
(Note that some &#8216;bug report&#8217; fields might differ depending on your bug tracking system)</p>
<p><strong>SAMPLE BUG REPORT:</strong></p>
<p><strong>Bug Name:</strong> Application crash on clicking the SAVE button while creating a new user.<br />
<strong>Bug ID:</strong> (It will be automatically created by the BUG Tracking tool once you save this bug)<br />
<strong>Area Path:</strong> USERS menu &gt; New Users<br />
<strong>Build Number:</strong> Version Number 5.0.1<br />
<strong>Severity:</strong> HIGH (High/Medium/Low) or 1<br />
<strong>Priority:</strong> HIGH (High/Medium/Low) or 1<br />
<strong>Assigned to:</strong> Developer-X<br />
<strong>Reported By:</strong> Your Name<br />
<strong>Reported On:</strong> Date<br />
<strong>Reason:</strong> Defect<br />
<strong>Status:</strong> New/Open/Active (Depends on the Tool you are using)<br />
<strong>Environment:</strong> Windows 2003/SQL Server 2005</p>
<p><strong>Description:</strong><br />
Application crash on clicking the SAVE button while creating a new<br />
user, hence unable to create a new user in the application.</p>
<p><strong>Steps To Reproduce:</strong><br />
<strong>1)</strong> Logon into the application<br />
<strong>2)</strong> Navigate to the Users Menu &gt; New User<br />
<strong>3)</strong> Filled all the user information fields<br />
<strong>4)</strong> Clicked on &#8216;Save&#8217; button<br />
<strong>5) </strong>Seen an error page &#8220;ORA1090 Exception: Insert values Error&#8230;&#8221;<br />
<strong>6) </strong>See the attached logs for more information (Attach more logs related to bug..IF any)<br />
<strong>7)</strong> And also see the attached screenshot of the error page.</p>
<p><strong>Expected result:</strong> On clicking SAVE button, should be prompted to a success message &#8220;New User has been created successfully&#8221;.</p>
<p>(Attach &#8216;application crash&#8217; screen shot.. IF any)</p>
<p><strong>Save</strong> the defect/bug in the BUG TRACKING TOOL.  You will get a bug id, which you can use for further bug reference.<br />
Default ‘New bug’ mail will go to respective developer and the default module owner (Team leader or manager) for further action.</p>
<p>Related:<em> If you need more information about writing a good bug report read our previous post &#8220;<a href="http://www.softwaretestinghelp.com/how-to-write-good-bug-report/" title="How to write a good bug report">How to write a good bug report</a>&#8220;. </em></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/sample-bug-report/">Sample bug report</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/sample-bug-report/feed/</wfw:commentRss>
		<slash:comments>130</slash:comments>
		</item>
		<item>
		<title>How to get your all bugs resolved without any &#8216;Invalid bug&#8217; label?</title>
		<link>http://www.softwaretestinghelp.com/how-to-get-your-all-bugs-resolved/</link>
		<comments>http://www.softwaretestinghelp.com/how-to-get-your-all-bugs-resolved/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 09:26:42 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[How to be a good tester]]></category>
		<category><![CDATA[Testing Skill Improvement]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/how-to-get-your-all-bugs-resolved/</guid>
		<description><![CDATA[I hate Invalid bug label from developers for the bugs reported by me, do you? I think every tester should try to get his 100 percent bugs resolved. This requires bug reporting skill. Check out this article to know what troubleshooting you need to do before reporting any bug.

<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-get-your-all-bugs-resolved/">How to get your all bugs resolved without any &#8216;Invalid bug&#8217; label?</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p><strong>I hate </strong><strong>&#8220;Invalid bug&#8221; label from developers for the bugs reported by me, do you?</strong> I think every tester should try to get his/her 100% bugs resolved. This requires bug reporting skill. See my previous post on &#8220;<a href="http://www.softwaretestinghelp.com/how-to-write-good-bug-report/" title="Good bug report">How to write a good bug report? Tips and Tricks</a>&#8221; to report bugs professionally and without any ambiguity.</p>
<p>The main reason for bug being marked as invalid is <strong>&#8220;Insufficient troubleshooting&#8221;</strong> by tester before reporting the bug. In this post I will focus only on troubleshooting to find main cause of the bug. Troubleshooting will help you to decide whether the ambiguity you found in your application under test is really a bug or any test setup mistake.</p>
<p>Yes, <strong>50% bugs get marked as &#8220;Invalid bugs&#8221; only due to testers incomplete testing setup.</strong> Let&#8217;s say you found an ambiguity in application under test. You are now preparing the steps to report this ambiguity as a bug. But wait! Have you done enough troubleshooting before reporting this bug? Or have you confirmed if it is really a bug?</p>
<p><strong>What troubleshooting you need to perform before reporting any bug?</strong></p>
<p><strong>Troubleshooting of:</strong></p>
<ul>
<li>What&#8217;s not working?</li>
<li>Why it&#8217;s not working?</li>
<li>How can you make it work?</li>
<li>What are the possible reasons for the failure?</li>
</ul>
<p>Answer for the first question &#8220;what&#8217;s not working?&#8221; is sufficient for you to report the bug steps in bug tracking system. Then why to answer remaining three questions? <strong>Think beyond your responsibilities.</strong> Act smarter, don’t be a dumb person who only follow his routine steps and don&#8217;t even think outside of that. You should be able to suggest all possible solutions to resolve the bug and efficiency as well as drawbacks of each solution. This will increase your respect in your team and will also reduce the possibility of getting your bugs rejected, not due to this respect but due to your troubleshooting skill.</p>
<p><strong>Before reporting any bug, make sure it isn&#8217;t your mistake while testing</strong>, you have missed any important flag to set or you might have not configured your test setup properly.</p>
<p>Troubleshoot the reasons for the failure in application. On proper troubleshooting report the bug. <strong>I have complied a troubleshooting list. Check it out &#8211; what can be different reasons for failure.</strong></p>
<p><strong>Reasons of failure:</strong><br />
<strong>1) If you are using any configuration file</strong> for testing your application then make sure this file is upto date as per the application requirements: Many times some global configuration file is used to pick or set some application flags. Failure to maintain this file as per your software requirements will lead to malfunctioning of your application under test. You can’t report it as bug.</p>
<p><strong>2) Check if your database is proper: </strong>Missing table is main reason that your application will not work properly.<br />
<strong>I have a classic example for this:</strong> One of my projects was querying many monthly user database tables for showing the user reports. First table existence was checked in master table (This table was maintaining only monthly table names) and then data was queried from different individual monthly tables. Many testers were selecting big date range to see the user reports. But many times it was crashing the application as those tables were not present in database of test machine server, giving SQL query error and they were reporting it as bug which subsequently was getting marked as invalid by developers.</p>
<p><strong>3) If you are working on automation testing project</strong> then debug your script twice before coming to conclusion that the application failure is a bug.</p>
<p><strong>4)</strong> Check if you are not using invalid access credentials for authentication.</p>
<p><strong>5)</strong> Check if software versions are compatible.</p>
<p><strong>6)</strong> Check if there is any other hardware issue that is not related to your application.</p>
<p><strong>7) </strong>Make sure your application hardware and software prerequisites are correct.</p>
<p><strong>8 )</strong> Check if all software components are installed properly on your test machine. Check whether registry entries are valid.</p>
<p><strong>9)</strong> For any failure look into ‘system event viewer’ for details. You can trace out many failure reasons from system event log file.</p>
<p><strong>10)</strong> Before starting to test make sure you have uploaded all latest version files to your test environment.</p>
<p>These are all small and common mistakes but can mostly impact on your relations and credibility in your team. <strong>When you will find that your bug is marked as invalid and the invalid bug reason is from above mentioned list – it will be a silly mistake and it will definitely hurt you. (At least to me!)</strong></p>
<p>Share mistakes done by you while reporting any bug. This will help other readers to learn from your experience!</p>
<p><strong>If you like this post</strong> then join our email newsletter. <strong><a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=956053" title="Articles in your inbox" target="_blank">Click Here</a></strong> to get new article notifications via email.</p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-get-your-all-bugs-resolved/">How to get your all bugs resolved without any &#8216;Invalid bug&#8217; label?</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/how-to-get-your-all-bugs-resolved/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Should companies charge the clients on the basis of number of bugs?</title>
		<link>http://www.softwaretestinghelp.com/charge-client-on-basis-of-number-of-bugs/</link>
		<comments>http://www.softwaretestinghelp.com/charge-client-on-basis-of-number-of-bugs/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 12:00:03 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Bug Defect tracking]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/charge-client-on-basis-of-number-of-bugs/</guid>
		<description><![CDATA[I came across an interesting software testing outsourcing technique here based on pay per bug approach. This testing consultancy is offering testing services and clients will be charged on the basis of number of bugs found in the application.Why outsourcing? Many companies are outsourcing software testing work to concentrate on their core business competencies. The [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/charge-client-on-basis-of-number-of-bugs/">Should companies charge the clients on the basis of number of bugs?</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p>I came across an interesting <strong>software testing outsourcing technique</strong> <a href="http://www.drivenqa.com/resources/pay-per-bug/" target="_blank">here</a> based on pay per bug approach. This testing consultancy is offering testing services and <strong>clients will be charged on the basis of number of bugs found in the application.</strong><strong>Why outsourcing? </strong></p>
<p>Many companies are outsourcing software testing work to concentrate on their core business competencies. The company will save time and money on testing processes that is tedious to perform in house.</p>
<p>Current offshore teams are working on per project deal means cost of software testing is decided according to the:</p>
<ul>
<li>Project size</li>
<li>Time for testing</li>
<li>Number of resources</li>
<li>or Deliverables.</li>
</ul>
<p><strong>What if offshore teams start charging the clients on the basis of number of bugs?</strong></p>
<p>Many companies don&#8217;t want to pay for documentation, as they might not require it in future. So such clients are more interested in getting the testing work done in less cost and within their budget. Pay per bug approach can work greatly for small projects where requirements are straightforward and clear. In this approach client have freedom to select the testing area as only UI or only Functional or only Security testing as per their requirements.</p>
<p><strong>Will Pay per bug outsourcing technique work? </strong></p>
<p>But I see many complexities in this model. It might not work for all kinds of projects. What if the tester is working to find only smaller and easy to find bugs to increase the bug count and not concentrating on the complex modules? One solution for this could be &#8211; Charge the client depending on fixed price per bug or can you can vary this amount according to the bug complexity and the type of testing.</p>
<p>Another problem with this module is &#8211; <strong>How to decide the severity of the bug?</strong> Tester will log bugs with high severity if they are earning high rate on the basis of bug complexity. Client will try to reduce the bug severity as to reduce the testing cost. It&#8217;s also difficult to decide whether it is a bug or not Or it is a feature itself? And what about the rejected or ‘won’t fix’ type bugs?</p>
<p>Worst case is if you are getting paid on the basis of number of bugs and you spent enough time to find the bugs, but if application is robust enough that you end up with very few or no bugs then how would you cover the testing recourses cost in this case?</p>
<p>There are lots many such areas of controversies but the concept is good and can be a good outsourcing solution if handled effectively.</p>
<p><strong>I am interested to know what our readers think about this pay per bug approach. Is it  a good model or service to outsource the testing services on pay per bug basis?</strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/charge-client-on-basis-of-number-of-bugs/">Should companies charge the clients on the basis of number of bugs?</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/charge-client-on-basis-of-number-of-bugs/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>How to write a good bug report? Tips and Tricks</title>
		<link>http://www.softwaretestinghelp.com/how-to-write-good-bug-report/</link>
		<comments>http://www.softwaretestinghelp.com/how-to-write-good-bug-report/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 07:18:46 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[How to be a good tester]]></category>
		<category><![CDATA[Software Testing Templates]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/how-to-write-good-bug-report/</guid>
		<description><![CDATA[Why good Bug report? If your bug report is effective, chances are higher that it will get fixed. So fixing a bug depends on how effectively you report it. Reporting a bug is nothing but a skill and I will tell you how to achieve this skill. &#8220;The point of writing problem report(bug report) is [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-write-good-bug-report/">How to write a good bug report? Tips and Tricks</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Why good Bug report?</strong><br />
If your bug report is effective, chances are higher that it will get fixed. So fixing a bug depends on how effectively you report it. Reporting a bug is nothing but a skill and I will tell you how to achieve this skill.</p>
<p><strong>&#8220;The point of writing problem report(bug report) is to get bugs fixed&#8221; &#8211; By Cem Kaner.</strong> If tester is not reporting bug correctly, programmer will most likely reject this bug stating as irreproducible. This can hurt testers moral and some time ego also. (I suggest do not keep any type of ego. Ego&#8217;s like &#8220;I have reported bug correctly&#8221;, &#8220;I can reproduce it&#8221;, &#8220;Why he/she has rejected the bug?&#8221;, &#8220;It&#8217;s not my fault&#8221; etc etc..)</p>
<p><strong>What are the qualities of a good software bug report?</strong><br />
Anyone can write a bug report. But not everyone can write a effective bug report. You should be able to distinguish between average bug report and a good bug report. How to distinguish a good or bad bug report? It&#8217;s simple, apply following characteristics and techniques to report a bug.</p>
<p><strong>1) Having clearly specified bug number:</strong><br />
Always assign a unique number to each bug report. This will help to identify the bug record. If you are using any automated bug-reporting tool then this unique number will be generated automatically each time you report the bug. Note the number and brief description of each bug you reported.</p>
<p><strong>2) Reproducible:</strong><br />
If your bug is not reproducible it will never get fixed. You should clearly mention the steps to reproduce the bug. Do not assume or skip any reproducing step. Step by step described bug problem is easy to reproduce and fix.</p>
<p><strong>3) Be Specific:</strong><br />
Do not write a essay about the problem. Be Specific and to the point. Try to summarize the problem in minimum words yet in effective way. Do not combine multiple problems even they seem to be similar. Write different reports for each problem.</p>
<p><strong>How to Report a Bug?</strong></p>
<p><strong>Use following simple Bug report template:</strong><br />
This is a simple bug report format. It may vary on the bug report tool you are using. If you are writing bug report manually then some fields need to specifically mention like Bug number which should be assigned manually.</p>
<p><strong>Reporter:</strong>  Your name and email address.</p>
<p><strong>Product:</strong> In which product you found this bug.</p>
<p><strong>Version:</strong> The product version if any.</p>
<p><strong>Component:</strong> These are the major sub modules of the product.</p>
<p><strong>Platform:</strong> Mention the hardware platform where you found this bug. The various platforms like &#8216;PC&#8217;,  &#8216;MAC&#8217;, &#8216;HP&#8217;, &#8216;Sun&#8217; etc.</p>
<p><strong>Operating system:</strong> Mention all operating systems where you found the bug. Operating systems like Windows, Linux, Unix, SunOS, Mac OS. Mention the different OS versions also if applicable like Windows NT, Windows 2000, Windows XP etc.</p>
<p><strong>Priority:</strong><br />
When bug should be fixed? Priority is generally set from P1 to P5.  P1 as &#8220;fix the bug with highest priority&#8221; and P5 as &#8221; Fix when time permits&#8221;.</p>
<p><strong>Severity:</strong><br />
This describes the impact of the bug.<br />
<strong>Types of Severity: </strong></p>
<ul>
<li><strong>Blocker:</strong> No further testing work can be done.</li>
<li><strong>Critical:</strong> Application crash, Loss of data.</li>
<li><strong>Major:</strong> Major loss of function.</li>
<li><strong>Minor:</strong> minor loss of function.</li>
<li><strong>Trivial:</strong> Some UI enhancements.</li>
<li><strong>Enhancement: </strong>Request for new feature or some enhancement in existing one.</li>
</ul>
<p><strong>Status:</strong><br />
When you are logging the bug in any bug tracking system then by default the bug status is &#8216;New&#8217;.<br />
Later on bug goes through various stages like Fixed, Verified, Reopen, Won&#8217;t Fix etc.<br />
<a href="http://www.softwaretestinghelp.com/bug-life-cycle/" title="Bug life cycle" target="_blank">Click here</a> to read more about detail bug life cycle.</p>
<p><strong>Assign To: </strong><br />
If you know which developer is responsible for that particular module in which bug occurred, then you can specify email address of that developer. Else keep it blank this will assign bug to module owner or Manger will assign bug to developer. Possibly add the manager email address in CC list.</p>
<p><strong>URL:</strong><br />
The page url on which bug occurred.</p>
<p><strong>Summary:</strong><br />
A brief summary of the bug mostly in 60 or below words. Make sure your summary is reflecting what the problem is and where it is.</p>
<p><strong>Description:</strong><br />
A detailed description of bug. Use following fields for description field:</p>
<ul>
<li><strong>Reproduce steps:</strong> Clearly mention the steps to reproduce the bug.</li>
<li><strong>Expected result:</strong> How application should behave on above mentioned steps.</li>
<li><strong>Actual result:</strong> What is the actual result on running above steps i.e. the bug behavior.</li>
</ul>
<p>These are the important steps in bug report. You can also add the &#8220;Report type&#8221; as one more field which will describe the bug type.</p>
<p><strong>The report types are typically:</strong><br />
1) Coding error<br />
2) Design error<br />
3) New suggestion<br />
4) Documentation issue<br />
5) Hardware problem</p>
<p><strong>Some Bonus tips to write a good bug report:</strong></p>
<p><strong>1) Report the problem immediately:</strong>If you found any bug while testing, do not wait to write detail bug report later. Instead write the bug report immediately. This will ensure a good and reproducible bug report. If you decide to write the bug report later on then chances are high to miss the important steps in your report.</p>
<p><strong>2) Reproduce the bug three times before writing bug report:</strong>Your bug should be reproducible. Make sure your steps are robust enough to reproduce the bug without any ambiguity. If your bug is not reproducible every time you can still file a bug mentioning the periodic nature of the bug.</p>
<p><strong>3) Test the same bug occurrence on other similar module:</strong><br />
Sometimes developer use same code for different similar modules. So chances are high that bug in one module can occur in other similar modules as well. Even you can try to find more severe version of the bug you found.</p>
<p><strong>4) Write a good bug summary:</strong><br />
Bug summary will help developers to quickly analyze the bug nature. Poor quality report will unnecessarily increase the development and testing time. Communicate well through your bug report summary. Keep in mind bug summary is used as a reference to search the bug in bug inventory.</p>
<p><strong>5) Read bug report before hitting Submit button:</strong><br />
Read all sentences, wording, steps used in bug report. See if any sentence is creating ambiguity that can lead to misinterpretation. Misleading words or sentences should be avoided in order to have a clear bug report.</p>
<p><strong>6) Do not use Abusive language:</strong><br />
It&#8217;s nice that you did a good work and found a bug but do not use this credit for criticizing developer or to attack any individual.</p>
<p><strong>Conclusion:</strong><br />
No doubt that your bug report should be a high quality document. Focus on writing good bug reports, spend some time on this task because this is main communication point between tester, developer and manager. Mangers should make aware to their team that writing a good bug report is primary responsibility of any tester. Your efforts towards writing good bug report will not only save company resources but also create a good relationship between you and developers.</p>
<p><strong>For better productivity write a better bug report.</strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-write-good-bug-report/">How to write a good bug report? Tips and Tricks</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/how-to-write-good-bug-report/feed/</wfw:commentRss>
		<slash:comments>201</slash:comments>
		</item>
		<item>
		<title>Bug life cycle</title>
		<link>http://www.softwaretestinghelp.com/bug-life-cycle/</link>
		<comments>http://www.softwaretestinghelp.com/bug-life-cycle/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 09:08:25 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[Software Testing Templates]]></category>
		<category><![CDATA[Testing Life cycle]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/bug-life-cycle/</guid>
		<description><![CDATA[What is Bug/Defect? Simple Wikipedia definition of Bug is: &#8220;A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result. Bugs arise from mistakes and errors, made by people, in either a program&#8217;s source code or its design.&#8221; Other definitions [...]<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/bug-life-cycle/">Bug life cycle</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p><strong>What is Bug/Defect?</strong></p>
<p><strong>Simple Wikipedia definition of Bug is:</strong> &#8220;A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result. Bugs arise from mistakes and errors, made by people, in either a program&#8217;s source code or its design.&#8221;</p>
<p><strong>Other definitions can be:</strong><br />
An unwanted and unintended property of a program or piece of hardware, especially one that causes it to malfunction.</p>
<p><strong>or</strong><br />
A fault in a program, which causes the program to perform in an unintended or unanticipated manner.</p>
<p>Lastly the general definition of bug is: &#8220;failure to conform to specifications&#8221;.</p>
<p>If you want to detect and resolve the defect in early development stage, defect tracking and software development phases should start simultaneously.</p>
<p>We will discuss more on Writing effective bug report in another article. Let&#8217;s concentrate here on bug/defect life cycle.</p>
<p><strong>Life cycle of Bug:</strong></p>
<p><strong>1) Log new defect</strong><br />
When tester logs any new bug the <strong>mandatory fields</strong> are:<br />
Build version, Submit On, Product, Module, Severity, Synopsis and Description to Reproduce</p>
<p>In above list you can add some <strong>optional fields</strong> if you are using manual Bug submission template:<br />
These Optional Fields are: Customer name, Browser, Operating system, File Attachments or screenshots.</p>
<p><strong>The following fields remain either specified or blank:</strong><br />
If you have authority to add bug Status, Priority and &#8216;Assigned to&#8217; fields them you can specify these fields. Otherwise Test manager will set status, Bug priority and assign the bug to respective module owner.</p>
<p><strong>Look at the following Bug life cycle:</strong></p>
<p><a href="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2007/09/bug-life-cycle1.jpg" title="Bug life cycle" target="_blank"><img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2007/09/bug-life-cycle1.thumbnail.jpg" title="Bug life cycle" alt="Bug life cycle" align="middle" height="128" width="109" /></a></p>
<p>[Click on the image to view full size] Ref: Bugzilla bug life cycle</p>
<p>The figure is quite complicated but when you consider the significant steps in bug life cycle you will get quick idea of bug life.</p>
<p>On successful logging the bug is reviewed by Development or Test manager. Test manager can set the bug status as Open, can Assign the bug to developer or bug may be deferred until next release.</p>
<p>When bug gets assigned to developer and can start working on it. Developer can set bug status as won’t fix, Couldn’t reproduce, Need more information or &#8216;Fixed&#8217;.</p>
<p>If the bug status set by developer is either ‘Need more info’ or Fixed then QA responds with specific action. If bug is fixed then QA verifies the bug and can set the bug status as verified closed or Reopen.</p>
<p><strong>Bug status description:</strong><br />
These are various stages of bug life cycle. The status caption may vary depending on the bug tracking system you are using.</p>
<p><strong>1) New:</strong> When QA files new bug.</p>
<p><strong>2) Deferred:</strong> If the bug is not related to current build or can not be fixed in this release or bug is not important to fix immediately then the project manager can set the bug status as deferred.</p>
<p><strong>3) Assigned:</strong> &#8216;Assigned to&#8217; field is set by project lead or manager and assigns bug to developer.</p>
<p><strong>4) Resolved/Fixed:</strong> When developer makes necessary code changes and verifies the changes then he/she can make bug status as &#8216;Fixed&#8217; and the bug is passed to testing team.</p>
<p><strong>5) Could not reproduce:</strong> If developer is not able to reproduce the bug by the steps given in bug report by QA then developer can mark the bug as &#8216;CNR&#8217;. QA needs action to check if bug is reproduced and can assign to developer with detailed reproducing steps.</p>
<p><strong>6) Need more information:</strong> If developer is not clear about the bug reproduce steps provided by QA to reproduce the bug, then he/she can mark it as &#8220;Need more information&#8217;. In this case QA needs to add detailed reproducing steps and assign bug back to dev for fix.</p>
<p><strong>7) Reopen:</strong> If QA is not satisfy with the fix and if bug is still reproducible even after fix then QA can mark it as &#8216;Reopen&#8217; so that developer can take appropriate action.</p>
<p><strong>8 ) Closed: </strong>If bug is verified by the QA team and if the fix is ok and problem is solved then QA can mark bug as &#8216;Closed&#8217;.</p>
<p><strong>9) Rejected/Invalid:</strong> Some times developer or team lead can mark the bug as Rejected or invalid if the system is working according to specifications and bug is just due to some misinterpretation.</p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/bug-life-cycle/">Bug life cycle</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/bug-life-cycle/feed/</wfw:commentRss>
		<slash:comments>159</slash:comments>
		</item>
		<item>
		<title>How to write software Testing Weekly Status Report</title>
		<link>http://www.softwaretestinghelp.com/how-to-write-software-testing-weekly-status-report/</link>
		<comments>http://www.softwaretestinghelp.com/how-to-write-software-testing-weekly-status-report/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 18:52:33 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[Software Testing Templates]]></category>
		<category><![CDATA[Testing Tips and resources]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/how-to-write-software-testing-weekly-status-report/</guid>
		<description><![CDATA[Weekly report is important to track the important project issues, accomplishments of the projects, pending work and milestone analysis. Evenusin these reports you can track the team performance to some extent. <p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-write-software-testing-weekly-status-report/">How to write software Testing Weekly Status Report</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p>Writing <strong>effective status report</strong> is as important as the actual work you did! How to write a effective status report of your <strong>weekly work</strong> at the end of each week?</p>
<p>Here I am going to give some tips.  Weekly report is important <strong>to track the important project issues, accomplishments of the projects, pending work and milestone analysis</strong>. Even using these reports you can track the team performance to some extent. From this report <strong>prepare future actionables</strong> items according to the priorities and make the list of next weeks actionable.</p>
<p><span id="more-60"></span>So how to write weekly status report?</p>
<p><strong>Follow the below template:</strong><br />
Prepared By:<br />
Project:<br />
Date of preparation:<br />
Status:<br />
<strong>A) Issues:</strong><br />
<strong>Issues holding the QA team from delivering on schedule:</strong><br />
Project:<br />
Issue description:<br />
Possible solution:<br />
Issue resolution date:</p>
<p>You can mark these issues in<strong> red colour</strong>. These are the issues that requires managements help in resolving them<strong>.</strong></p>
<p><strong>Issues that management should be aware:</strong></p>
<p>These are the issues that not hold the QA team from delivering on time but management should be aware of them. Mark these issues in <strong>Yellow colour</strong>. You can use above same template to report them.</p>
<p><strong>Project accomplishments:</strong><br />
Mark them in <strong>Green colour</strong>. Use below template.<br />
Project:<br />
Accomplishment:<br />
Accomplishment date:</p>
<p><strong>B) Next week Priorities:</strong><br />
Actionable items next week list them in two categories:</p>
<p><strong>1) Pending deliverables:</strong> Mark them in <strong>blue colour</strong>: These are previous weeks deliverables which should get released as soon as possible in this week.<br />
Project:<br />
Work update:<br />
Scheduled date:<br />
Reason for extending:</p>
<p><strong>2) New tasks:</strong><br />
List all next weeks new task here. You can use <strong>black colour</strong> for this.<br />
Project:<br />
Scheduled Task:<br />
Date of release:</p>
<p><strong>C) Defect status:</strong></p>
<p><strong>Active defects:</strong><br />
List all active defects here with Reporter, Module, Severity, priority, assigned to.</p>
<p><strong>Closed Defects:</strong><br />
List all closed defects with Reporter, Module, Severity, priority, assigned to.</p>
<p><strong>Test cases:</strong><br />
List total number of test cases wrote, test cases passed, test cases failed, test cases to be executed.</p>
<p>This template should give you the overall idea of the status report. Don&#8217;t ignore the status report. Even if your managers are not forcing you to write these reports they are most important for your work assessment in future.</p>
<p><strong>Try to follow report writing routine. Use this template or at least try to report it in your own words about the overall work of which you can keep some track.</strong></p>
<p><strong>Do you have any better idea for this routine work? Comment it out! </strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-write-software-testing-weekly-status-report/">How to write software Testing Weekly Status Report</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/how-to-write-software-testing-weekly-status-report/feed/</wfw:commentRss>
		<slash:comments>104</slash:comments>
		</item>
		<item>
		<title>How to find a bug in application? Tips and Tricks</title>
		<link>http://www.softwaretestinghelp.com/how-to-find-a-bug-in-application-tips-and-tricks/</link>
		<comments>http://www.softwaretestinghelp.com/how-to-find-a-bug-in-application-tips-and-tricks/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 16:10:55 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[How to be a good tester]]></category>
		<category><![CDATA[Testing Skill Improvement]]></category>
		<category><![CDATA[Testing Tips and resources]]></category>

		<guid isPermaLink="false">http://www.softwaretestinghelp.com/how-to-find-a-bug-in-application-tips-and-tricks/</guid>
		<description><![CDATA[If you are a software tester or a QA engineer then you must be thinking every minute to find a bug in an application. I think finding a blocker bug like any system crash is often rewarding! No I don't think like that. You should try to find out the bugs that are most difficult to find that always misleads users.

<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-find-a-bug-in-application-tips-and-tricks/">How to find a bug in application? Tips and Tricks</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p>A very good and important point. Right? <strong>If you are a software tester or a QA engineer then you must be thinking every minute to find a bug in an application. And you should be!</strong></p>
<p>I think finding a <em>blocker bug</em> like any <strong>system crash</strong> is often rewarding! No I don&#8217;t think like that. <strong>You should try to find out the bugs that are most difficult to find and those always misleads users.</strong></p>
<p><strong>Finding such a subtle bugs is most challenging work and it gives you satisfaction of your work.</strong>  Also it should be rewarded by seniors. I will share my experience of one such subtle bug that was not only difficult to catch but was difficult to reproduce also.<br />
I was testing one module from my search engine project. I do most of the activities of this project manually as it is a bit complex to automate. That module consist of traffic and revenue stats of different affiliates and advertisers. So testing such a reports is always a difficult task. When I tested this report it was showing the data accurately processed for some time but when tried to test again after some time it was showing misleading results.  It was strange and confusing to see the results.</p>
<p>There was a cron (cron is a automated script that runs after specified time or condition) to process the log files and update the database. Such multiple crons are running on log files and DB to synchronize the total data.  There were two crons running on one table with some time intervals. There was a column in table that was getting overwritten by other cron making some data inconsistency. It took us long time to figure out the problem due to the vast DB processes and different crons.</p>
<p><strong>My point is try to find out the hidden bugs in the system that might occur for special conditions and causes strong impact on the system. You can find such a bugs with some tips and tricks.</strong></p>
<p><strong>So what are those tips:</strong></p>
<p><strong>1)</strong>  <strong>Understand the whole application</strong> or module in depth before starting the testing.</p>
<p><strong>2)</strong> Prepare <strong>good test cases</strong> before start to testing. I mean give stress on the functional test cases which includes major risk of the application.</p>
<p><strong>3)</strong> Create a <strong>sufficient test data</strong> before tests, this data set include the test case conditions and also the database records if you are going to test DB related application.</p>
<p><strong>4)</strong> Perform repeated tests with <strong>different test environment</strong>.</p>
<p><strong>5)</strong> Try to find out the <strong>result pattern</strong> and then compare your results with those patterns.</p>
<p><strong>6)</strong> When you think that you have completed most of the test conditions and when you think you are tired somewhat then <strong>do some monkey testing.</strong></p>
<p><strong>7)</strong> Use your previous <strong>test data pattern</strong> to analyse the current set of tests.</p>
<p><strong> <img src='http://www.softwaretestinghelp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </strong> Try some <strong>standard test cases</strong> for which you found the bugs in some different application. Like if you are testing input text box try inserting some html tags as the inputs and see the output on display page.</p>
<p><strong>9)</strong> Last and the best trick is try very hard to find the bug <img src='http://www.softwaretestinghelp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  As if you are testing only to break the application!</p>
<p><strong>I will include more tips in some coming posts.</strong></p>
<p><strong>Meantime you can comment out more tips here.</strong></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/how-to-find-a-bug-in-application-tips-and-tricks/">How to find a bug in application? Tips and Tricks</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/how-to-find-a-bug-in-application-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
		<item>
		<title>Bugzilla New version, Bugzilla 3.0 Released</title>
		<link>http://www.softwaretestinghelp.com/bugzilla-new-version-bugzilla-30-released/</link>
		<comments>http://www.softwaretestinghelp.com/bugzilla-new-version-bugzilla-30-released/#comments</comments>
		<pubDate>Sat, 12 May 2007 14:47:00 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Automation Testing]]></category>
		<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[Testing Tips and resources]]></category>

		<guid isPermaLink="false">http://softwaretestinghelp.com/?p=47</guid>
		<description><![CDATA[Bugzilla is a open-source Bug tracking tool. Many companies are using this open source tool for managing the software development process. After a long break finally Bugzilla project announced a new version of bugzilla 3.0. <p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/bugzilla-new-version-bugzilla-30-released/">Bugzilla New version, Bugzilla 3.0 Released</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p>Bugzilla is a open-source <a href="http://www.bugzilla.org/docs/3.0/html/bug_page.html">Bug</a> tracking tool. Many companies are using this open source tool for managing the software development process.</p>
<p>After a long break finally <strong>Bugzilla project </strong><a href="http://www.bugzilla.org/news/#release30">announced a new version of bugzilla 3.0</a> with some cool <strong>features like:</strong></p>
<p>Custom Fields<br />mod_perl support for greatly-improved performance<br />Per-Product Permissions<br />XML-RPC Interface<br />Create and Modify Bugs by Email.</p>
<p>See the features in detail <a href="http://www.bugzilla.org/releases/3.0/new-features.html">here</a>.</p>
<p>I am using <strong>Bugzilla 2.0</strong> for the last one year and found it as an interesting bug tracking tool. Before this I was using <strong>Mercury Test director </strong>to track the bugs.</p>
<p>Now we will also upgrade to this new version soon and will enjoy the new features.</p>
<p><strong>You can download</strong> the new version at <a href="http://www.bugzilla.org/download/#v30">Bugzilla 3.0 download.</a></p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/bugzilla-new-version-bugzilla-30-released/">Bugzilla New version, Bugzilla 3.0 Released</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/bugzilla-new-version-bugzilla-30-released/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Why does Software have bugs?</title>
		<link>http://www.softwaretestinghelp.com/why-does-software-have-bugs/</link>
		<comments>http://www.softwaretestinghelp.com/why-does-software-have-bugs/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 02:51:00 +0000</pubDate>
		<dc:creator>Vijay</dc:creator>
				<category><![CDATA[Bug Defect tracking]]></category>
		<category><![CDATA[Testing Skill Improvement]]></category>
		<category><![CDATA[Testing Tips and resources]]></category>

		<guid isPermaLink="false">http://softwaretestinghelp.com/?p=20</guid>
		<description><![CDATA[Why does Software have bugs? There are many reasons for Bug in software, Most are man introduced and some are machine oriented. Here is the the broad list<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/why-does-software-have-bugs/">Why does Software have bugs?</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></description>
			<content:encoded><![CDATA[<p><strong>A million Dollar question!!! <br />Why does Software have bugs?</strong></p>
<p>There are many reasons for Bug in software, Most are man introduced and some are machine oriented.</p>
<p><strong>Here is the the broad list:</strong></p>
<p><strong>1. Miscommunication or no communication &#8211; </strong><br /> As to specifics of what an application should or shouldn&#8217;t do (the application&#8217;s requirements). </p>
<p><strong>2. Software complexity &#8211; </strong><br /> The complexity of current software applications can be difficult to comprehend for anyone without experience in modern-day software development. Windows-type interfaces, client-server and distributed applications, data communications, enormous relational databases, and sheer size of applications have all contributed to the exponential growth in software/system complexity. And the use of object-oriented techniques can complicate instead of simplify a project unless it is well-engineered. </p>
<p><strong>3. Programming errors -</strong> <br /> Programmers, like anyone else, can make mistakes. </p>
<p><strong>4. Changing requirements -</strong><br /> The customer may not understand the effects of changes, or may understand and request them anyway &#8211; redesign, rescheduling of engineers, effects on other projects, work already completed that may have to be redone or thrown out, hardware requirements that may be affected, etc. If there are many minor changes or any major changes, known and unknown dependencies among parts of the project are likely to interact and cause problems, and the complexity of keeping track of changes may result in errors. Enthusiasm of engineering staff may be affected. In some fast-changing business environments, continuously modified requirements may be a fact of life. In this case, management must understand the resulting risks, and QA and test engineers must adapt and plan for continuous extensive testing to keep the inevitable bugs from running out of control.</p>
<p><strong>5. Time pressures -</strong> <br />Scheduling of software projects is difficult at best, often requiring a lot of guesswork. When deadlines loom and the crunch comes, mistakes will be made. </p>
<p><strong>Egos &#8211; people prefer to say things like: </strong><br />  &#8216;no problem&#8217; <br />  &#8216;piece of cake&#8217;<br />  &#8216;I can whip that out in a few hours&#8217;<br />  &#8216;it should be easy to update that old code&#8217;</p>
<p><strong> Instead of:</strong><br />  &#8216;that adds a lot of complexity and we could end up<br />     making a lot of mistakes&#8217;<br />  &#8216;we have no idea if we can do that; we&#8217;ll wing it&#8217;<br />  &#8216;I can&#8217;t estimate how long it will take, until I<br />     take a close look at it&#8217;<br />  &#8216;we can&#8217;t figure out what that old spaghetti code<br />     did in the first place&#8217;</p>
<p> <strong>If there are too many unrealistic &#8216;no problem&#8217;s', the  result is bugs.</strong><br /><strong>1. Poorly documented code -</strong> <br />It&#8217;s tough to maintain and modify code that is badly written or poorly documented; the result is bugs. In many organizations management provides no incentive for programmers to document their code or write clear, understandable code. In fact, it&#8217;s usually the opposite: they get points mostly for quickly turning out code, and there&#8217;s job security if nobody else can understand it (&#8216;if it was hard to write, it should be hard to read&#8217;). </p>
<p><strong>2 Software development tools -</strong> <br />Visual tools, class libraries, compilers, scripting tools, etc. often introduce their own bugs or are poorly documented, resulting in added bugs.</p>
<p>---------------------<br/>
I just wanted to thank you for subscribing to SoftwareTestingHelp.com. <b>This blog is a success because of you and your support. Here's to your success!</b><br/><br/>As always, I appreciate your valuable comments. <b>Visit below link to post your comment:</b><br/><b><a href="http://www.softwaretestinghelp.com/why-does-software-have-bugs/">Why does Software have bugs?</a></b>
<br/><br/>Thank you so much!
---------------------<br/>
<b>Recommended:</b>
<a href="http://www.testlodge.com/">
<img src="http://www.softwaretestinghelp.com/wp-content/qa/uploads/2012/01/TestLodge.jpg" alt="HTML tutorial" width="117" height="42" />
</a>
<a href="http://www.testlodge.com/"><b>TestLodge - Online test case management tool</b></a> - Web based test case management software allowing you to manage your test plans, requirements, test cases and test runs with ease.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwaretestinghelp.com/why-does-software-have-bugs/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
	</channel>
</rss>

