<?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>LoadRunner TnT &#187; Add-Ons</title>
	<atom:link href="http://www.loadrunnertnt.com/tag/add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loadrunnertnt.com</link>
	<description>Performance Testing, LoadRunner Tips &#38; Tricks</description>
	<lastBuildDate>Mon, 08 Mar 2010 07:57:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Analyzing Client-side Performance Issue with YSlow</title>
		<link>http://www.loadrunnertnt.com/tools/analyzing-client-side-performance-issue-with-yslow/</link>
		<comments>http://www.loadrunnertnt.com/tools/analyzing-client-side-performance-issue-with-yslow/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:42:05 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Add-Ons]]></category>
		<category><![CDATA[Analyze]]></category>
		<category><![CDATA[Bottleneck]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=607</guid>
		<description><![CDATA[YSlow, another popular client-side performance profiling tool for web applications, is an add-on for Firefox.  With YSlow, you will be able to determine how fast (or slow) your web page is loading, breaking down to the individual components on the web page.  One thing to note, YSlow requires another add-on, Firebug to be installed in [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.loadrunnertnt.com/wp-content/uploads/2009/12/1257808290.png"><img class="alignleft size-full wp-image-608" title="1257808290" src="http://www.loadrunnertnt.com/wp-content/uploads/2009/12/1257808290.png" alt="" width="32" height="32" /></a>YSlow</strong>, another popular client-side performance profiling tool for web applications, is an add-on for Firefox.  With YSlow, you will be able to determine how fast (or slow) your web page is loading, breaking down to the individual components on the web page.  One thing to note, YSlow requires another add-on, Firebug to be installed in Firefox before you can install it.  With YSlow you can use to determine the following <strong>website performance problems</strong>:<span id="more-607"></span></p>
<ul>
<li><strong>Download Component      Size</strong> &#8211; YSlow provides the size of the downloaded component and provides      suggestion in keeping the optimum amount of data size that the component      should be. This include images, Javascripts, CSS and cookie size are just      few of the examples.</li>
<li>
<div id="attachment_612" class="wp-caption alignright" style="width: 262px"><a href="http://www.loadrunnertnt.com/wp-content/uploads/2009/01/initial-yslow-stats.png"><img class="size-medium wp-image-612" title="initial-yslow-stats" src="http://www.loadrunnertnt.com/wp-content/uploads/2009/01/initial-yslow-stats-252x300.png" alt="" width="252" height="300" /></a><p class="wp-caption-text">YSlow Screenshot</p></div>
<p><strong>Bad Requests</strong> – It detects missing      components that churns 404 errors.  Addressing      404 errors can help improve performance at the client and server end by      removing requests made on missing objects as well as removing time needed      to handle this requests on missing objects on the server.</li>
<li><strong>Detect duplicate      requests/components</strong> – It detects duplicate HTTP requests made which degrades both the      client and the server performance.  It      also detects duplicate Javascripts which can result in duplicate request      to the server or further slowing down the client browser.</li>
<li><strong>Placement of files</strong> – Another good      feature made by YSlow is the detection of the placement of the Javascripts      and CSS files.  The placement of the      Javascripts and CSS files will help improve the performance at the client      side.</li>
<li><strong>Detect expiry of      components</strong> – YSlow can help determine if a component should be retrieved on      every web page loading.  If a      component such as an image (company banner) does not changed frequently,      it is suggested to it expire at a far later date.  Else, for every time the page loads, a      request will be made to the image.</li>
</ul>
<p><!--adsensestart--><br />
What is great about <strong>YSlow</strong> is it provides you with the best practises for creating high performance web sites.  It helps you detect which components are too big and provide suggestions for you to improve the performance.  The best practises for high performance web sites can be found at <a href="http://developer.yahoo.com/performance/">Yahoo! YSlow Developer Network</a>.</p>
<p>The disadvantage of YSlow is it is not installable on Internet Explorer, unlike <a href="../tools/performance-profiling-using-http-watch/">HTTPWatch</a>.  If you are a fan of the real-time analysing the response (wait) time on HTTPWatch, then you will be disappointed with YSlow on this.  YSlow does not provide any visual indicator on the time taken during loading (or requesting to the server) in real time.  It will only display the time only after the entire web page is downloaded.</p>
<p>The above are just some of the features that are available in YSlow.  You can <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">download YSlow</a> and start profiling your website. We hope to hear your review soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/tools/analyzing-client-side-performance-issue-with-yslow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating Web-Browser Activities in a Breeze with iMacro</title>
		<link>http://www.loadrunnertnt.com/tools/automating-web-browser-activities-in-a-breeze-with-imacro/</link>
		<comments>http://www.loadrunnertnt.com/tools/automating-web-browser-activities-in-a-breeze-with-imacro/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 10:43:23 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Add-Ons]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[functional]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=593</guid>
		<description><![CDATA[iMacro from iOpus is a popular web automation add-on for Firefox.  For Firefox fans, you will be delighted with the features in iMacro that frees you from the mandate and boring work you need to perform on your web application.  If you need to automate your activities on the web-browser, you can use iMacro to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.loadrunnertnt.com/wp-content/uploads/2009/12/10472.png"><img class="size-full wp-image-594 alignleft" title="10472" src="http://www.loadrunnertnt.com/wp-content/uploads/2009/12/10472.png" alt="" width="115" height="86" /></a><a title="iMacro" href="https://addons.mozilla.org/en-US/firefox/addon/3863" target="_blank"><strong>iMacro from iOpus</strong></a> is a popular web automation add-on for Firefox.  For Firefox fans, you will be delighted with the features in iMacro that frees you from the mandate and boring work you need to perform on your web application.  If you need to automate your activities on the web-browser, you can use iMacro to do the job for you.  Moreover, you can use this automation for your functional testing needs by passing various variables into the web application.<span id="more-593"></span></p>
<p>What iMacro can do is similar to most automated testing tool and macros.  It uses a record and playback engine, and generates a script for you.  The script is in .imm format but it is very intuitive and easy to understand (like plain English).   The script can be open by any text editor and amended to your needs.  You can pass in different parameter values to test your web application.  You can loop the script to test the different values.</p>
<p>The below sample script:</p>
<blockquote><p>VERSION BUILD=6240709 RECORDER=FX<br />
SET !ERRORIGNORE YES<br />
SET !DATASOURCE C:\ DataSource\ ParameterList.txt<br />
SET !LOOP 1<br />
SET !DATASOURCE_LINE {{!LOOP}}<br />
TAB T=1<br />
TAB CLOSEALLOTHERS<br />
URL GOTO=http://www.communitysamplesite. com/ members/{{!COL1}}/</p></blockquote>
<p><!--adsensestart--></p>
<ol>
<li>The version of the build (no effect)</li>
<li>Set ignoring of error to yes – the effect is that the script will not stop if there is an error (similar to LoadRunner continue-on-error feature)</li>
<li>Set the data source to obtain the parameter value list – The parameter list can be manipulate by any text editor or excel-applications</li>
<li>Set the starting value (row ) from the parameter  to 1 – Meaning pulling the 1<sup>st</sup> record</li>
<li>Set the starting row in the parameter list (data source)</li>
<li>Set the target tab on Firefox browser</li>
<li>Close all other tabs in Firefox  browser</li>
<li>Go to URL of the member of Community Sample Site</li>
</ol>
<p>One thing that I’m unsure of is if iMacro has the ability to log errors during looping.  If you set iMacro to loop through the parameter values without <strong>SET !ERRORIGNORE YES</strong>, the script will abort when an error is encountered.  On the other hand, if <strong>SET !ERRORIGNORE YES</strong> is defined, the script will continue to run and not able to log any errors encountered.  I’m not too sure about this as I’ve not explored the log files yet or encountered any errors during my script execution.  Anyone who have done so, please fill us in with the details!  Greatly appreciated!</p>
<p>You can download <a href="https://addons.mozilla.org/en-US/firefox/addon/3863">iMacro from Mozilla Add-ons</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/tools/automating-web-browser-activities-in-a-breeze-with-imacro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Press Release: J9 Technologies delivers new JDBC Protocol Add-in</title>
		<link>http://www.loadrunnertnt.com/products/press-release-j9-technologies-delivers-new-jdbc-protocol-add-in-solution-for-hp-loadrunner-to-help-customers-streamline-middleware-testing/</link>
		<comments>http://www.loadrunnertnt.com/products/press-release-j9-technologies-delivers-new-jdbc-protocol-add-in-solution-for-hp-loadrunner-to-help-customers-streamline-middleware-testing/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:24:37 +0000</pubDate>
		<dc:creator>TnT Admin</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Add-Ons]]></category>
		<category><![CDATA[JDBC]]></category>

		<guid isPermaLink="false">http://www.loadrunnertnt.com/?p=24</guid>
		<description><![CDATA[Enables Direct Testing of Backend Systems Without Writing Java Code
SEATTLE, WA, May 27, 2008 – J9 Technologies Inc. today announced a new solution in its JDBC Protocol Add-in product line, enabling customers to extend the capabilities of HP LoadRunner, to stress and isolate problems in the backend data tier and deploy new applications with confidence. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Enables Direct Testing of Backend Systems Without Writing Java Code</strong></p>
<p><strong><img class="alignleft" title="J9 Technologies" src="http://loadrunnertnt.com/images/company_J9_Logo.jpg" alt="" width="127" height="60" />SEATTLE, WA, May 27, 2008</strong> – J9 Technologies Inc. today announced a new solution in its JDBC Protocol Add-in product line, enabling customers to extend the capabilities of HP LoadRunner, to stress and isolate problems in the backend data tier and deploy new applications with confidence. J9 is a member of the HP Quality Management Ecosystem, which provides alliance members the ability to develop test accelerators for <strong>HP Quality Center</strong> and <strong>HP Performance Center</strong> to support additional platforms, applications and environments.<span id="more-24"></span></p>
<p>The <strong>JDBC Protocol Add-in</strong> leverages HP LoadRunner technology, capturing all SQL traffic going from a Java application to the backend database and playing it back to directly exercise the data tier for high concurrency testing. This helps QA teams apply a measurable and repeatable load to the database and expose potential performance problems early in the development cycle. The auto-generation of database testing scripts replaces the need for writing complex Java code and frees up QA resources for other QA activities.</p>
<p>The JDBC Protocol Add-in from J9 Technologies is fully tested with the full suite of HP LoadRunner solutions, and can easily be used alongside all other HP LoadRunner protocols to create a more realistic and comprehensive load test.  For the last 6 years, J9 Technologies has been working closely with HP to ensure that customers get more out of their HP LoadRunner and HP Performance Center investments,&#8221; said Clay Roach, President and CEO for J9 Technologies. &#8220;We are very excited about this latest addition in our new line of JDBC Protocol Add-ins and the value it will deliver to our mutual customers for simplifying their JDBC testing efforts. The JDBC Protocol Add-in can help reduce testing cycles dramatically and enable QA, Dev and DBA teams to collaborate on fine-tuning database testing.”</p>
<p>“HP is committed to helping our customers rapidly deliver critical business applications that function and perform according to the needs of the business,” said Erez Barak, director of product marketing, Software, HP. “HP’s collaboration with J9 helps our customers increase efficiency by streamlining the complex process of database testing.&#8221;</p>
<p>JDBC Protocol Add-in is available today, and is compatible with HP LoadRunner and HP Performance Center version 9.1 and up.</p>
<p><strong>About J9 Technologies Inc.<br />
</strong><br />
J9 Technologies leads the field in application performance analysis and diagnostics. Working side by side with our clients, J9 consultants utilize proven methodologies to solve mission critical application performance issues and maximize the scalability of complex application architectures. As a certified Hewlett Packard partner and reseller, J9 consultants can also install and train clients to use HP&#8217;s best-of-breed monitoring tools in-house so that firefighting becomes a thing of the past. J9 fine tunes business to ensure peak performance, scalability and optimization so clients can focus on their bottom line. More information is available at the <a title="J9 Technologies Products" href="http://j9tech.com/products.html" target="_blank">Products Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loadrunnertnt.com/products/press-release-j9-technologies-delivers-new-jdbc-protocol-add-in-solution-for-hp-loadrunner-to-help-customers-streamline-middleware-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
