<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Load Testing vs Performance Testing</title>
	<atom:link href="/2010/01/load-testing-vs-performance-testing/feed/" rel="self" type="application/rss+xml" />
	<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/</link>
	<description>Load Testing the Better Way</description>
	<lastBuildDate>Mon, 30 Jun 2014 07:25:27 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>By: Exchange Websites Fail on Day One — Here’s What Sebelius Should Do Next - iVoter.net</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-46935</link>
		<dc:creator><![CDATA[Exchange Websites Fail on Day One — Here’s What Sebelius Should Do Next - iVoter.net]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 11:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-46935</guid>
		<description><![CDATA[[...] large, mission-critical, software/network system undergoes load testing and performance testing before it is pressed into [...]]]></description>
		<content:encoded><![CDATA[<p>[...] large, mission-critical, software/network system undergoes load testing and performance testing before it is pressed into [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exchange Websites Fail on Day One -- Here's What Sebelius Should Do. &#124; Western Free Press</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-46934</link>
		<dc:creator><![CDATA[Exchange Websites Fail on Day One -- Here's What Sebelius Should Do. &#124; Western Free Press]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 11:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-46934</guid>
		<description><![CDATA[[...] large, mission-critical, software/network system undergoes load testing and performance testing before it is pressed into [...]]]></description>
		<content:encoded><![CDATA[<p>[...] large, mission-critical, software/network system undergoes load testing and performance testing before it is pressed into [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-85</link>
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Wed, 25 Jul 2012 21:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-85</guid>
		<description><![CDATA[Here&#039;s how to think about it:&lt;br /&gt;
&lt;br /&gt;
- performance testing is done to see how long a particular operation takes. How long does it take to request a web page or write some data to the database? It&#039;s just an operation and a time.&lt;br /&gt;
&lt;br /&gt;
- load testing is a measure of what happens to your performance metrics as you do a bunch of concurrent operations on the system. How long does it take to request that same web page when 100 other people are also requesting it? What about 1000 other people? Load testing builds on performance testing by looking at how performance changes as load increases.&lt;br /&gt;
&lt;br /&gt;
- stress testing is simply identifying what happens to your system when it runs out of resources so you can try to come up with a failure plan.]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s how to think about it:</p>
<p>- performance testing is done to see how long a particular operation takes. How long does it take to request a web page or write some data to the database? It&#8217;s just an operation and a time.</p>
<p>- load testing is a measure of what happens to your performance metrics as you do a bunch of concurrent operations on the system. How long does it take to request that same web page when 100 other people are also requesting it? What about 1000 other people? Load testing builds on performance testing by looking at how performance changes as load increases.</p>
<p>- stress testing is simply identifying what happens to your system when it runs out of resources so you can try to come up with a failure plan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrick Hampton</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-84</link>
		<dc:creator><![CDATA[Derrick Hampton]]></dc:creator>
		<pubDate>Tue, 24 Jul 2012 02:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-84</guid>
		<description><![CDATA[&lt;p&gt;If anyone is interested in the top 8 software testing and QA books. I think these are the 8 essential books to read if you are a tester.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;

&lt;h3&gt;Best software testing and QA books:&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;A Practitioner&#039;s Guide to Software Test Design - Lee Copeland&lt;/li&gt;
&lt;li&gt; Lessons Learned in Software Testing - James Bach&lt;/li&gt;
&lt;li&gt;Perfect Software: And Other Illusions about Testing - Gerald M. Weinberg&lt;/li&gt;
&lt;li&gt;The Art of Software Testing - Glenford J. Myers&lt;/li&gt;
&lt;li&gt;Testing Computer Software - Cem Kaner, Jack Falk, Hung Q. Nguyen&lt;/li&gt;
&lt;li&gt;Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing - Rex Black&lt;/li&gt;
&lt;li&gt;Automated Software Testing: Introduction, Management, and performance - Elfriede Dustin, Jeff Rashka, and John Paul&lt;/li&gt;
&lt;li&gt;Test Driven Development: By Example - Kent Beck&lt;/li&gt;
&lt;/ul&gt;]]></description>
		<content:encoded><![CDATA[<p>If anyone is interested in the top 8 software testing and QA books. I think these are the 8 essential books to read if you are a tester.</p>
<p>Cheers!</p>
<h3>Best software testing and QA books:</h3>
<ul>
<li>A Practitioner&#8217;s Guide to Software Test Design &#8211; Lee Copeland</li>
<li> Lessons Learned in Software Testing &#8211; James Bach</li>
<li>Perfect Software: And Other Illusions about Testing &#8211; Gerald M. Weinberg</li>
<li>The Art of Software Testing &#8211; Glenford J. Myers</li>
<li>Testing Computer Software &#8211; Cem Kaner, Jack Falk, Hung Q. Nguyen</li>
<li>Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing &#8211; Rex Black</li>
<li>Automated Software Testing: Introduction, Management, and performance &#8211; Elfriede Dustin, Jeff Rashka, and John Paul</li>
<li>Test Driven Development: By Example &#8211; Kent Beck</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Tomlinson</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-83</link>
		<dc:creator><![CDATA[Mark Tomlinson]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 22:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-83</guid>
		<description><![CDATA[But James, it&#039;s much more fun to imagine that the topic has not been settled already by the well-established conclusions of a previous generation of engineers.  If we need to keep debating these definitions, that&#039;s fine with me.  &lt;br /&gt;
&lt;br /&gt;
But if the debate results in the same conclusion, facts or standard, then it should not honestly be considered as innovative.&lt;br /&gt;
&lt;br /&gt;
-mt&lt;br /&gt;
]]></description>
		<content:encoded><![CDATA[<p>But James, it&#8217;s much more fun to imagine that the topic has not been settled already by the well-established conclusions of a previous generation of engineers.  If we need to keep debating these definitions, that&#8217;s fine with me.  </p>
<p>But if the debate results in the same conclusion, facts or standard, then it should not honestly be considered as innovative.</p>
<p>-mt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-82</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Tue, 31 May 2011 06:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-82</guid>
		<description><![CDATA[i am completely agree with Kapil.There are 1000 testing books available book in the market. Every book has their own definitions.so i strictly follow ISTQB terms which is followed by almost 30 countries.&lt;br /&gt;
Let me know if you guys any questions.&lt;br /&gt;
You can mail me @ mangi.singha@gmail.com&lt;br /&gt;
Regards,&lt;br /&gt;
Mangi]]></description>
		<content:encoded><![CDATA[<p>i am completely agree with Kapil.There are 1000 testing books available book in the market. Every book has their own definitions.so i strictly follow ISTQB terms which is followed by almost 30 countries.<br />
Let me know if you guys any questions.<br />
You can mail me @ <a href="mailto:mangi.singha@gmail.com">mangi.singha@gmail.com</a><br />
Regards,<br />
Mangi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haja Mohideen</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-81</link>
		<dc:creator><![CDATA[Haja Mohideen]]></dc:creator>
		<pubDate>Tue, 10 May 2011 07:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-81</guid>
		<description><![CDATA[This article is very nice to know the great difference between the Load testing and performance testing. We love LoadStorm and think it is the best load testing tool available because it is easy to use and the price is right.]]></description>
		<content:encoded><![CDATA[<p>This article is very nice to know the great difference between the Load testing and performance testing. We love LoadStorm and think it is the best load testing tool available because it is easy to use and the price is right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soubhiks</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-80</link>
		<dc:creator><![CDATA[soubhiks]]></dc:creator>
		<pubDate>Sat, 16 Apr 2011 21:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-80</guid>
		<description><![CDATA[hi praveen,&lt;br /&gt;
i totally agree with what you say about performance testing, but however i would like to add few more words to what you wrote about load testing and stress testing,&lt;br /&gt;
i would like to state load testing as - checking whether the system can handle the expected load as specified by the  developers/expected by the client.&lt;br /&gt;
and stress testing is - checking the break point of the application, its like applying a load beyond what the application can handle to check how long the application works before it breaks down.]]></description>
		<content:encoded><![CDATA[<p>hi praveen,<br />
i totally agree with what you say about performance testing, but however i would like to add few more words to what you wrote about load testing and stress testing,<br />
i would like to state load testing as &#8211; checking whether the system can handle the expected load as specified by the  developers/expected by the client.<br />
and stress testing is &#8211; checking the break point of the application, its like applying a load beyond what the application can handle to check how long the application works before it breaks down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Kumar M</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-79</link>
		<dc:creator><![CDATA[Praveen Kumar M]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 09:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-79</guid>
		<description><![CDATA[I have a slight objection in the conclusion given for Load testing and Performance testing by Mr. Scott.&lt;br /&gt;
&lt;br /&gt;
Performance testing is merely the term used to define the Performance of any system, Its measurement is made by different aspects like Load, Volume, Stress etc.&lt;br /&gt;
Here Load testing refers to the rate of response of the system (Client or server) with n number of requests.&lt;br /&gt;
&lt;br /&gt;
Volume testing refers to the rate of response of the sytem with increased volume of data.&lt;br /&gt;
&lt;br /&gt;
Stress testing refers to the increased level of both load or volume.&lt;br /&gt;
&lt;br /&gt;
I think this is the simplified definition for all terms which constitute the Performace of an application.]]></description>
		<content:encoded><![CDATA[<p>I have a slight objection in the conclusion given for Load testing and Performance testing by Mr. Scott.</p>
<p>Performance testing is merely the term used to define the Performance of any system, Its measurement is made by different aspects like Load, Volume, Stress etc.<br />
Here Load testing refers to the rate of response of the system (Client or server) with n number of requests.</p>
<p>Volume testing refers to the rate of response of the sytem with increased volume of data.</p>
<p>Stress testing refers to the increased level of both load or volume.</p>
<p>I think this is the simplified definition for all terms which constitute the Performace of an application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Pulley</title>
		<link>https://loadstorm.com/2010/01/load-testing-vs-performance-testing/#comment-78</link>
		<dc:creator><![CDATA[James Pulley]]></dc:creator>
		<pubDate>Wed, 07 Apr 2010 10:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://127.0.0.1/wordpress51/?p=292#comment-78</guid>
		<description><![CDATA[The IEEE and ACM have both settled on common definitions for performance, load and stress tests.   The following are paraphrased: Performance is the category.  Load is a test under a defined set of events for a period of time with an expected level of response.  Stress is a contantly increasing load with a defined step interval until the system reaches a point of unacceptable response or total system failure.]]></description>
		<content:encoded><![CDATA[<p>The IEEE and ACM have both settled on common definitions for performance, load and stress tests.   The following are paraphrased: Performance is the category.  Load is a test under a defined set of events for a period of time with an expected level of response.  Stress is a contantly increasing load with a defined step interval until the system reaches a point of unacceptable response or total system failure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: loadstorm.com @ 2014-08-20 15:31:53 by W3 Total Cache -->