<?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>DOT NET SQL PREPARATION</title>
	<atom:link href="http://dotnetsqlinterview.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetsqlinterview.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 15 May 2011 08:49:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dotnetsqlinterview.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DOT NET SQL PREPARATION</title>
		<link>http://dotnetsqlinterview.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnetsqlinterview.wordpress.com/osd.xml" title="DOT NET SQL PREPARATION" />
	<atom:link rel='hub' href='http://dotnetsqlinterview.wordpress.com/?pushpress=hub'/>
		<item>
		<title></title>
		<link>http://dotnetsqlinterview.wordpress.com/2011/05/15/174mutationbeta-alpha-comparison-user-acceptance-testing-ad-hocexploratory-compatibility-security/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2011/05/15/174mutationbeta-alpha-comparison-user-acceptance-testing-ad-hocexploratory-compatibility-security/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:49:32 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/?p=174</guid>
		<description><![CDATA[System testing black box type testing that is based on overall requirement specifications; covers all combined parts of a system. End-to-end testing similar to system testing; the ‘macro’ end of the test scale; involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=174&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>System testing<br />
black box type testing that is based on overall requirement specifications; covers all combined parts of a system.</p>
<p>End-to-end testing<br />
similar to system testing; the ‘macro’ end of the test scale; involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.</p>
<p>Sanity testing<br />
typically an initial testing effort to determine if a new software version is performing well enough to accept it for a major testing effort. For example, if the new software is crashing systems every 5 minutes, bogging down systems to a crawl, or<br />
destroying databases, the software may not be in a ’sane’ enough condition to warrant further testing in its current state.</p>
<p>Regression testing<br />
re-testing after fixes or modifications of the software or its environment. It can be difficult to determine how much re-testing is needed, especially near the end of the development cycle. Automated testing tools can be especially useful for this type of testing.</p>
<p>Acceptance testing<br />
final testing based on specifications of the end-user or customer, or based on use by end-users/customers over some limited period of time.</p>
<p>Load testing<br />
testing an application under heavy loads, such as testing of a web site under a range of loads to determine at what point the systems response time degrades or fails.</p>
<p>Stress testing<br />
term often used interchangeably with ‘load’ and ‘performance’ testing. Also used to describe such tests as system functional testing while under unusually heavy loads, heavy repetition of certain actions or inputs, input of large numerical values, large complex queries to a database system, etc.</p>
<p>Performance testing<br />
term often used interchangeably with ’stress’ and ‘load’ testing. Ideally ‘performance’ testing (and any other ‘type’ of testing) is defined in requirements documentation or QA or Test Plans.</p>
<p>Usability testing<br />
testing for ‘user-friendliness’. Clearly this is subjective, and will depend on the targeted end-user or customer. User interviews, surveys, video recording of user sessions, and other techniques can be used. Programmers and testers are usually not appropriate as usability testers.</p>
<p>Install/uninstall testing<br />
testing of full, partial, or upgrade install/uninstall processes.<br />
Recovery testing<br />
testing how well a system recovers from crashes, hardware failures, or other catastrophic problems.</p>
<p>Security testing<br />
testing how well the system protects against unauthorized internal or external access, willful damage, etc; may require sophisticated testing techniques.</p>
<p>Compatibility testing<br />
testing how well software performs in a particular hardware/software/operating system/network/etc. environment.</p>
<p>Exploratory testing<br />
often taken to mean a creative, informal software test that is not based on formal test plans or test cases; testers may be learning the software as they test it.</p>
<p>Ad-hoc testing<br />
similar to exploratory testing, but often taken to mean that the testers have significant understanding of the software before testing it.</p>
<p>User acceptance testing<br />
determining if software is satisfactory to an end-user or customer.</p>
<p>Comparison testing<br />
comparing software weaknesses and strengths to competing products.</p>
<p>Alpha testing<br />
testing of an application when development is nearing completion; minor design changes may still be made as a result of such testing. Typically done by end-users or others, not by programmers or testers.</p>
<p>Beta testing<br />
testing when development and testing are essentially completed and final bugs and problems need to be found before final release. Typically done by end-users or others, not by programmers or testers.</p>
<p>Mutation testing<br />
a method for determining if a set of test data or test cases is useful, by deliberately introducing various code changes (’bugs’) and retesting with the original test data/cases to determine if the ‘bugs’ are detected. Proper implementation requires large computational resources.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=174&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2011/05/15/174mutationbeta-alpha-comparison-user-acceptance-testing-ad-hocexploratory-compatibility-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>Functional testing</title>
		<link>http://dotnetsqlinterview.wordpress.com/2011/05/15/functional-testing/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2011/05/15/functional-testing/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:40:59 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/?p=172</guid>
		<description><![CDATA[Functional testing black-box type testing geared to functional requirements of an application; this type of testing should be done by testers. This doesn’t mean that the programmers shouldn’t check that their code works before releasing it (which of course applies to any stage of testing.)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=172&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Functional testing<br />
black-box type testing geared to functional requirements of an application; this type of testing should be done by testers. This doesn’t mean that the programmers shouldn’t check that their code works before releasing it (which of course applies to any stage of testing.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=172&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2011/05/15/functional-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>Integration testing</title>
		<link>http://dotnetsqlinterview.wordpress.com/2011/05/15/integration-testing/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2011/05/15/integration-testing/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:39:59 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/?p=170</guid>
		<description><![CDATA[Integration testing testing of combined parts of an application to determine if they function together correctly. The ‘parts’ can be code modules, individual applications, client and server applications on a network, etc. This type of testing is especially relevant to client/server and distributed systems.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=170&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Integration testing<br />
testing of combined parts of an application to determine if they function together correctly. The ‘parts’ can be code modules, individual applications, client and server applications on a network, etc. This type of testing is especially relevant to client/server and distributed systems.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=170&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2011/05/15/integration-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>Incremental integration testing</title>
		<link>http://dotnetsqlinterview.wordpress.com/2011/05/15/incremental-integration-testing/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2011/05/15/incremental-integration-testing/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:36:11 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/?p=168</guid>
		<description><![CDATA[Incremental integration testing continuous testing of an application as new functionality is added; requires that various aspects of an application’s functionality be independent enough to work separately before all parts of the program are completed, or that test drivers be developed as needed; done by programmers or by testers.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=168&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Incremental integration testing<br />
continuous testing of an application as new functionality is added; requires that various aspects of an application’s functionality be independent enough to work separately before all parts of the program are completed, or that test drivers be developed as needed; done by programmers or by testers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=168&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2011/05/15/incremental-integration-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>Unit testing</title>
		<link>http://dotnetsqlinterview.wordpress.com/2011/05/15/unit-testing/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2011/05/15/unit-testing/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:24:06 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/?p=164</guid>
		<description><![CDATA[Unit testing the most ‘micro’ scale of testing; to test particular functions or code modules. Typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. Not always easily done unless the application has a well-designed architecture with tight code; may require developing test driver [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=164&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Unit testing<br />
the most ‘micro’ scale of testing; to test particular functions or code modules. Typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. Not always easily done unless the application has a well-designed architecture with tight code; may require developing test driver modules or test harnesses.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=164&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2011/05/15/unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>White box testing</title>
		<link>http://dotnetsqlinterview.wordpress.com/2011/05/15/white-box-testing/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2011/05/15/white-box-testing/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:20:51 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/?p=162</guid>
		<description><![CDATA[White box testing based on knowledge of the internal logic of an application’s code. Tests are based on coverage of code statements, branches, paths, conditions.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=162&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>White box testing<br />
based on knowledge of the internal logic of an application’s code. Tests are based on coverage of code statements, branches, paths, conditions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=162&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2011/05/15/white-box-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>Black box testing</title>
		<link>http://dotnetsqlinterview.wordpress.com/2011/05/15/black-box-testing/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2011/05/15/black-box-testing/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:12:41 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/?p=160</guid>
		<description><![CDATA[Black box testing not based on any knowledge of internal design or code. Tests are based on requirements and functionality<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=160&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Black box testing<br />
not based on any knowledge of internal design or code. Tests are based on requirements and functionality</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=160&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2011/05/15/black-box-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>&gt;Difference b/w COUNT_BIG and COUNT in SQL server</title>
		<link>http://dotnetsqlinterview.wordpress.com/2009/02/14/difference-bw-count_big-and-count-in-sql-server/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2009/02/14/difference-bw-count_big-and-count-in-sql-server/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:05:00 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/2009/02/14/difference-bw-count_big-and-count-in-sql-server</guid>
		<description><![CDATA[&#62; 1.Count_big always returns the Bingint values&#8230;but count returns theint values 2.Both count the No of Rows in a table Water for Elephants21<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=154&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;
<div dir="ltr" style="text-align:left;">1.Count_big always returns the Bingint values&#8230;but count returns the<br />int values</p>
<p>2.Both count the No of Rows in a table</p>
<p><a href="http://www.amazon.com/Water-for-Elephants-ebook/dp/B004PYDO64?ie=UTF8&amp;tag=dotnetsqlinte-20&amp;link_code=btl&amp;camp=213689&amp;creative=392969" target="_blank">Water for Elephants</a><img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=dotnetsqlinte-20&amp;l=btl&amp;camp=213689&amp;creative=392969&amp;o=1&amp;a=B004PYDO64" width="1" /><a href="http://www.amazon.com/21-Adele/dp/B004EBT5CU?ie=UTF8&amp;tag=dotnetsqlinte-20&amp;link_code=btl&amp;camp=213689&amp;creative=392969" target="_blank">21</a><img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=dotnetsqlinte-20&amp;l=btl&amp;camp=213689&amp;creative=392969&amp;o=1&amp;a=B004EBT5CU" width="1" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=154&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2009/02/14/difference-bw-count_big-and-count-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>

		<media:content url="http://www.assoc-amazon.com/e/ir?t=dotnetsqlinte-20&#38;l=btl&#38;camp=213689&#38;creative=392969&#38;o=1&#38;a=B004PYDO64" medium="image" />

		<media:content url="http://www.assoc-amazon.com/e/ir?t=dotnetsqlinte-20&#38;l=btl&#38;camp=213689&#38;creative=392969&#38;o=1&#38;a=B004EBT5CU" medium="image" />
	</item>
		<item>
		<title>&gt;To Create Custom exception in C#.Net</title>
		<link>http://dotnetsqlinterview.wordpress.com/2009/02/14/to-create-custom-exception-in-c-net/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2009/02/14/to-create-custom-exception-in-c-net/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:01:00 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/2009/02/14/to-create-custom-exception-in-c-net</guid>
		<description><![CDATA[&#62;#region Custom Exception Classes class ExTask : Exception { public ExTask() { } public ExTask(string message) : base(message) { } } #endregion ==================================================================To catch the custom Exception : catch (ExTask ex) { // Do to Log Handler } ================================================================== For the above example &#8220;ExTask&#8221; is the custom exception name. 1.your Exception wants to inherit the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=153&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;#region Custom Exception Classes<br />    class ExTask : Exception<br />    {<br />        public ExTask()<br />        { }</p>
<p>        public ExTask(string message)<br />            : base(message)<br />        { }<br />    }<br />    #endregion</p>
<p>==================================================================<br />To catch the custom Exception :</p>
<p>catch (ExTask ex)<br />            {               <br />                // Do to Log Handler<br />            }</p>
<p>==================================================================<br />        For the above example &#8220;ExTask&#8221; is the custom exception name.</p>
<p>1.your Exception wants to inherit the exception base class.</p>
<p>2.You have to create a default constructor,,,, two method we<br />  wants to call the base class Exception contructor.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=153&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2009/02/14/to-create-custom-exception-in-c-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
		<item>
		<title>&gt;To Execute the Remote Machine Process Example To reset the iis of remote machine</title>
		<link>http://dotnetsqlinterview.wordpress.com/2009/02/14/to-execute-the-remote-machine-process-example-to-reset-the-iis-of-remote-machine/</link>
		<comments>http://dotnetsqlinterview.wordpress.com/2009/02/14/to-execute-the-remote-machine-process-example-to-reset-the-iis-of-remote-machine/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 14:54:00 +0000</pubDate>
		<dc:creator>btechparthi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dotnetsqlinterview.wordpress.com/2009/02/14/to-execute-the-remote-machine-process-example-to-reset-the-iis-of-remote-machine</guid>
		<description><![CDATA[&#62; ProcessStartInfo psi = new ProcessStartInfo(&#8220;iisreset.exe&#8221;, &#8220;RematoreMachineName -stop&#8221;); psi.UserName = &#8220;RemoteMachineUserName&#8221;; psi.Domain = &#8220;DomainNameOfRemoteMachine&#8221;; psi.UseShellExecute = false; string password = &#8220;RemoteMachinePassword&#8221;; System.Security.SecureString o = new System.Security.SecureString(); foreach (char c in password) { o.AppendChar(c); } psi.Password = o; Process.Start(psi);<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=152&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;<span style="color:rgb(102,51,0);font-weight:bold;"> ProcessStartInfo psi = new ProcessStartInfo(&#8220;iisreset.exe&#8221;, &#8220;RematoreMachineName -stop&#8221;);</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    psi.UserName = &#8220;RemoteMachineUserName&#8221;;</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    psi.Domain = &#8220;DomainNameOfRemoteMachine&#8221;;</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    psi.UseShellExecute = false;</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    string password = &#8220;RemoteMachinePassword&#8221;;</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    System.Security.SecureString o = new System.Security.SecureString();</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    foreach (char c in password)</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    {</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                        o.AppendChar(c);</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    }</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    psi.Password = o;</span><br /><span style="color:rgb(102,51,0);font-weight:bold;">                    Process.Start(psi);</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetsqlinterview.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetsqlinterview.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetsqlinterview.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetsqlinterview.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetsqlinterview.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetsqlinterview.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetsqlinterview.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetsqlinterview.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetsqlinterview.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetsqlinterview.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetsqlinterview.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetsqlinterview.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetsqlinterview.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetsqlinterview.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnetsqlinterview.wordpress.com&amp;blog=2769727&amp;post=152&amp;subd=dotnetsqlinterview&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dotnetsqlinterview.wordpress.com/2009/02/14/to-execute-the-remote-machine-process-example-to-reset-the-iis-of-remote-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ba4bbc372492b2176513ee9b4d8f89ca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">btechparthi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
