<?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: Performance Testing with Apdex</title>
	<atom:link href="http://altentee.com/2008/performance-testing-with-apdex/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/2008/performance-testing-with-apdex/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Fri, 18 Jun 2010 01:10:48 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-272</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 19 Aug 2009 05:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-272</guid>
		<description>Not sure this was a discussion on NFRs Shrini.

I also mentioned a response time target is &#039;often&#039; specified as a NFR. Subtext might read &#039;amongst others&#039;. Of course there are many things which might classify a non-functional requirement, but let&#039;s not hang ourselves on syntax here. The discussion if any should be focused on the use of Apdex instead.</description>
		<content:encoded><![CDATA[<p>Not sure this was a discussion on NFRs Shrini.</p>
<p>I also mentioned a response time target is &#8216;often&#8217; specified as a NFR. Subtext might read &#8216;amongst others&#8217;. Of course there are many things which might classify a non-functional requirement, but let&#8217;s not hang ourselves on syntax here. The discussion if any should be focused on the use of Apdex instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrini Kulkarni</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-271</link>
		<dc:creator>Shrini Kulkarni</dc:creator>
		<pubDate>Tue, 18 Aug 2009 12:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-271</guid>
		<description>&gt;&gt;&gt;&gt; ...of all my samples have a response time below 5 seconds. This is often specified as a Non Functional Requirement (NFR).

Incorrect !!!! NFR is an umbrella term used to refer any non functional requirement (not necessarily performance requirmeent). NFR would include stuff like security, usability, interoperability ... basically anything that is non functional. What is functional to an application is very specific to the application itself. Will performance be a NFR for a tool like LoadRunner (where performance is a fuctional requirement for it).

While agree, in general everything mentioned in this post ... I suspect by equating(saying it is often specified) performance to NFR would amount to a simplification which is not valid

Shrini</description>
		<content:encoded><![CDATA[<p>&gt;&gt;&gt;&gt; &#8230;of all my samples have a response time below 5 seconds. This is often specified as a Non Functional Requirement (NFR).</p>
<p>Incorrect !!!! NFR is an umbrella term used to refer any non functional requirement (not necessarily performance requirmeent). NFR would include stuff like security, usability, interoperability &#8230; basically anything that is non functional. What is functional to an application is very specific to the application itself. Will performance be a NFR for a tool like LoadRunner (where performance is a fuctional requirement for it).</p>
<p>While agree, in general everything mentioned in this post &#8230; I suspect by equating(saying it is often specified) performance to NFR would amount to a simplification which is not valid</p>
<p>Shrini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-270</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 26 Nov 2008 13:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-270</guid>
		<description>I assume you&#039;d have to take the application level from your requirements and then use the apdex score to rate the transactions within.

I assume it will be a good way to track transactions over time, and get an idea on how much better/worse the transaction is getting.

I suppose you could take the same approach as apdex, and measure how many transactions passed or nearly passed and then use that data to rate the application.</description>
		<content:encoded><![CDATA[<p>I assume you&#8217;d have to take the application level from your requirements and then use the apdex score to rate the transactions within.</p>
<p>I assume it will be a good way to track transactions over time, and get an idea on how much better/worse the transaction is getting.</p>
<p>I suppose you could take the same approach as apdex, and measure how many transactions passed or nearly passed and then use that data to rate the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-269</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 19 Nov 2008 10:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-269</guid>
		<description>Yes, you could zoom out on granularity so to speak, and create it at the script level. Although this depends on how you write your scripts. I normally write multi-action scripts, so an apdex score across multiple transactions may not be as meaningful.

I think you&#039;ve also touched on a question I&#039;ve had with apdex, which is how do you aggregate (or average) scores, to go from transaction level up to application or system level. I&#039;m not sure it&#039;s wise to try and aggregate the apdex score...</description>
		<content:encoded><![CDATA[<p>Yes, you could zoom out on granularity so to speak, and create it at the script level. Although this depends on how you write your scripts. I normally write multi-action scripts, so an apdex score across multiple transactions may not be as meaningful.</p>
<p>I think you&#8217;ve also touched on a question I&#8217;ve had with apdex, which is how do you aggregate (or average) scores, to go from transaction level up to application or system level. I&#8217;m not sure it&#8217;s wise to try and aggregate the apdex score&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-268</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 17 Nov 2008 16:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-268</guid>
		<description>Very nice idea/concept that I can see being very useful showing people in the real world.  The next level of granularity I suppose would be to not break it down to transaction level, but to script level to show the scripts counter.  Then taking it one level further to show the applications rating.
Any thoughts on this?</description>
		<content:encoded><![CDATA[<p>Very nice idea/concept that I can see being very useful showing people in the real world.  The next level of granularity I suppose would be to not break it down to transaction level, but to script level to show the scripts counter.  Then taking it one level further to show the applications rating.<br />
Any thoughts on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris R</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-267</link>
		<dc:creator>Chris R</dc:creator>
		<pubDate>Mon, 22 Sep 2008 06:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-267</guid>
		<description>excellent stuff, very useful info !</description>
		<content:encoded><![CDATA[<p>excellent stuff, very useful info !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-266</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-266</guid>
		<description>Thanks Tim!!!</description>
		<content:encoded><![CDATA[<p>Thanks Tim!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-265</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 08 Sep 2008 22:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-265</guid>
		<description>Correct Jose. As long as those columns line up you should be fine.</description>
		<content:encoded><![CDATA[<p>Correct Jose. As long as those columns line up you should be fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-264</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Mon, 08 Sep 2008 14:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-264</guid>
		<description>Hi Tim,

Excellent blog entry, It&#039;s very helpful. Just to be sure, if I use the results of Jmeter (instead of LoadRunner); Is correct replacing trans_name by label and trans_resp_time
by average?

Thanks in advance!!

Jose</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Excellent blog entry, It&#8217;s very helpful. Just to be sure, if I use the results of Jmeter (instead of LoadRunner); Is correct replacing trans_name by label and trans_resp_time<br />
by average?</p>
<p>Thanks in advance!!</p>
<p>Jose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameh</title>
		<link>http://altentee.com/2008/performance-testing-with-apdex/comment-page-1/#comment-263</link>
		<dc:creator>Sameh</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://90kts.com/blog/2008/performance-testing-with-apdex/#comment-263</guid>
		<description>Thanks for that Tim. Highly useful and informative.</description>
		<content:encoded><![CDATA[<p>Thanks for that Tim. Highly useful and informative.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
