I'm trying loadRunner (Vugen) 12.53. I recorded a very simple navigation to HP Web Tours App. This simplest navigation (site opens up in the browser) gives me the following error while replaying:
Authentication required, please use "web_set_user", e.g. web_set_user("domain\user", "password", "host:port"); [MsgId: MERR-26547]
I'm very new to loadRunner. Hence, I used web_set_user at the beginning of the editor as:
web_set_user("localhost\\jojo", "bean", "localhost:1080");
I tried enabling "WinInet" at runtime setting but no luck. HP VuGEN Help Center does not seem to address this common issue in their guide.