<?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: Changing LoadRunner/VuGen log options at runtime</title>
	<atom:link href="http://www.jds.net.au/tech-tips/loadrunner-log-options/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au/tech-tips/loadrunner-log-options/</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:24:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Dave Pridgeon</title>
		<link>http://www.jds.net.au/tech-tips/loadrunner-log-options/#comment-77876</link>
		<dc:creator>Dave Pridgeon</dc:creator>
		<pubDate>Tue, 27 Sep 2011 14:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=2636#comment-77876</guid>
		<description>Hi

RE: Changing LoadRunner/VuGen log options at runtime

I found (several versions ago) that writing logging statements gave different and often undesirable results, depending on the start position of logging - particularly if I switched to log on error (my default). I often like to switch extended logging on to record a specific (e.g. an order number). The code below relies on your log level table but always works.

int rc;

rc=lr_get_debug_message(); 
lr_set_debug_message(rc, LR_SWITCH_OFF); 
lr_set_debug_message(18, LR_SWITCH_ON); 
lr_log_message(&quot;***** Order Number: %s&quot;, lr_eval_string(&quot;{cOrdNo}&quot;));
lr_set_debug_message(18, LR_SWITCH_OFF); 
lr_set_debug_message(rc, LR_SWITCH_ON);</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>RE: Changing LoadRunner/VuGen log options at runtime</p>
<p>I found (several versions ago) that writing logging statements gave different and often undesirable results, depending on the start position of logging &#8211; particularly if I switched to log on error (my default). I often like to switch extended logging on to record a specific (e.g. an order number). The code below relies on your log level table but always works.</p>
<p>int rc;</p>
<p>rc=lr_get_debug_message();<br />
lr_set_debug_message(rc, LR_SWITCH_OFF);<br />
lr_set_debug_message(18, LR_SWITCH_ON);<br />
lr_log_message(&#8220;***** Order Number: %s&#8221;, lr_eval_string(&#8220;{cOrdNo}&#8221;));<br />
lr_set_debug_message(18, LR_SWITCH_OFF);<br />
lr_set_debug_message(rc, LR_SWITCH_ON);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Healthcoach</title>
		<link>http://www.jds.net.au/tech-tips/loadrunner-log-options/#comment-31772</link>
		<dc:creator>Healthcoach</dc:creator>
		<pubDate>Thu, 30 Dec 2010 13:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=2636#comment-31772</guid>
		<description>Hello, 

Thank you for your nice article. I found something special on it.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thank you for your nice article. I found something special on it.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh</title>
		<link>http://www.jds.net.au/tech-tips/loadrunner-log-options/#comment-14232</link>
		<dc:creator>suresh</dc:creator>
		<pubDate>Fri, 28 May 2010 05:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=2636#comment-14232</guid>
		<description>Hi 

I have a functionlibrary in vbscript developed in QTP for oracle forms login with 16 instances.Each instance has it&#039;s own id and password.Now I want to reuse it with LoadRunner.
I have the following options:
1.Convert VBscript Function library to C userdefined function library for LoadRunner

2. Using VBscript as the language in LoadRunner to reuse the scripts developed in QTP directly.

3. Develop new C function library (I am a bit afraid to invest time here to do the same task again,So not considering this option

Could you please give me tips on using VBscript as the language in LoadRunner to record

or 

how to use efficiently the QTP Script developed in LoadRunner

or code conversion from VBscript to C language 

Thanks
Suresh</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I have a functionlibrary in vbscript developed in QTP for oracle forms login with 16 instances.Each instance has it&#8217;s own id and password.Now I want to reuse it with LoadRunner.<br />
I have the following options:<br />
1.Convert VBscript Function library to C userdefined function library for LoadRunner</p>
<p>2. Using VBscript as the language in LoadRunner to reuse the scripts developed in QTP directly.</p>
<p>3. Develop new C function library (I am a bit afraid to invest time here to do the same task again,So not considering this option</p>
<p>Could you please give me tips on using VBscript as the language in LoadRunner to record</p>
<p>or </p>
<p>how to use efficiently the QTP Script developed in LoadRunner</p>
<p>or code conversion from VBscript to C language </p>
<p>Thanks<br />
Suresh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

