<?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: URL vs HTML recording mode</title>
	<atom:link href="http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/</link>
	<description>Learn LoadRunner With Me!</description>
	<lastBuildDate>Wed, 20 Jan 2010 12:36:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Newuser</title>
		<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-188</link>
		<dc:creator>Newuser</dc:creator>
		<pubDate>Tue, 05 Jan 2010 11:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-188</guid>
		<description>How to decide which mode to use for recording an application?
What points do we need to take into account to decide that this application should be recorded using URL not HTML ...?</description>
		<content:encoded><![CDATA[<p>How to decide which mode to use for recording an application?<br />
What points do we need to take into account to decide that this application should be recorded using URL not HTML &#8230;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RadhaKrishna</title>
		<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-185</link>
		<dc:creator>RadhaKrishna</dc:creator>
		<pubDate>Wed, 23 Dec 2009 09:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-185</guid>
		<description>Hi all,
As per my experience i just wanted to share that in URL mode of recording each and every action is recorded freshly and for HTML the current action is dependent on the previous action..that is actually said to be context sensitive recording.context sensitive recording is also called as situation based recording.

HTML records only Parent calls where ads the URL records both parent and child calls..

Correct me if i am wrong...

Thanks All
RadhaKrishna</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
As per my experience i just wanted to share that in URL mode of recording each and every action is recorded freshly and for HTML the current action is dependent on the previous action..that is actually said to be context sensitive recording.context sensitive recording is also called as situation based recording.</p>
<p>HTML records only Parent calls where ads the URL records both parent and child calls..</p>
<p>Correct me if i am wrong&#8230;</p>
<p>Thanks All<br />
RadhaKrishna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukesh</title>
		<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-162</link>
		<dc:creator>Mukesh</dc:creator>
		<pubDate>Tue, 15 Sep 2009 08:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-162</guid>
		<description>Hi

Can you please let me know what is the difference between the LR reports generated from URL recording mode and HTML recording mode?

Thanks
Mukesh</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can you please let me know what is the difference between the LR reports generated from URL recording mode and HTML recording mode?</p>
<p>Thanks<br />
Mukesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kranthi</title>
		<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-155</link>
		<dc:creator>Kranthi</dc:creator>
		<pubDate>Fri, 07 Aug 2009 06:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-155</guid>
		<description>u can also add one more pt.

using HTML mode , it takes more memory and CPU as it cache the contents of web pages. Using URL mode, no need of cache as it records each and every request.</description>
		<content:encoded><![CDATA[<p>u can also add one more pt.</p>
<p>using HTML mode , it takes more memory and CPU as it cache the contents of web pages. Using URL mode, no need of cache as it records each and every request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All about web_url and web_link in LoadRunner &#124; Learn LoadRunner</title>
		<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-139</link>
		<dc:creator>All about web_url and web_link in LoadRunner &#124; Learn LoadRunner</dc:creator>
		<pubDate>Tue, 12 May 2009 14:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-139</guid>
		<description>[...] web_url is not a context sensitive function while web_link is a context sensitive function. Context sensitive functions describe your actions in terms of GUI objects (such as windows, lists, and buttons). Check HTML vs URL recording mode. [...]</description>
		<content:encoded><![CDATA[<p>[...] web_url is not a context sensitive function while web_link is a context sensitive function. Context sensitive functions describe your actions in terms of GUI objects (such as windows, lists, and buttons). Check HTML vs URL recording mode. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shail</title>
		<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-131</link>
		<dc:creator>Shail</dc:creator>
		<pubDate>Tue, 05 May 2009 08:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-131</guid>
		<description>Regarding point 4 ) Here what do you mean by non browser applications. As per my understanding usually in case of Web Applications ( that we acccess through some browser only ) , we see the server request , while you are suggesting HTML mode (in case of Web apps , through ) here. 

Please let me know , If i am not correct.....</description>
		<content:encoded><![CDATA[<p>Regarding point 4 ) Here what do you mean by non browser applications. As per my understanding usually in case of Web Applications ( that we acccess through some browser only ) , we see the server request , while you are suggesting HTML mode (in case of Web apps , through ) here. </p>
<p>Please let me know , If i am not correct&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megha</title>
		<link>http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-119</link>
		<dc:creator>Megha</dc:creator>
		<pubDate>Tue, 21 Apr 2009 12:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://learnloadrunner.com/introduction/difference-url-vs-html-recording-mode/#comment-119</guid>
		<description>What is difference about GUI mode compared to HTML and Url.</description>
		<content:encoded><![CDATA[<p>What is difference about GUI mode compared to HTML and Url.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
