<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Softwaretestingconcepts's Weblog</title>
	<atom:link href="http://softwaretestingconcepts.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://softwaretestingconcepts.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 03 Oct 2008 12:07:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='softwaretestingconcepts.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Softwaretestingconcepts's Weblog</title>
		<link>http://softwaretestingconcepts.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://softwaretestingconcepts.wordpress.com/osd.xml" title="Softwaretestingconcepts&#039;s Weblog" />
	<atom:link rel='hub' href='http://softwaretestingconcepts.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Db Testing</title>
		<link>http://softwaretestingconcepts.wordpress.com/2008/10/03/db-testing/</link>
		<comments>http://softwaretestingconcepts.wordpress.com/2008/10/03/db-testing/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 12:07:16 +0000</pubDate>
		<dc:creator>softwaretestingconcepts</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://softwaretestingconcepts.wordpress.com/?p=5</guid>
		<description><![CDATA[Defination: Software testing is a process used to identify the correctness, completeness and quality of developed computer software. A set of activities conducted with the intent of finding errors in software. Example :coffe vendor machine Check if Correct Labels are present for the appropriate dispenser (Coffee, Tea, Milk, Hot water, etc). The selected option has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwaretestingconcepts.wordpress.com&amp;blog=5049646&amp;post=5&amp;subd=softwaretestingconcepts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Defination:<br />
Software testing is a process used to identify the correctness, completeness and quality of developed computer software.<br />
A set of activities conducted with the intent of finding errors in software.<br />
Example :coffe vendor machine<br />
Check if<br />
Correct Labels are present for the appropriate dispenser (Coffee, Tea, Milk, Hot water, etc).<br />
The selected option has an indicator. (E.g. glowing light)<br />
Correct content is dispensed when we press the corresponding option.<br />
There is an indicator to indicate the decrease in water level.<br />
Display of relevant messages.<br />
Why testing?<br />
To verify that all requirements are implemented correctly (both for positive and negative conditions)<br />
To identify defects before software deployment<br />
To help improve quality and reliability.<br />
To make software predictable in behavior.<br />
To reduce incompatibility and interoperability issues.<br />
To help marketability and retention of customers.<br />
QA<br />
QA (Quality Assurance) involves all activities from design, development, production, installation, servicing, documentation, Verification and validation. They are also involved in internal audits and walkthroughs. It is Process Oriented.<br />
Quality Assurance is assuring the quality of the product that is to be finally developed.Quality of a product can be achieved by meeting all the standards that were assured prior to the development.<br />
Assurance is always done prior to the process that is to be followed for the development.<br />
So Quality Assurance is the surity of following a &#8220;Quality Process&#8221; which will finally result in a &#8220;Quality Product&#8221;.</p>
<p>SDLC VS STLC</p>
<p>V-MODEL</p>
<p>STLC<br />
Requirements Capture<br />
ACTIVITIES<br />
Interview stakeholders.<br />
Elicit Business objectives and constraints.<br />
Study Software requirements and existing Test process<br />
Deliverables<br />
Test Requirements Documen<br />
ANALYSIS<br />
Requirements testability review<br />
Test effort estimation<br />
Test Strategy &amp; Approach planning (Including consideration for test phases, location, environment, Automation etc.)<br />
Deliverables<br />
System Requirement Specification<br />
User Acceptance Plan<br />
System Test Plan<br />
Planning&amp; Design<br />
Create detail Test plans for each type of testing.<br />
Create Test Traceability Matrix.<br />
Document Test scenarios and dependencies (including data).<br />
Define various project metrics (Quality and Testing).<br />
Deliverables<br />
Integrated Test Plan<br />
Unit Test Plan</p>
<p>Test Case  Development<br />
Create test cases, scripts, review and approval by client<br />
Automate scripts, if required<br />
Modify existing test data, or create data.<br />
Setup test environment<br />
Baseline test cases and scripts<br />
Deliverables<br />
Test cases.<br />
Scripts.<br />
Data.<br />
Environment<br />
Execution<br />
Test the environment and connectivity<br />
Perform smoke test on the build<br />
Execute tests as per plan<br />
Update test plans, if necessary<br />
Document test results, and log defects for failed case.<br />
Deliverables<br />
defect report</p>
<p>Test Cycle Closure<br />
Evaluate cycle completion criteria based on test coverage<br />
Time<br />
Cost<br />
Software Quality<br />
Critical Business Objectives<br />
Test cycle completion report<br />
Deliverables<br />
Test Closure report</p>
<p>Basic Forms<br />
static -Verification .<br />
Dynamic -Validation.</p>
<p>Black Box Testing  is testing without knowledge of the internal workings of the<br />
item being tested.  For example, when black box testing is applied to software<br />
engineering, the tester would only know the &#8220;legal&#8221; inputs and what the expected<br />
outputs should be, but not how the program actually arrives at those outputs.  It is<br />
because of this that black box testing can be considered testing with respect to the<br />
specifications, no other knowledge of the program is necessary.  For this reason,<br />
the tester and the programmer can be independent of one another, avoiding<br />
programmer bias toward his own work.  For this testing, test groups are often used,<br />
&#8220;Test groups are sometimes called professional idiots&#8230;people who are good at<br />
designing incorrect data.&#8221; 1  Also, do to the nature of  black box testing, the test<br />
planning can begin as soon as the specifications are written.  The opposite of this<br />
would be glass box testing, where test data are derived from direct examination of<br />
the code to be tested.  For glass box testing, the test cases cannot be determined<br />
until the code has actually been written.  Both of these testing techniques have<br />
advantages and disadvantages, but when combined, they help to ensure thorough<br />
testing of the product.<br />
Advantages of Black Box Testing<br />
more effective on larger units of code than glass box testing<br />
tester needs no knowledge of implementation, including specific programming<br />
languages<br />
tester and programmer are independent of each other<br />
tests are done from a user&#8217;s point of view<br />
will help to expose any ambiguities or inconsistencies in the specifications<br />
test cases can be designed as soon as the specifications are complete</p>
<p>DISADVANTAGE<br />
cannot be directed toward specific segments of code which may be very complex<br />
(and therefore more error prone)<br />
most testing related research has been directed toward glass box testing</p>
<p>What is the difference between client-server testing and web based testing and what are things that we need to test in such applications?</p>
<p>Ans:<br />
Projects are broadly divided into two types of:</p>
<p>* 2 tier applications<br />
* 3 tier applications</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwaretestingconcepts.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwaretestingconcepts.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwaretestingconcepts.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwaretestingconcepts.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwaretestingconcepts.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwaretestingconcepts.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwaretestingconcepts.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwaretestingconcepts.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwaretestingconcepts.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwaretestingconcepts.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwaretestingconcepts.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwaretestingconcepts.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwaretestingconcepts.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwaretestingconcepts.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwaretestingconcepts.wordpress.com&amp;blog=5049646&amp;post=5&amp;subd=softwaretestingconcepts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwaretestingconcepts.wordpress.com/2008/10/03/db-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688bd5248c49786bf1005f7c95ed695a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">softwaretestingconcepts</media:title>
		</media:content>
	</item>
		<item>
		<title>1</title>
		<link>http://softwaretestingconcepts.wordpress.com/2008/10/02/1/</link>
		<comments>http://softwaretestingconcepts.wordpress.com/2008/10/02/1/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 11:37:45 +0000</pubDate>
		<dc:creator>softwaretestingconcepts</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://softwaretestingconcepts.wordpress.com/?p=3</guid>
		<description><![CDATA[&#60;!&#8211; Begin: AdBrite, Generated: 2008-10-02 7:30:38  &#8211;&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; var AdBrite_Title_Color = &#8217;0000FF&#8217;; var AdBrite_Text_Color = &#8217;000000&#8242;; var AdBrite_Background_Color = &#8216;FFFFFF&#8217;; var AdBrite_Border_Color = &#8216;CCCCCC&#8217;; var AdBrite_URL_Color = &#8217;008000&#8242;; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==&#8221;?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe=&#8221;;var AdBrite_Referrer=&#8221;;} &#60;/script&#62; &#60;script type=&#8221;text/javascript&#8221;&#62;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(&#8216; src=&#8221;http://ads.adbrite.com/mb/text_group.php?sid=868532&#38;zs=3330305f323530&#38;ifr=&#8217;+AdBrite_Iframe+&#8217;&#38;ref=&#8217;+AdBrite_Referrer+&#8217;&#8221; type=&#8221;text/javascript&#8221;&#62;&#8217;);document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&#60;/script&#62; &#60;div&#62;&#60;a target=&#8221;_top&#8221; href=&#8221;http://www.adbrite.com/mb/commerce/purchase_form.php?opid=868532&#38;afsid=1&#8243; style=&#8221;font-weight:bold;font-family:Arial;font-size:13px;&#8221;&#62;Your Ad Here&#60;/a&#62;&#60;/div&#62; &#60;!&#8211; End: AdBrite &#8211;&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwaretestingconcepts.wordpress.com&amp;blog=5049646&amp;post=3&amp;subd=softwaretestingconcepts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&lt;!&#8211; Begin: AdBrite, Generated: 2008-10-02 7:30:38  &#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var AdBrite_Title_Color = &#8217;0000FF&#8217;;<br />
var AdBrite_Text_Color = &#8217;000000&#8242;;<br />
var AdBrite_Background_Color = &#8216;FFFFFF&#8217;;<br />
var AdBrite_Border_Color = &#8216;CCCCCC&#8217;;<br />
var AdBrite_URL_Color = &#8217;008000&#8242;;<br />
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==&#8221;?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe=&#8221;;var AdBrite_Referrer=&#8221;;}<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(&#8216; src=&#8221;http://ads.adbrite.com/mb/text_group.php?sid=868532&amp;zs=3330305f323530&amp;ifr=&#8217;+AdBrite_Iframe+&#8217;&amp;ref=&#8217;+AdBrite_Referrer+&#8217;&#8221; type=&#8221;text/javascript&#8221;&gt;&#8217;);document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;<br />
&lt;div&gt;&lt;a target=&#8221;_top&#8221; href=&#8221;http://www.adbrite.com/mb/commerce/purchase_form.php?opid=868532&amp;afsid=1&#8243; style=&#8221;font-weight:bold;font-family:Arial;font-size:13px;&#8221;&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;<br />
&lt;!&#8211; End: AdBrite &#8211;&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwaretestingconcepts.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwaretestingconcepts.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwaretestingconcepts.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwaretestingconcepts.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwaretestingconcepts.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwaretestingconcepts.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwaretestingconcepts.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwaretestingconcepts.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwaretestingconcepts.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwaretestingconcepts.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwaretestingconcepts.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwaretestingconcepts.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwaretestingconcepts.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwaretestingconcepts.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwaretestingconcepts.wordpress.com&amp;blog=5049646&amp;post=3&amp;subd=softwaretestingconcepts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwaretestingconcepts.wordpress.com/2008/10/02/1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688bd5248c49786bf1005f7c95ed695a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">softwaretestingconcepts</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://softwaretestingconcepts.wordpress.com/2008/10/02/hello-world/</link>
		<comments>http://softwaretestingconcepts.wordpress.com/2008/10/02/hello-world/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 11:21:23 +0000</pubDate>
		<dc:creator>softwaretestingconcepts</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwaretestingconcepts.wordpress.com&amp;blog=5049646&amp;post=1&amp;subd=softwaretestingconcepts&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/softwaretestingconcepts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/softwaretestingconcepts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/softwaretestingconcepts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/softwaretestingconcepts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/softwaretestingconcepts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/softwaretestingconcepts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/softwaretestingconcepts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/softwaretestingconcepts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/softwaretestingconcepts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/softwaretestingconcepts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/softwaretestingconcepts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/softwaretestingconcepts.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/softwaretestingconcepts.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/softwaretestingconcepts.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=softwaretestingconcepts.wordpress.com&amp;blog=5049646&amp;post=1&amp;subd=softwaretestingconcepts&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://softwaretestingconcepts.wordpress.com/2008/10/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688bd5248c49786bf1005f7c95ed695a?s=96&#38;d=identicon" medium="image">
			<media:title type="html">softwaretestingconcepts</media:title>
		</media:content>
	</item>
	</channel>
</rss>
