<?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>JDS Australia &#187; VuGen</title>
	<atom:link href="http://www.jds.net.au/tag/vugen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Thu, 24 Jun 2010 06:36:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Changing LoadRunner/VuGen log options at runtime</title>
		<link>http://www.jds.net.au/tech-tips/loadrunner-log-options/</link>
		<comments>http://www.jds.net.au/tech-tips/loadrunner-log-options/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:25:05 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[LoadRunner]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=2636</guid>
		<description><![CDATA[LoadRunner has a whole bunch of logging options. These can be specified in your script&#8217;s runtime settings, or specified in your script&#8217;s code with lr_set_debug_message(). There are some gotchas when changing your logging options with a C function call, so I have written some functions that will be helpful.


The LoadRunner/Vugen functions that allow you to [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/loadrunner-log-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LoadRunner in Windows 7</title>
		<link>http://www.jds.net.au/tech-tips/loadrunner-in-windows-7/</link>
		<comments>http://www.jds.net.au/tech-tips/loadrunner-in-windows-7/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 00:07:52 +0000</pubDate>
		<dc:creator>Nick Wilton</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[LoadRunner]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=2044</guid>
		<description><![CDATA[Windows 7 has finally been released, and I’ve had the pleasure to install the latest retail release. Whilst the application support for Windows 7 is quite good, I have to unfortunately report that at this time, HP Loadrunner 9.5 does not work at all as a native Windows 7 application.






What’s wrong with HP Loadrunner 9.5 [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/loadrunner-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VuGen Scripting for YouTube Video</title>
		<link>http://www.jds.net.au/tech-tips/scripting-for-youtube-video/</link>
		<comments>http://www.jds.net.au/tech-tips/scripting-for-youtube-video/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 22:39:01 +0000</pubDate>
		<dc:creator>Nick Wilton</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=2018</guid>
		<description><![CDATA[Video has seen a massive surgance on the internet with the launch of YouTube and other video sharing web sites. This raises some interesting challenges beyond simple scripting in VuGen; with a combination of Javascript, Adobe Flash and HTTP partial download support.
This article will show you how to play a video, and save it to [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/scripting-for-youtube-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Web + MMS vuser</title>
		<link>http://www.jds.net.au/tech-tips/web-mms-vuser/</link>
		<comments>http://www.jds.net.au/tech-tips/web-mms-vuser/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 03:26:43 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=2047</guid>
		<description><![CDATA[LoadRunner/VuGen supports both Web (HTTP/HTML) virtual users and Media Player (MMS) vusers, but it does not allow you to create a multiple protocol script using these two protocols. 
Fortunately, with a little bit of hacking, you can create a multi-protocol vuser with these two protocols yourself.

The steps to follow are:

Record your application using the Media [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/web-mms-vuser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get the host&#8217;s IP address from within VuGen</title>
		<link>http://www.jds.net.au/tech-tips/get-host-ip-address-with-vugen/</link>
		<comments>http://www.jds.net.au/tech-tips/get-host-ip-address-with-vugen/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 03:19:06 +0000</pubDate>
		<dc:creator>Paul Richards</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=1996</guid>
		<description><![CDATA[Sometimes an application running on a client (even a web broswer) will send the IP address of the client machine to the server at the Application layer, rather than the Network layer. This is surprisingly common with web-based apps designed to run on a company&#8217;s intranet.
To make a BPM script accurately mimic a real user, [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/get-host-ip-address-with-vugen/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VuGen scripting for BMC Remedy Action Request System 7.1</title>
		<link>http://www.jds.net.au/tech-tips/vugen-scripting-for-remedy/</link>
		<comments>http://www.jds.net.au/tech-tips/vugen-scripting-for-remedy/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 07:20:11 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[LoadRunner]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=1872</guid>
		<description><![CDATA[I recently created some BPM scripts for the BMC Remedy Action Request System 7.1 web client. This Tech Tip contains some of the things that I learnt. 
My favourite part of this exercise was proving that the person from BMC who said &#8220;we have already tried, and found that it is impossible to script ARS [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/vugen-scripting-for-remedy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unique usernames for BPM scripts</title>
		<link>http://www.jds.net.au/tech-tips/unique-usernames-for-bpms/</link>
		<comments>http://www.jds.net.au/tech-tips/unique-usernames-for-bpms/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 02:41:16 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=1853</guid>
		<description><![CDATA[Imagine that you have created a BPM script that monitors one of your critical business systems from 10 locations around the world. The application only allows users to log on once, so you must find a way to have each location use a different login account for the application.
Unfortunately the most obvious solution (creating a [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/unique-usernames-for-bpms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VuGen Feature Requests</title>
		<link>http://www.jds.net.au/tech-tips/vugen-feature-requests/</link>
		<comments>http://www.jds.net.au/tech-tips/vugen-feature-requests/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 10:07:11 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=1820</guid>
		<description><![CDATA[VuGen is a great tool for developing scripts to emulate business processes for performance testing or application monitoring, but there are small number of changes that would make it an even better tool.
Read on for my list of VuGen feature requests&#8230;

Note that the feature requests have been broken up into logical groups, and most are [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/vugen-feature-requests/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>LoadRunner Script Completion Checklist</title>
		<link>http://www.jds.net.au/tech-tips/loadrunner-script-checklist/</link>
		<comments>http://www.jds.net.au/tech-tips/loadrunner-script-checklist/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 04:53:22 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[LoadRunner]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=1811</guid>
		<description><![CDATA[Many years ago I had a team member who would always answer &#8220;yes&#8221; when I asked if he had finished the LoadRunner script he was working on. Invariably he had not finished the script.
So I sat down and wrote a checklist for him, and told him that he should only answer &#8220;yes&#8221; if he had [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/loadrunner-script-checklist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Global variables aren&#8217;t really global in LoadRunner</title>
		<link>http://www.jds.net.au/tech-tips/loadrunner-global-variables/</link>
		<comments>http://www.jds.net.au/tech-tips/loadrunner-global-variables/#comments</comments>
		<pubDate>Fri, 29 May 2009 05:24:55 +0000</pubDate>
		<dc:creator>Stuart Moncrieff</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[VuGen]]></category>

		<guid isPermaLink="false">http://www.jds.net.au/?p=1608</guid>
		<description><![CDATA[If you studied programming, you probably know a few little factoids like &#8220;global variables are bad&#8221;, and &#8220;goto is considered harmful&#8221;. Some people can even explain why (and in what situations) these statements are true.

One of the reasons global variables are bad is that they will probably cause your code to not be threadsafe. 
Many [...]]]></description>
		<wfw:commentRss>http://www.jds.net.au/tech-tips/loadrunner-global-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
