Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between the HTML and URL based
recording in load Runner?

Answer Posted / satish

HTML
Context Sensitive based script recording

HTML-Based / describing user actions is the easiest to maintain

For example, assume there is a link called "Continue" that
sends you to http://localhost/ index.html. Your script
records "Continue", and NOT the destination URL. So, if
sometime later your application developer decides to change
the URL associated with "Continue" to something else - like
http://localhost/ home.html, your script will still work
correctly - and go to "home".

LoadRunner parses the HTML it received from prior server
responses to determine what the full URL is behind the
Continue link(i.e. Context Senistive).

LoadRunner does as much work for you as it can, leaving you
with the fewest script statements to maintain.



URL:
No context would be considered during script recording,
every statement get recorded independently

Every thing would get recorded as URL only. i.e. web_url

In this case if URL based recording is used then script will
fail during replay.

URL mode records every URL that LoadRunner is supposed to
ask for –but without the actual parsing.

So, if a URL is there, LoadRunner simply calls it but does
not examine it for embedded URLs.

This allows(i.e. Not parsing embedded URLs) would make LR to
run very FAST.

But this type of script would become obsolete and you may
not even know it if some thing changes in the application
hence this is very much useful for a stable

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are concurrent users differing from simultaneous users?

1017


What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?

1046


What is the loadrunner start-transaction and its syntax?

1089


What is extended log?

1071


What should be done to view parameter substitution in the execution log?

1006


What are the different sections of the script? In what sequence do these sections run?

1430


What is elapsed time in load runner?

1148


What is the difference between hits/second and requests/second?

1094


What is remote command launcher?

1093


How vugen create a vuser script?

1009


What is the loadrunner end transaction and its syntax?

1084


Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?

2305


For what purpose, user will be using ‘continue on’ error?

984


How you develop the database vuser script?

1090


What the vuser script contain?

1022