Which mode of recording is set for recording Webtop(Documentum application)?
-
HTML-Based with A Script describing User actions mode
-
HTML-Based with A Script containing explicit URLs only mode
-
URL-Based with Web Custom Request only mode
-
None of the above
When recording a LoadRunner Vugen script against Documentum's Webtop web client, the recommended/required recording mode is HTML-based with the script containing explicit URLs (as opposed to a 'user actions' or event-based script, or a purely URL-based Web Custom Request approach), because Webtop's dynamic, AJAX-heavy interface generates requests that are best captured as explicit HTTP URL calls to correctly replay navigation and document interactions. The 'user actions' HTML mode instead tries to mimic browser-level events, which tends to be less reliable for the way Webtop constructs its requests, and pure URL-based Custom Request mode lacks the HTML-context correlation Webtop needs. This is a tool/application-pairing convention documented in LoadRunner's Documentum-specific protocol guidance.