<?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>Thiyagarajan Veluchamy's Blog</title>
	<atom:link href="http://thiyagarajan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thiyagarajan.wordpress.com</link>
	<description>OM SHANMUGA PATHEYA NAMO NAMA OM SHUNMATHA PATHEYA NAMO NAMA</description>
	<lastBuildDate>Thu, 22 Oct 2009 03:39:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='thiyagarajan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ef7f4d221974173d53ed55cf484ca835?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Thiyagarajan Veluchamy's Blog</title>
		<link>http://thiyagarajan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thiyagarajan.wordpress.com/osd.xml" title="Thiyagarajan Veluchamy&#8217;s Blog" />
		<item>
		<title>First Name, Last Name Validation</title>
		<link>http://thiyagarajan.wordpress.com/2009/10/22/first-name-last-name-validation/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/10/22/first-name-last-name-validation/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 03:39:58 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[name validation]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=242</guid>
		<description><![CDATA[It should be
- first and last character must be alphabet
- accepts single character input
-  it wont allow any special character and white space at start and end
Posted in Uncategorized Tagged: name validation      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=242&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It should be</p>
<p>- first and last character must be alphabet</p>
<p>- accepts single character input</p>
<p>-  it wont allow any special character and white space at start and end</p>
Posted in Uncategorized Tagged: name validation <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/242/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/242/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/242/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=242&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/10/22/first-name-last-name-validation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>E-mail address validation</title>
		<link>http://thiyagarajan.wordpress.com/2009/07/16/e-mail-address-validation/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/07/16/e-mail-address-validation/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 06:42:35 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Manual Testing]]></category>
		<category><![CDATA[E-mail address validation]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=238</guid>
		<description><![CDATA[We will discus how to validate email field,
given below,
E-Mail Address = &#8220;A@b.c&#8221;;                &#8212; Valid
E-Mail Address = &#8220;A@b.cnet&#8221;;         &#8212; Invalid
E-Mail Address = &#8220;A@b.c_&#8221;;             &#8212; Invalid
E-Mail Address = &#8220;A@bcnn&#8221;;            &#8212; Invalid
E-Mail Address = &#8220;Ab.cnn&#8221;;               &#8212; Invalid
E-Mail Address = &#8220;A@bc&#8221;;                  &#8212; Invalid
E-Mail Address = &#8220;A@bat@.cnn&#8221;;   &#8211; Invalid
E-Mail Address = &#8220;A@bat/.com&#8221;;  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=238&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>We will discus how to validate email field,<br />
given below,<br />
E-Mail Address = &#8220;A@b.c&#8221;;                &#8212; Valid<br />
E-Mail Address = &#8220;A@b.cnet&#8221;;         &#8212; Invalid<br />
E-Mail Address = &#8220;A@b.c_&#8221;;             &#8212; Invalid<br />
E-Mail Address = &#8220;A@bcnn&#8221;;            &#8212; Invalid<br />
E-Mail Address = &#8220;Ab.cnn&#8221;;               &#8212; Invalid<br />
E-Mail Address = &#8220;A@bc&#8221;;                  &#8212; Invalid<br />
E-Mail Address = &#8220;A@bat@.cnn&#8221;;   &#8211; Invalid<br />
E-Mail Address = &#8220;A@bat/.com&#8221;;    &#8211; Invalid</p>
<p>conditions are,</p>
<ol>
<li>Must not be too short and too long</li>
<li>Only one @ in email address</li>
<li>Only one period &#8216;.&#8217; or two periods in email</li>
<li>No more than 3 characters after the final period (reverse find is 0 based not 1 based) com/ org/net/mil/gov/co.in/co.uk and etc</li>
<li>Should not have an underscrode after @</li>
<li>Allowed characters 0-9 A-Z _ . before @</li>
</ol>
<p>Example E-Mail is thiyagarajannv@yahoo.com</p>
<p>I have devided Email ID in 4 parts in above email id,</p>
<ol>
<li>In first part we have to check invalid condition input spaces, Left blank, use special character, symbols etc before email in @.</li>
<li>In Second part we have to check invalid condition input other specail character [!#$%^&amp;*()_-:;&#8221;&#8216;?/|\) at the place of @. left thisfield as blank. input spaces.etc</li>
<li>In third part we have to check invalid invalid domain.</li>
<li>In fourth part we have to check only valid suffix(.com,.co.in,.edu,.info,.org,.in etc)</li>
</ol>
<p>very time EmailID should be in well manner.</p>
<p>like thiyagarajannv@yahoo.com and etc.</p>
Posted in Manual Testing Tagged: E-mail address validation <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=238&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/07/16/e-mail-address-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>File Handling Using QTP</title>
		<link>http://thiyagarajan.wordpress.com/2009/07/15/file-handling-using-qtp/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/07/15/file-handling-using-qtp/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 11:15:27 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Automation Testing]]></category>
		<category><![CDATA[QTP]]></category>
		<category><![CDATA[File Handling Using QTP]]></category>
		<category><![CDATA[fso]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=235</guid>
		<description><![CDATA[QTP File Handling
Many times we have may need to interact with text files using QTP. Interaction can be (but not limited to) in the form of reading input from a file or writing output to a file.
We can use FSO (FileSystemObject) object to do this.
What is FSO?
FSO stands for File System Object. This is used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=235&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3><span style="color:#ff0000;">QTP File Handling</span></h3>
<p>Many times we have may need to interact with text files using QTP. Interaction can be (but not limited to) in the form of reading input from a file or writing output to a file.</p>
<p>We can use FSO (FileSystemObject) object to do this.</p>
<p><span style="color:#ff0000;"><strong>What is FSO?</strong></span><br />
FSO stands for File System Object. This is used to support text file creation and manipulation through the <strong>TextStream</strong> object and is contained in the Scripting type library (Scrrun.dll).<br />
The FSO Object Model has a rich set of properties, methods and events to process folders and files.</p>
<p><span style="color:#ff0000;"><strong>How to create a file?</strong></span><br />
We first create a FSO object using CreateObject.</p>
<p>Secondly we create a text file using CreateTextFile.<br />
For Example: Suppose you want to create a file called &#8220;test.txt&#8221; located in C:\</p>
<p>Dim fso, file, file_actual_location<br />
file_ actual_location = &#8220;C:\file_ actual _location&#8221;<br />
Set fso = <strong>CreateObject</strong>(“Scripting.FileSystemObject”)<br />
Set file = fso.CreateTextFile(file_ actual _location, True)</p>
<p><span style="color:#ff0000;"><strong>How to open a file?</strong></span></p>
<p>Set file= fso.OpenTextFile(&#8220;C:\file_ actual_location&#8221;, ForWriting, True)<br />
//2nd argument can be ForReading, ForWriting, ForAppending<br />
//3rd argument is &#8220;True&#8221; if new file has to be created if the specified file doesn’t exist else false, blank signify false.</p>
<p><span style="color:#ff0000;"><strong>How to read content from a file?</strong></span><br />
Use ReadLine() method<br />
For example:</p>
<p>Set file= fso.OpenTextFile(&#8220;C:\file_ actual_location&#8221;, ForReading, True) //2nd argument should always be &#8220;ForReading&#8221; in order to read contents from a file<br />
Do while file.AtEndofStream &lt;&gt; True<br />
data = file.ReadLine()<br />
msgbox data<br />
Loop</p>
<p><span style="color:#ff0000;"><strong>How to write content to a file?</strong></span><br />
You can use  Write() or WriteLine() Methods to write text into a file. The difference between the Write() and WriteLine() Method is that the latter automatically inserts a new line character while the former doesn’t insert a new line character.<br />
For example:</p>
<p>Set file= fso.OpenTextFile(&#8220;C:\file_ actual_location&#8221;, ForWriting, True) //2nd argument should always be &#8220;ForWriting&#8221; in order to write contents to a file<br />
file.Write(&#8220;This is test is&#8221;)<br />
file.Write(&#8220;file created.&#8221;)<br />
//Output will be:<br />
This is test is file created.<br />
<strong>while</strong><br />
file.WriteLine(&#8220;This is test is &#8220;)<br />
file.Write(&#8220;file created.&#8221;)<br />
//Output will be:<br />
This is test is<br />
file created.</p>
<p><span style="color:#ff0000;"><strong>How to delete file?</strong></span><br />
Use DeleteFile() method to delete a file from a particular location<br />
Foe Example:</p>
<p>file_location = &#8220;C:\file_actual_location&#8221;<br />
Set fso = <strong>CreateObject</strong>(“Scripting.FileSystemObject”)<br />
fso.DeleteFile(file_ actual_location)</p>
Posted in Automation Testing, QTP Tagged: File Handling Using QTP, fso <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=235&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/07/15/file-handling-using-qtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>QTP Advantages and Disadvatages</title>
		<link>http://thiyagarajan.wordpress.com/2009/06/26/qtp-advantages-and-disadvatages/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/06/26/qtp-advantages-and-disadvatages/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 12:42:18 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[QTP]]></category>
		<category><![CDATA[QTP Advantages and Disadvatages]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=223</guid>
		<description><![CDATA[Will be getting the initial focus on development of all new features and supported technologies.

Ease of use.
Simple interface.
Good error handling mechanism
Presents the test case as a business workflow to the tester (simpler to understand).
Excellent DDT (Data Driven Testing features)
Uses a real programming language (Microsoft&#8217;s VBScript) with numerous resources available.
Quick Test Professional is significantly easier for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=223&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Will be getting the initial focus on development of all new features and supported technologies.</p>
<ul>
<li>Ease of use.</li>
<li>Simple interface.</li>
<li>Good error handling mechanism</li>
<li>Presents the test case as a business workflow to the tester (simpler to understand).</li>
<li>Excellent DDT (Data Driven Testing features)</li>
<li>Uses a real programming language (Microsoft&#8217;s VBScript) with numerous resources available.</li>
<li>Quick Test Professional is significantly easier for a non-technical person to adapt to and create working test cases, compared to WinRunner.</li>
<li>Data table integration better and easier to use than WinRunner.</li>
<li>Test Run Iterations/Data driving a test is easier and better implement with QuickTest.</li>
<li>Parametrization easier than WinRunner.</li>
<li>Can enhance existing QuickTest VB scripts without the Application Under Test? being available; by using the ActiveScreen.</li>
<li>Can create and implement the Microsoft Object Model (Outlook objects, ADO objects, FileSystem objects, supports DOM, WSH, etc.).</li>
<li>Better object identification mechanism.</li>
<li>Numerous existing functions available for implementation both from within QuickTest Pro and VBScript.</li>
<li>QTP supports .NET development environment (currently WinRunner 7.5 does not).</li>
<li>XML support (currently WinRunner 7.5 does not).</li>
<li>The Test Report is more robust in QuickTest compared to WinRunner.</li>
<li>Integrates with TestDirector and WinRunner (can kick off WinRunner scripts from QuickTest).</li>
<li>Must know VBScript in order to program at all.</li>
<li>Must be able to program in VBScript in order to implement the real advance testing tasks and to handle very dynamic situations.</li>
<li>Need training to implement properly.</li>
<li>The Object Repository (OR) and testing environment? (paths, folders, function libraries, OR) can be difficult to understand and implement initially.</li>
<li>we can&#8217;t done merzeing  easly, when compare to winrunner</li>
<li>we can&#8217;t able to check if the Window of Background colour is dynamically changes.</li>
</ul>
Posted in QTP Tagged: QTP Advantages and Disadvatages <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=223&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/06/26/qtp-advantages-and-disadvatages/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>Priority Testing</title>
		<link>http://thiyagarajan.wordpress.com/2009/05/20/priority-testing/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/05/20/priority-testing/#comments</comments>
		<pubDate>Wed, 20 May 2009 08:32:37 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=210</guid>
		<description><![CDATA[Generally Priority is Business for the projects.  And this will be set by the team lead or the project lead, based on the severity and the time constraint that the module has the priority will be set.

 Must fix the bug as soon as possible. Because bug is blocking further progress in this area.
Should fix [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=210&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Generally Priority is Business for the projects.  And<span class="tdvamseel"> this will be set by the team lead or the project lead,</span><span class="tdvamseel"> based on the severity and the time constraint that the module has the priority will be set.</span></p>
<ol>
<li> Must fix the bug as soon as possible. Because bug is blocking further progress in this area.</li>
<li>Should fix the all issues, before release the product or project.</li>
<li>fix the issues within time period.</li>
</ol>
Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=210&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/05/20/priority-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>Available Browsers for Linux, Windows, Mac for Testing</title>
		<link>http://thiyagarajan.wordpress.com/2009/04/07/available-browsers-for-linux-windows-mac/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/04/07/available-browsers-for-linux-windows-mac/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 11:11:11 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[linux browsers]]></category>
		<category><![CDATA[mac browsers]]></category>
		<category><![CDATA[windows browsers]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/2009/04/07/available-browsers-for-linux-windows-mac/</guid>
		<description><![CDATA[A Web browser is a software application, user to display and interact with text, images, music,  videos, games &#38; etc typically located on a Web page at a Web site on the World Wide Web or a local area network. A web browser is importing for web application testing &#8230; The great number of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=180&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A <strong>Web browser</strong> is a software application, user to display and interact with text, images, music,  videos, games &amp; etc typically located on a Web page at a Web site on the World Wide Web or a local area network. A web browser is importing for web application testing &#8230; The great number of browsers in the internet,</p>
<h2><strong>Web browsers listing for Windows</strong></h2>
<table border="0" cellspacing="0" cellpadding="3" width="480">
<tbody>
<tr>
<th width="140">Logo</th>
<th width="340">Browser Name &amp; Developed by</th>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/microsoft_internet_explorer_logo.gif" border="0" alt="Internet Explorer logo" width="128" height="60" /></td>
<td><strong>Internet Explorer</strong><br />
<a title="Company Information" href="http://www.microsoft.com/about/companyinformation/default.mspx" target="_blank">Microsoft Corporation</a><br />
<a title="Internet Explorer" href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx" target="_blank"><span class="alignleft">Download version 7 &amp; 8</span></a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/firefox_logo.gif" border="0" alt="Firefox (also called Mozilla Firefox) logo" width="128" height="60" /></td>
<td><strong>Mozilla Firefox</strong><br />
<a title="Mozilla Firefox " href="http://www.mozilla.com/en-US/about/whatismozilla.html" target="_blank">Mozilla Corporation</a><br />
<a class="alignleft" title="Mozilla Firefox " href="http://www.mozilla.com/en-US/" target="_blank">Download latest version </a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/google-chrome-browser_logo.gif" border="0" alt="Chrome logo" width="128" height="60" /></td>
<td><strong>Chrome</strong><br />
<a title="Google web site" href="http://www.google.com/chrome" target="_blank">Google</a><br />
<a href="http://www.google.com/chrome/eula.html" target="_blank">Download Chrome</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/apple_safari_logo.gif" border="0" alt="Safari logo" width="128" height="60" /></td>
<td><strong>Safari</strong><br />
<a title="Apple Inc. web site" href="http://www.apple.com/safari/" target="_blank">Apple Inc.</a><br />
<a href="http://www.apple.com/safari/download/" target="_blank">Download version 4 Beta</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/opera_browser_logo.gif" border="0" alt="Opera logo" width="128" height="60" /></td>
<td><strong>Opera</strong><br />
<a title="Opera Software ASA web site" href="http://www.opera.com/" target="_blank">Opera Software ASA</a><br />
<a href="http://www.opera.com/download/" target="_blank">Download version 9.64</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/netscape_navigator_logo.gif" border="0" alt="Netscape Navigator logo" width="128" height="60" /></td>
<td><strong>Netscape Navigator</strong><br />
<a title="Netscape Communications Corporation (now part of AOL) web site" href="http://browser.netscape.com/" target="_blank">AOL</a><br />
<a href="http://browser.netscape.com/releases" target="_blank">Download version 9</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/seamonkey_logo.gif" border="0" alt="SeaMonkey logo" width="128" height="60" /></td>
<td><strong>SeaMonkey</strong><br />
<a title="Mozilla Foundation web site" href="http://www.seamonkey-project.org/" target="_blank">Mozilla Foundation</a><br />
<a href="http://www.seamonkey-project.org/releases/" target="_blank">Download version 1.1.15</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/k-meleon_logo.gif" border="0" alt="K-Meleon logo" width="128" height="60" /></td>
<td><strong>K-Meleon</strong><br />
<a title="kmeleonbrowser.org web site" href="http://kmeleon.sourceforge.net/" target="_blank">kmeleonbrowser.org</a><br />
<a href="http://kmeleon.sourceforge.net/download.php" target="_blank">Download version 1.5.2</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/amaya_logo.gif" border="0" alt="Amaya logo" width="128" height="60" /></td>
<td><strong>Amaya</strong><br />
<a title="W3C web site" href="http://www.w3.org/Amaya/Overview.html" target="_blank">W3C</a><br />
<a title="Amaya download link" href="http://www.w3.org/Amaya/User/BinDist.html" target="_blank">Download version 11.1</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/maxthon_browser_logo.gif" border="0" alt="Maxthon Browser logo" width="128" height="60" /></td>
<td><strong>Maxthon Browser</strong><br />
<a title="Maxthon web site" href="http://www.maxthon.com/index.htm" target="_blank">Maxthon</a><br />
<a title="Maxthon Browser download link" href="http://www.maxthon.com/download.htm" target="_blank">Download version 2.5.1</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/flock_browser_logo.gif" border="0" alt="Flock (web browser) logo" width="128" height="60" /></td>
<td><strong>Flock</strong><br />
<a title="Flock, Inc. web site" href="http://www.flock.com/" target="_blank">Flock, Inc.</a><br />
<a title="Flock download link" href="http://flock.com/" target="_blank">Download version 2</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/flashpeak_browser_logo.gif" border="0" alt="Slim Browser logo" width="128" height="60" /></td>
<td><strong>Slim Browser</strong><br />
<a title="FlashPeak web site" href="http://www.flashpeak.com/sbrowser/" target="_blank">FlashPeak</a><br />
<a title="Slim Browser download link" href="http://www.flashpeak.com/sbrowser/dlpage.php" target="_blank">Download version 4.11</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/kidrocket_logo.gif" border="0" alt="KidRocket logo" width="128" height="60" /></td>
<td><strong>KidRocket</strong><br />
<a title="KidRocket.org web site" href="http://kidrocket.org/" target="_blank">KidRocket.org</a><br />
<a title="KidRocket download link" href="http://kidrocket.org/download.php" target="_blank">Download version 1.5</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/phaseout_web_browser_logo.gif" border="0" alt="PhaseOut web browser logo" width="128" height="60" /></td>
<td><strong>PhaseOut</strong><br />
<a title="PhaseOut  web site" href="http://www.phaseout.net/" target="_blank">PhaseOut </a><br />
<a title="PhaseOut web browser download link" href="http://www.phaseout.net/download.htm" target="_blank">Download latest version </a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/crazy_browser_logo.gif" border="0" alt="Crazy Browser logo" width="128" height="60" /></td>
<td><strong>Crazy</strong><br />
<a title="Crazy Browser web site" href="http://www.crazybrowser.com/beta.htm" target="_blank">Crazy Browser</a><br />
<a title="Crazy Browser download link" href="http://www.crazybrowser.com/download.htm" target="_blank">Download version 3</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/smartbro_logo.gif" border="0" alt="Smart Bro logo" width="128" height="60" /></td>
<td><strong>Smart Bro</strong><br />
<a title="Mind Vision Software web site" href="http://www.smartbro.com/" target="_blank">Mind Vision Software</a><br />
<a title="Smart Bro download link" href="http://www.smartbro.com/download.html" target="_blank">Download latest version</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/shenz_logo.gif" border="0" alt="ShenzBrowser logo" width="128" height="60" /></td>
<td><strong>ShenzBrowser</strong><br />
<a title="Shenz International web site" href="http://www.browsersite.com/B2.htm" target="_blank">Shenz International</a><br />
<a title="ShenzBrowser download link" href="http://www.shenz.com/browsershenz.html" target="_blank">Download version 1.1</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/jondofox_browser_logo.gif" border="0" alt="JonDoFox logo" width="128" height="60" /></td>
<td><strong>JonDoFox</strong><br />
<a title="JonDoNYM web site" href="https://www.jondos.de/en/jondofox" target="_blank">JonDoNYM</a><br />
<a title="JonDoFox download link" href="https://www.jondos.de/en/jondofox" target="_blank">Download version 2.1.3</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/avantbrowser_logo.gif" border="0" alt="Avant Browser logo" width="128" height="60" /></td>
<td><strong>Avant Browser</strong><br />
<a title="Avant Force web site" href="http://www.avantbrowser.com/index.html" target="_blank">Avant Force</a><br />
<a title="Avant Browser download link" href="http://www.avantbrowser.com/download.html" target="_blank">Download version 11.7</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/xb_browser_logo.gif" border="0" alt="xB Browser logo" width="128" height="60" /></td>
<td><strong>xB Browser</strong><br />
<a title="XeroBank web site" href="http://xerobank.com/xB_Browser.php" target="_blank">XeroBank</a><br />
<a title="xB Browser download link" href="http://xerobank.com/download/" target="_blank">Download version 2.9.1.2</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/sleipnir_logo.gif" border="0" alt="Sleipnir  logo" width="128" height="60" /></td>
<td><strong>Sleipnir </strong><br />
<a title="Fenrir Inc. web site" href="http://www.fenrir-inc.com/us/sleipnir/" target="_blank">Fenrir Inc.</a><br />
<a title="Sleipnir  download link" href="http://www.fenrir-inc.com/other/sleipnir/" target="_blank">Download version 2.8.3</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/space_time_logo.gif" border="0" alt="space time logo" width="128" height="60" /></td>
<td><strong>space time</strong><br />
<a title="space time web site" href="http://www.spacetime.com/" target="_blank">space time</a><br />
<a title="space time download link" href="http://www.spacetime.com/software/downloads/Install-SpaceTime3D.exe" target="_blank">Download version 1</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/browse3d_logo.gif" border="0" alt="Browse3D logo" width="128" height="60" /></td>
<td><strong>Browse3D</strong><br />
<a title="Browse3D Corporation web site" href="http://www.browse3d.com/" target="_blank">Browse3D Corporation</a><br />
<a title="Browse3D download link" href="http://www.browse3d.com/documents/download.html" target="_blank">Download version 3.5</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/3b_logo.gif" border="0" alt="3B Room logo" width="128" height="60" /></td>
<td><strong>3B Room</strong><br />
<a title="3B web site" href="http://3b.net/browser/newhome.html" target="_blank">3B</a><br />
<a title="3B Room download link" href="http://download.3b.net/?ad=none;in=none;ref=http%3A%2F%2F3b.net%2Fbrowser%2Fnewhome.html;arr=none;;ver=3.11" target="_blank">Download version 3.11</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/bitty_logo.gif" border="0" alt="Bitty Browser logo" width="128" height="60" /></td>
<td><strong>Bitty Browser</strong><br />
<a title="Turnstyle web site" href="http://www.bitty.com/" target="_blank">Turnstyle</a><br />
<a title="Bitty Browser download link" href="http://www.bitty.com/widgets/" target="_blank">Download version </a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/grail_logo.gif" border="0" alt="Grail logo" width="128" height="60" /></td>
<td><strong>Grail</strong><br />
<a title="CNRI web site" href="http://grail.sourceforge.net/" target="_blank">CNRI</a><br />
<a title="Grail download link" href="http://grail.sourceforge.net/info/windows.html" target="_blank">Download version 0.6</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/blank.gif" border="0" alt="Lynx logo" width="128" height="60" /></td>
<td><strong>Lynx</strong><br />
<a title="Thomas Dickey web site" href="http://lynx.isc.org/" target="_blank">Thomas Dickey</a><br />
<a title="Grail download link" href="http://grail.sourceforge.net/info/windows.html" target="_blank">Download version 2.8.6</a></td>
</tr>
<tr>
<td><img src="http://www.webdevelopersnotes.com/design/logos/igoodsoftware_logo.gif" border="0" alt="Happy Browser logo" width="128" height="60" /></td>
<td><strong>Happy Browser</strong><br />
<a title="Igoodsoft Software web site" href="http://www.igoodsoft.com/" target="_blank">Igoodsoft Software</a><br />
<a title="Happy Browser download link" href="http://www.igoodsoft.com/product2.htm" target="_blank">Download version 1.03</a></td>
</tr>
</tbody>
</table>
Posted in Uncategorized Tagged: browsers, linux browsers, mac browsers, windows browsers <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=180&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/04/07/available-browsers-for-linux-windows-mac/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/microsoft_internet_explorer_logo.gif" medium="image">
			<media:title type="html">Internet Explorer logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/firefox_logo.gif" medium="image">
			<media:title type="html">Firefox (also called Mozilla Firefox) logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/google-chrome-browser_logo.gif" medium="image">
			<media:title type="html">Chrome logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/apple_safari_logo.gif" medium="image">
			<media:title type="html">Safari logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/opera_browser_logo.gif" medium="image">
			<media:title type="html">Opera logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/netscape_navigator_logo.gif" medium="image">
			<media:title type="html">Netscape Navigator logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/seamonkey_logo.gif" medium="image">
			<media:title type="html">SeaMonkey logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/k-meleon_logo.gif" medium="image">
			<media:title type="html">K-Meleon logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/amaya_logo.gif" medium="image">
			<media:title type="html">Amaya logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/maxthon_browser_logo.gif" medium="image">
			<media:title type="html">Maxthon Browser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/flock_browser_logo.gif" medium="image">
			<media:title type="html">Flock (web browser) logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/flashpeak_browser_logo.gif" medium="image">
			<media:title type="html">Slim Browser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/kidrocket_logo.gif" medium="image">
			<media:title type="html">KidRocket logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/phaseout_web_browser_logo.gif" medium="image">
			<media:title type="html">PhaseOut web browser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/crazy_browser_logo.gif" medium="image">
			<media:title type="html">Crazy Browser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/smartbro_logo.gif" medium="image">
			<media:title type="html">Smart Bro logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/shenz_logo.gif" medium="image">
			<media:title type="html">ShenzBrowser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/jondofox_browser_logo.gif" medium="image">
			<media:title type="html">JonDoFox logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/avantbrowser_logo.gif" medium="image">
			<media:title type="html">Avant Browser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/xb_browser_logo.gif" medium="image">
			<media:title type="html">xB Browser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/sleipnir_logo.gif" medium="image">
			<media:title type="html">Sleipnir  logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/space_time_logo.gif" medium="image">
			<media:title type="html">space time logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/browse3d_logo.gif" medium="image">
			<media:title type="html">Browse3D logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/3b_logo.gif" medium="image">
			<media:title type="html">3B Room logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/bitty_logo.gif" medium="image">
			<media:title type="html">Bitty Browser logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/grail_logo.gif" medium="image">
			<media:title type="html">Grail logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/blank.gif" medium="image">
			<media:title type="html">Lynx logo</media:title>
		</media:content>

		<media:content url="http://www.webdevelopersnotes.com/design/logos/igoodsoftware_logo.gif" medium="image">
			<media:title type="html">Happy Browser logo</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Access Blocked Web Sites</title>
		<link>http://thiyagarajan.wordpress.com/2009/03/02/how-to-access-blocked-web-sites/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/03/02/how-to-access-blocked-web-sites/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 10:54:03 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[proxy servers]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=167</guid>
		<description><![CDATA[i given blow more proxy sites:

http://www.hidemyass.com
http://www.anonymizer.com
http://www.wujie.net
http://www.ultrareach.net
http://surfshield.net
http://www.guardster.com/subscription/proxy_free.php
http://anonymouse.ws/anonwww.html
http://www.browser-x.com
http://www.spysurfing.com
http://www.xerohour.org/hideme
http://www.proxyz.be
http://www.sc0rian.com/prox
https://www.proxify.us
http://kproxy.com/index.jsp
http://www.brawl-hall.com/pages/proxy.php
http://www.proxify.net
http://proxy.computersteroids.com/index0.php
http://www.unipeak.com
http://flyproxy.com
http://alienproxy.com
http://proxify.com/
http://www.unfilter.net
http://www.proxymouse.com
http://www.surfonym.com/cgi-bin/nph-proxy
http://www.superproxy.be/browse.pl
http://www.websiteguru.com/mrnewguy
http://www.letsproxy.com
http://www.fsurf.com
http://indianproxy.com
http://www.letmeby.com
http://Boredatschool.net
http://www.ibypass.org
http://www.ipzap.com/
https://proxify.biz
http://kproxy.com/index.jsp
http://www.attackcensorship.com/attack-censorship.html
http://mrnewguy.com
http://www.evilsprouts.co.uk/defilter
http://www.proxify.info
http://www.torify.com
http://www.switchproxy.com
http://www.proxifree.com
http://www.secure-tunnel.com/
http://www.proxify.cn
http://www.arnit.net/utilities/webproxy/new
http://www.proxify.co.uk
http://www.betaproxy.com
http://www.proxify.org
http://www.proxychoice.com
http://www.proxysnail.com
http://www.anonypost.com
http://www.thestrongestlinks.com
http://www.hujiko.com
http://www.anonproxy.info
http://www.peoplesproxy.com
http://www.freeproxy.us
http://www.proxyweb.net
http://www.nopath.com
http://urlencoded.com
http://www.pole.ws
http://www.browseany.com
http://www.spiderproxy.com
http://www.clickcop.com
http://www.sneakysurf.com
http://www.mywebtunnel.com
http://www.thewebtunnel.com
http://www.3proxy.com
http://www.yourfreeproxy.com
http://www.proxy7.com
http://www.fireprox.com
http://www.stupidcensorship.com
http://www.letsproxy.com
http://www.sneak2.com
http://www.cecid.com
http://www.freeproxy.ca
http://www.ibypass.org
http://www.goproxing.com
http://www.projectbypass.com/
http://www.ipsecret.com
http://www.nomorelimits.net
http://www.proxify.de
http://www.bywhat.com
http://www.snoopblocker.com
http://www.anonymizer.ru
http://www.proxyking.net/
http://www.perlproxy.com
http://www.proxylord.com
http://tntproxy.com
http://satanproxy.com
http://zombieinvasion.info
http://demonproxy.com
http://www.myfreeproxy.com
http://www.gezcem.com/nph-proxy.pl.old
http://mpleger.de
http://www.the-cloak.com/login.html

Posted in Uncategorized Tagged: proxy servers      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=167&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>i given blow more proxy sites:</p>
<ol type="1">
<li class="MsoNormal">http://www.hidemyass.com</li>
<li class="MsoNormal">http://www.anonymizer.com</li>
<li class="MsoNormal">http://www.wujie.net</li>
<li class="MsoNormal">http://www.ultrareach.net</li>
<li class="MsoNormal">http://surfshield.net</li>
<li class="MsoNormal">http://www.guardster.com/subscription/proxy_free.php</li>
<li class="MsoNormal">http://anonymouse.ws/anonwww.html</li>
<li class="MsoNormal">http://www.browser-x.com</li>
<li class="MsoNormal">http://www.spysurfing.com</li>
<li class="MsoNormal">http://www.xerohour.org/hideme</li>
<li class="MsoNormal">http://www.proxyz.be</li>
<li class="MsoNormal">http://www.sc0rian.com/prox</li>
<li class="MsoNormal">https://www.proxify.us</li>
<li class="MsoNormal">http://kproxy.com/index.jsp</li>
<li class="MsoNormal">http://www.brawl-hall.com/pages/proxy.php</li>
<li class="MsoNormal">http://www.proxify.net</li>
<li class="MsoNormal">http://proxy.computersteroids.com/index0.php</li>
<li class="MsoNormal">http://www.unipeak.com</li>
<li class="MsoNormal">http://flyproxy.com</li>
<li class="MsoNormal">http://alienproxy.com</li>
<li class="MsoNormal">http://proxify.com/</li>
<li class="MsoNormal">http://www.unfilter.net</li>
<li class="MsoNormal">http://www.proxymouse.com</li>
<li class="MsoNormal">http://www.surfonym.com/cgi-bin/nph-proxy</li>
<li class="MsoNormal">http://www.superproxy.be/browse.pl</li>
<li class="MsoNormal">http://www.websiteguru.com/mrnewguy</li>
<li class="MsoNormal">http://www.letsproxy.com</li>
<li class="MsoNormal">http://www.fsurf.com</li>
<li class="MsoNormal">http://indianproxy.com</li>
<li class="MsoNormal">http://www.letmeby.com</li>
<li class="MsoNormal">http://Boredatschool.net</li>
<li class="MsoNormal">http://www.ibypass.org</li>
<li class="MsoNormal">http://www.ipzap.com/</li>
<li class="MsoNormal">https://proxify.biz</li>
<li class="MsoNormal">http://kproxy.com/index.jsp</li>
<li class="MsoNormal">http://www.attackcensorship.com/attack-censorship.html</li>
<li class="MsoNormal">http://mrnewguy.com</li>
<li class="MsoNormal">http://www.evilsprouts.co.uk/defilter</li>
<li class="MsoNormal">http://www.proxify.info</li>
<li class="MsoNormal">http://www.torify.com</li>
<li class="MsoNormal">http://www.switchproxy.com</li>
<li class="MsoNormal">http://www.proxifree.com</li>
<li class="MsoNormal">http://www.secure-tunnel.com/</li>
<li class="MsoNormal">http://www.proxify.cn</li>
<li class="MsoNormal">http://www.arnit.net/utilities/webproxy/new</li>
<li class="MsoNormal">http://www.proxify.co.uk</li>
<li class="MsoNormal">http://www.betaproxy.com</li>
<li class="MsoNormal">http://www.proxify.org</li>
<li class="MsoNormal">http://www.proxychoice.com</li>
<li class="MsoNormal">http://www.proxysnail.com</li>
<li class="MsoNormal">http://www.anonypost.com</li>
<li class="MsoNormal">http://www.thestrongestlinks.com</li>
<li class="MsoNormal">http://www.hujiko.com</li>
<li class="MsoNormal">http://www.anonproxy.info</li>
<li class="MsoNormal">http://www.peoplesproxy.com</li>
<li class="MsoNormal">http://www.freeproxy.us</li>
<li class="MsoNormal">http://www.proxyweb.net</li>
<li class="MsoNormal">http://www.nopath.com</li>
<li class="MsoNormal">http://urlencoded.com</li>
<li class="MsoNormal">http://www.pole.ws</li>
<li class="MsoNormal">http://www.browseany.com</li>
<li class="MsoNormal">http://www.spiderproxy.com</li>
<li class="MsoNormal">http://www.clickcop.com</li>
<li class="MsoNormal">http://www.sneakysurf.com</li>
<li class="MsoNormal">http://www.mywebtunnel.com</li>
<li class="MsoNormal">http://www.thewebtunnel.com</li>
<li class="MsoNormal">http://www.3proxy.com</li>
<li class="MsoNormal">http://www.yourfreeproxy.com</li>
<li class="MsoNormal">http://www.proxy7.com</li>
<li class="MsoNormal">http://www.fireprox.com</li>
<li class="MsoNormal">http://www.stupidcensorship.com</li>
<li class="MsoNormal">http://www.letsproxy.com</li>
<li class="MsoNormal">http://www.sneak2.com</li>
<li class="MsoNormal">http://www.cecid.com</li>
<li class="MsoNormal">http://www.freeproxy.ca</li>
<li class="MsoNormal">http://www.ibypass.org</li>
<li class="MsoNormal">http://www.goproxing.com</li>
<li class="MsoNormal">http://www.projectbypass.com/</li>
<li class="MsoNormal">http://www.ipsecret.com</li>
<li class="MsoNormal">http://www.nomorelimits.net</li>
<li class="MsoNormal">http://www.proxify.de</li>
<li class="MsoNormal">http://www.bywhat.com</li>
<li class="MsoNormal">http://www.snoopblocker.com</li>
<li class="MsoNormal">http://www.anonymizer.ru</li>
<li class="MsoNormal">http://www.proxyking.net/</li>
<li class="MsoNormal">http://www.perlproxy.com</li>
<li class="MsoNormal">http://www.proxylord.com</li>
<li class="MsoNormal">http://tntproxy.com</li>
<li class="MsoNormal">http://satanproxy.com</li>
<li class="MsoNormal">http://zombieinvasion.info</li>
<li class="MsoNormal">http://demonproxy.com</li>
<li class="MsoNormal">http://www.myfreeproxy.com</li>
<li class="MsoNormal">http://www.gezcem.com/nph-proxy.pl.old</li>
<li class="MsoNormal">http://mpleger.de</li>
<li class="MsoNormal">http://www.the-cloak.com/login.html</li>
</ol>
Posted in Uncategorized Tagged: proxy servers <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=167&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/03/02/how-to-access-blocked-web-sites/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 25 common programming bugs</title>
		<link>http://thiyagarajan.wordpress.com/2009/02/17/top-25-common-programming-bugs/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/02/17/top-25-common-programming-bugs/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 06:17:37 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[25 common programming bugs]]></category>
		<category><![CDATA[common programming bugs]]></category>
		<category><![CDATA[Top 25 common programming bugs]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=165</guid>
		<description><![CDATA[Insecure Interaction between Components

Improper Input Validation
Improper Encoding or Escaping of Output
Failure to Preserve SQL Query Structure (‘SQL Injection’)
Failure to Preserve Web Page Structure (‘Cross-site Scripting’)
Failure to Preserve OS Command Structure (‘OS Command Injection’)
Clear text Transmission of Sensitive Information
Cross-Site Request Forgery (CSRF) 8.	Race Condition
Error Message Information Leak

Risky Resource Management

Failure to Constrain Operations within the Bounds of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=165&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Insecure Interaction between Components</strong></p>
<ol>
<li>Improper Input Validation</li>
<li>Improper Encoding or Escaping of Output</li>
<li>Failure to Preserve SQL Query Structure (‘SQL Injection’)</li>
<li>Failure to Preserve Web Page Structure (‘Cross-site Scripting’)</li>
<li>Failure to Preserve OS Command Structure (‘OS Command Injection’)</li>
<li>Clear text Transmission of Sensitive Information</li>
<li>Cross-Site Request Forgery (CSRF) 8.	Race Condition</li>
<li>Error Message Information Leak</li>
</ol>
<p><strong>Risky Resource Management</strong></p>
<ol>
<li>Failure to Constrain Operations within the Bounds of a Memory Buffer</li>
<li>External Control of Critical State Data</li>
<li>External Control of File Name or Path</li>
<li>Un trusted Search Path</li>
<li>Failure to Control Generation of Code (‘Code Injection’)</li>
<li>Download of Code Without Integrity Check</li>
<li>Improper Resource Shutdown or Release</li>
<li>Improper Initialization</li>
<li>Incorrect Calculation</li>
</ol>
<p><strong>Porous Defenses</strong></p>
<ol>
<li>Improper Access Control (Authorization)</li>
<li>Use of a Broken or Risky Cryptographic Algorithm</li>
<li>Hard-Coded Password</li>
<li>Insecure Permission Assignment for Critical Resource</li>
<li>Use of Insufficiently Random Values</li>
<li>Execution with Unnecessary Privileges</li>
<li>Client-Side Enforcement of Server-Side Security</li>
</ol>
Posted in Uncategorized Tagged: 25 common programming bugs, common programming bugs, Top 25 common programming bugs <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=165&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/02/17/top-25-common-programming-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>Testing Challenges</title>
		<link>http://thiyagarajan.wordpress.com/2009/01/03/testing-challenges/</link>
		<comments>http://thiyagarajan.wordpress.com/2009/01/03/testing-challenges/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 04:38:32 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Manual Testing]]></category>
		<category><![CDATA[Testing Challenges]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=175</guid>
		<description><![CDATA[It is human (people) nature to respond to any challenges thrown upon them. But what do human mean by a challenge?
Well one of the definition of challenge is &#8216;a demanding or stimulating situation&#8216;. A challenge could be &#8216;a call to engage yourself in a contest&#8216;. As a tester we face different challenges in our profession. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=175&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It is human (people) nature to respond to any challenges thrown upon them. But what do human mean by a challenge?</p>
<p class="MsoNormal">Well one of the definition of challenge is &#8216;<em>a demanding or stimulating situation</em>&#8216;. A challenge could be &#8216;<em>a call to engage yourself in a contest</em>&#8216;. As a tester we face different challenges in our profession. These situations can be handled in a better way if we have the skills to analyze the problem and off-course by understanding how our fellow testers are tackling a particular problem in their unique context.</p>
<p>As a tester, we have some challenges which are very unique to our profession and some challenges are more generic in nature. A challenge has classified into two broad categories:</p>
<p>Analytical Challenges &#8211; These challenges are not unique to our profession and most of the professions require some degree of analytical skills. Analytic can be defined as &#8220;<em>Having the ability to analyze</em>&#8221; or &#8220;<em>Ability to divide into elements and principle</em>&#8220;, given the nature of testing it is very important for testers to have good analytical skills. Like any other skill, analytical skill can also be improved by practice. This skill can be improved by practicing different Puzzles, taking challenges or reading different books to improve your aptitude. Best mechanism of improving this skill is to exercise your brain.</p>
<p>Professional Challenges: Every profession has its own challenges. This section explains the different challenges faced in this field and how you can overcome them. These may be the interaction with the developer, attitude of Management towards testing, identification of tools, their usage and training, interaction with the customers, acceptability and entry-exit criteria for the tests and many more.</p>
Posted in Manual Testing Tagged: Testing Challenges <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/175/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/175/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/175/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=175&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2009/01/03/testing-challenges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Test Plan Development</title>
		<link>http://thiyagarajan.wordpress.com/2008/07/14/web-test-plan-development-2/</link>
		<comments>http://thiyagarajan.wordpress.com/2008/07/14/web-test-plan-development-2/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 09:06:24 +0000</pubDate>
		<dc:creator>Thiyagarajan Veluchamy</dc:creator>
				<category><![CDATA[Web Test Plan Development]]></category>
		<category><![CDATA[software test plan]]></category>
		<category><![CDATA[Test Plan]]></category>
		<category><![CDATA[web test plan]]></category>

		<guid isPermaLink="false">http://thiyagarajan.wordpress.com/?p=159</guid>
		<description><![CDATA[Web Test Plan Development
The objective of a test plan is to provide a roadmap so that the Web site can be evaluated through requirements or design statements. A test plan is a document that describes objectives and the scope of a Web site project. When you prepare a test plan, you should think through the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=159&subd=thiyagarajan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div><strong>Web Test Plan Development</strong></div>
<div style="text-align:justify;">The objective of a test plan is to provide a roadmap so that the Web site can be evaluated through requirements or design statements. A test plan is a document that describes objectives and the scope of a Web site project. When you prepare a test plan, you should think through the process of the Web site test. The plan should be written so that it can successfully give the reader a complete picture of the Web site project and should be thorough enough to be useful. Following are some of the items that might be included in a test plan. Keep in mind thatthe items may vary depending on the Web site project.</div>
<div><strong> The Web Testing Process</strong></p>
<ul>
<li>Internet</li>
<li>Web Browser</li>
<li>Web Server</li>
</ul>
</div>
<div><strong>PROJECT</strong></p>
<ul>
<li>Title of the project:</li>
<li>Date:</li>
<li>Prepared by:</li>
</ul>
</div>
<div><strong>PURPOSE OF DOCUMENT</strong></p>
<ul>
<li><strong>Objective of testing</strong>: Why are you testing the application? Who, what, when, where, why, and how should be some of the questions you ask in this section of the test plan.<strong></strong></li>
<li><strong>Overview of the application</strong>: What is the purpose of the application? What are the specifications of the project?</li>
</ul>
</div>
<div><strong>TEST TEAM</strong></p>
<ul>
<li><strong>Responsible parties</strong>: Who is responsible and in charge of the testing?</li>
<li><strong>List of test team</strong>: What are the names and titles of the people on the test team?</li>
</ul>
</div>
<div><strong>RISK ASSUMPTIONS</strong></p>
<ul>
<li><strong>Anticipated risks</strong>: What types of risks are involved that could cause the test to fail?</li>
<li><strong>Similar risks from previous releases</strong>: Have there been documented risks from previous tests that may be helpful in setting up the current test?</li>
</ul>
</div>
<div><strong>SCOPE OF TESTING</strong></p>
<ul>
<li><strong>Possible limitations of testing</strong>: Are there any factors that may inhibit the test, such as resources and budget?</li>
</ul>
<ul>
<li><strong>Impossible testing</strong>: What are the considerations involved that could prevent the tests that are planned?</li>
<li><strong>Anticipated output</strong>: What are the anticipated outcomes of the test and have they been documented for comparison?</li>
<li><strong>Anticipated input</strong>: What are the anticipated outcomes that need to be compared to the test documentation?</li>
</ul>
</div>
<div><strong>TEST ENVIRONMENT: </strong><span style="font-size:130%;"> Hardware:</span></p>
<ul>
<li>What are the operating systems that will be used?</li>
<li>What is the compatibility of all the hardware being used?</li>
</ul>
<p><strong>Software</strong><span style="font-weight:bold;">:</span></p>
<ul>
<li>What data configurations are needed to run the software?</li>
<li>Have all the considerations of the required interfaces to other systems been used?</li>
<li>Are the software and hardware compatible?</li>
</ul>
</div>
<div><strong>TEST DATA</strong></p>
<ul>
<li><strong>Database setup requirements</strong>: Does test data need to be generated or will a specific data from production be captured and used for testing?</li>
<li><strong>Setup requirements</strong>: Who will be responsible for setting up the environment and maintaining it throughout the testing process?</li>
</ul>
</div>
<div><strong>TEST TOOLS</strong></p>
<ul>
<li><strong>Automated</strong>:Will automated tools be used?</li>
<li><strong>Manual</strong>:Will manual testing be done?</li>
</ul>
</div>
<div><strong>DOCUMENTATION</strong></p>
<ul>
<li><strong>Test cases</strong>: Are there test cases already prepared or will they need to be prepared?</li>
<li><strong>Test scripts</strong>: Are there test scripts already prepared or will they need to be prepared?</li>
</ul>
<p><strong></strong></div>
<div><strong>PROBLEM TRACKING</strong></p>
<ul>
<li><strong>Tools</strong>: What type of tools will be selected?</li>
<li><strong>Processes</strong>: Who will be involved in the problem tracking process?</li>
</ul>
</div>
<div><strong>REPORTING REQUIREMENTS</strong></p>
<ul>
<li><strong>Testing deliverables</strong>: What are the deliverables for the test?</li>
<li><strong>Retests</strong>: How will the retesting reporting be documented?</li>
</ul>
</div>
<div><strong>PERSONNEL RESOURCES</strong></p>
<ul>
<li><strong>Training</strong>:Will training be provided?</li>
<li><strong>Implementation</strong>: How will training be implemented?</li>
</ul>
</div>
<div><strong>ADDITIONAL DOCUMENTATION</strong></p>
<ul>
<li><strong>Appendix</strong>:Will samples be included?</li>
<li><strong>Reference materials</strong>:Will there be a glossary, acronyms, and/or data dictionary?</li>
</ul>
</div>
<div><strong>Once you have written your test plan, you should address some of the following issues and questions</strong>:</p>
<ul>
<li><strong>Verify plan</strong>. Make sure the plan is workable, the dates are realistic, and that the plan is published. How will the test plan be implemented and what are the deliverables provided to verify the test?</li>
<li><strong>Validate changes</strong>. Changes should be recorded by a problem tracking system and assigned to a developer to make revisions, retest, and sign off on changes that have been made.</li>
<li><strong>Acceptance testing</strong>. Acceptance testing allows the end users to verify that the system works according to their expectation and the documentation. Certification of the Web site should be recorded and signed off by the end users, testers, and management.</li>
</ul>
<p><strong>Test reports</strong>. Reports should be generated and the data should be checked and validated by the test team and users.</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thiyagarajan.wordpress.com/159/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thiyagarajan.wordpress.com/159/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thiyagarajan.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thiyagarajan.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thiyagarajan.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thiyagarajan.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thiyagarajan.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thiyagarajan.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thiyagarajan.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thiyagarajan.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thiyagarajan.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thiyagarajan.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thiyagarajan.wordpress.com&blog=1439381&post=159&subd=thiyagarajan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://thiyagarajan.wordpress.com/2008/07/14/web-test-plan-development-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a67bdb2d3a365da1bc43f82b85aa2fb1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vtr</media:title>
		</media:content>
	</item>
	</channel>
</rss>