LoadRunner Interview Questions
Q: What is the difference between html and url based recording?
A: Below table describes the difference between html and url based recording:
| HTML Based | URL Based |
|---|---|
| This is high level recording | This is low level recording |
| One request is generated per html page | Multiple requests can generate per page. Separate requests are generated for images, css, etc. |
| Script generated is short | Script generated is comparatively long |
| Script is easy to maintain | Script is comparatively difficult to maintain |
| You can not define timers for each component of the page | You can define timers for each component of the page |