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

<channel>
	<title>IT Answers &#187; Testing</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:45:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>testing a .net web service</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/testing-a-net-web-service/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/testing-a-net-web-service/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 16:15:05 +0000</pubDate>
		<dc:creator>ToddN2000</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/testing-a-net-web-service/</guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/testing-a-net-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAN optimization test scripts</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/wan-optimization-test-scripts/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/wan-optimization-test-scripts/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 15:12:16 +0000</pubDate>
		<dc:creator>Labnuke99</dc:creator>
				<category><![CDATA[MS Office]]></category>
		<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[tshark]]></category>
		<category><![CDATA[WAN optimization]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am buildiing a WAN optimization test plan. I want to script to automate and measure as much as possible without user intervention or having to use a stopwatch. I have created scripts for the following: map Windows drive/copy file download SharePoint document download FTP file Basically I start tshark (Wireshark command line capture), perform [...]]]></description>
				<content:encoded><![CDATA[<p>I am buildiing a WAN optimization test plan. I want to script to automate and measure as much as possible without user intervention or having to use a stopwatch. I have created scripts for the following:<br/><br/>
<ul>
<li>map Windows drive/copy file</li>
<li>download SharePoint document</li>
<li>download FTP file</li>
</ul>
<p> Basically I start tshark (Wireshark command line capture), perform the task, stop tshark. tshark captures the entire transaction event and I can get specific time measurements from task start to finish. <br/><br/> I would also like to measure:<br/><br/>
<ul>
<li>map Windows drive/open remote file (PPT, XLS, DOC)</li>
<li>SQL download/upload</li>
</ul>
<p> Does anyone have any tips/tricks or scripts for automating and measuring these tasks? Any other network activity test scripts you have to share?<br/><br/> Thanks in advance for your help.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/wan-optimization-test-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to store radio button responses in MySQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-store-radio-button-responses-in-mysql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-store-radio-button-responses-in-mysql/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 13:53:14 +0000</pubDate>
		<dc:creator>Vm333</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Radio buttons]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am creating an online test. Each item has 5 response options (radio buttons with 1-5 values, or 5-1 values depending on the question). How do I store these values in a database, to be able to score the test later?]]></description>
				<content:encoded><![CDATA[<p>I am creating an online test. Each item has 5 response options (radio buttons with 1-5 values, or 5-1 values depending on the question). How do I store these values in a database, to be able to score the test later?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-store-radio-button-responses-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you deal with crunch time during testing?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-deal-with-crunch-time-during-testing/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-deal-with-crunch-time-during-testing/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 00:14:35 +0000</pubDate>
		<dc:creator>Shilpa Venkateshwaran</dc:creator>
				<category><![CDATA[Quality assurance]]></category>
		<category><![CDATA[Software testing]]></category>
		<category><![CDATA[Software testing methodologies]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do you deal with crunch time during testing?]]></description>
				<content:encoded><![CDATA[<p>How do you deal with crunch time during testing?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-you-deal-with-crunch-time-during-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Time-driven test</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/time-driven-test/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/time-driven-test/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:22:41 +0000</pubDate>
		<dc:creator>Timedriven</dc:creator>
				<category><![CDATA[Quality assurance]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We have a testing assignment that is time-driven. Do you think automated tests are the best solution?]]></description>
				<content:encoded><![CDATA[<p>We have a testing assignment that is time-driven. Do you think automated tests are the best solution?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/time-driven-test/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What scenarios to test in Anti Virus software?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/what-scenarios-to-test-in-anti-virus-software/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/what-scenarios-to-test-in-anti-virus-software/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 09:20:51 +0000</pubDate>
		<dc:creator>Mayurkhe</dc:creator>
				<category><![CDATA[Antivirus software]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Testing software]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/what-scenarios-to-test-in-anti-virus-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Loadrunner Start up.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/loadrunner-start-up/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/loadrunner-start-up/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:30:46 +0000</pubDate>
		<dc:creator>Mohammeds</dc:creator>
				<category><![CDATA[.NET applications]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Controller script]]></category>
		<category><![CDATA[Load testing]]></category>
		<category><![CDATA[LoadRunner]]></category>
		<category><![CDATA[Performance testing]]></category>
		<category><![CDATA[Scripting languages]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[vuser]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can anyone let me know the start to end of how a loadrunner script is being written and being used for developing effective scripts for web applications built on .net. I want a detailed explanation of how is virtual generator being enhanced using scripting and then that being used in controller and analysis, and how [...]]]></description>
				<content:encoded><![CDATA[<p>Can anyone let me know the start to end of how a loadrunner script is being written<br />
and being used for developing effective scripts for web applications built on .net.<br />
I want a detailed explanation of how is virtual generator being enhanced using scripting<br />
and then that being used in controller and analysis, and how a load generator gets set<br />
up and run, any blogs explaining the same also would be usefull, and also you can site<br />
with web application examples, with that would also like to know the must know hows<br />
LOADRUNNER functions to take on performing load testing for the related projects.<br />
Detailed explanations would be appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/loadrunner-start-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quantifying work in Test Automation</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/quantifying-work-in-test-automation/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/quantifying-work-in-test-automation/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 07:03:15 +0000</pubDate>
		<dc:creator>AudityaTRK</dc:creator>
				<category><![CDATA[Automated Testing]]></category>
		<category><![CDATA[Quality assurance]]></category>
		<category><![CDATA[Test Automation]]></category>
		<category><![CDATA[Test scripts]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I would like to know whether there are any methods to quantify the work during the initial phases of Test Automation. During the inittial phases, a lot of effort goes into creation of the shared modules, deciding on the frame work and other things needed for running the test scripts. Projecting only the automated test [...]]]></description>
				<content:encoded><![CDATA[<p>I would like to know whether there are any methods to quantify the work during the initial phases of Test Automation.</p>
<p>During the inittial phases, a lot of effort goes into creation of the shared modules, deciding on the frame work and other things needed for running the test scripts. Projecting only the automated test case count will not look good as the number will be low during these periods.</p>
<p>The test metrics need to show all the effort and test case count will not be able to do this.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/quantifying-work-in-test-automation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Migration Testing</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/data-migration-testing/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/data-migration-testing/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 07:55:58 +0000</pubDate>
		<dc:creator>Umashashi2305</dc:creator>
				<category><![CDATA[Data migration]]></category>
		<category><![CDATA[Data quality]]></category>
		<category><![CDATA[Data verification]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Currently I am working on a data migration project. I would like to know &#8220;What are the aspects that need to be considered during Testing? Also, what are the aspects that need to be addressed in data verification?&#8221;]]></description>
				<content:encoded><![CDATA[<p>Currently I am working on a data migration project. I would like to know &#8220;What are the aspects that need to be considered during Testing? Also, what are the aspects that need to be addressed in data verification?&#8221;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/data-migration-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Security Testing Types</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/security-testing-types/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/security-testing-types/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 10:12:40 +0000</pubDate>
		<dc:creator>Somutripathi</dc:creator>
				<category><![CDATA[Information security]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security testing]]></category>
		<category><![CDATA[Security Testing Type]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What are the different types of Security Testing?]]></description>
				<content:encoded><![CDATA[<p>What are the different types of Security Testing?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/security-testing-types/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/23 queries in 0.024 seconds using memcached
Object Caching 937/1029 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 22:44:27 -->