Re: Using LR.getLRAttr() in TruClient development mode - "Not implemented"?
So some experimentation shows that this API works when the script is run from the VUGen window, but does not work when executed in the browser/development window. That seems crazy, why is the...
View ArticleRe: Cannot edit Ajax TruClient Scripts
Look like this related to way you setup IE9. Did you install VuGen first then enabled IE9? If so then install IE9 first, clean up VuGen and launch VuGen as Admin.That should work.Sometimes cleaning up...
View ArticleRe: Cannot copy steps from Ajax TruClient protocol script to another Ajax...
Request to add some good examples in help docs as well when you incorporate this fix. Current use of functional libraries and way to handling arguments isn't very much clear to users due to lack of...
View ArticleRe: Continue after step-by-step playback?
Javascript execution is done by interpreter and script always executed step by step.Just clicking on Run button should continue and stop at next break point. If script errors out then its always better...
View ArticleRe: TruClient call to function fails when script is running in Performance...
When you export libraries you also need to make sure that you don't use any mapped drive and use absolute path like \\<sharename>\<folderonshare>\<libraryfilename> else performance...
View ArticleRe: Continue after step-by-step playback?
Thanks, did not occure to me that Play would run from the current step since that ususally starts from the beginning (would be nice if icon or tooltip changed to reflect different function). Thanks!
View ArticleRe: replay is success only for the recorded user and not for other users.
I would say try this raw approach - 1. Clear your cache2. Record the script with user number 1 say user13.Close VuGen4. Clear you Cache again5. Record your script with user number 2 say user26. Add...
View ArticleRe: Using LR.getLRAttr() in TruClient development mode - "Not implemented"?
OK, so more experimentation reveals that LR.getLRAttr() does work in development mode, but it throws the "Not implemented" error if a step is executed by itself. No obvious reason the interpreter...
View ArticleRe: Using LR.getLRAttr() in TruClient development mode - "Not implemented"?
Hi,Replaying a single step only will not launch the LR execution engine (MDRV.exe). It will execute the code as JS only.This is why LR.* JS API is not available in this execution mode. This is...
View ArticleRe: Cannot copy steps from Ajax TruClient protocol script to another Ajax...
Saying current you mean LR12.00?
View ArticleRe: Not able to record HTTP session
Im using IE7 and LRv11.52. When recording a script the browser is blank and times out. I tride changing LAN settings and Enabling Scripting but to no avail. When I manually type in the steps that I...
View ArticleLR 11.52 - Replay error: InternetSetOption for...
Dear Support Team, I am getting below error while replaying script:InternetSetOption for INTERNET_OPTION_SECURITY_SELECT_CLIENT_CERT Same script is working for me on my local mahcine but not working on...
View Article"TCS has stopped working" error when starting TruClient IE script in LR12
Actually, I have a ton of issues with TC in IE. And TC in Firefox doesn't even replay for me. But let's start small, and figure out this error to start. This happens sporadically in interactive mode,...
View ArticleRe: Not able to record HTTP session
Hi, Have you tried to apply the solution of this thread?To disable UAC and DEP, you can refer the link as below:- UAC: http://support.openview.hp.com/selfsolve/document/KM00598473- DEP:...
View ArticleRe: "TCS has stopped working" error when starting TruClient IE script in LR12
Hi James,Please indicate the OS and the IE versions. Thanks.
View ArticleExecute Vugen script from Command line.
Hello Experts,How can we execute the vugen script execute from command line. I assume we can use mmdrv. But I am not able to execute it."LoadRunner install dir" \bin\mmdrv.exe -usr "path to .usr...
View ArticleRe: Execute Vugen script from Command line.
Hi, You should use mdrv (not mmdrv).For more details, please refer page 173 - HP LoadRunner User Guide. Regards,Chau Nguyen
View ArticleRe: Execute Vugen script from Command line.
Hi Chau, Thanks for your reply. I tried with MDRV and now I get this error. "The process cannot access the file because it is being used by another process" However its not been used by any other...
View ArticleRe: Execute Vugen script from Command line.
Hi, You can use the command: netstat -ano to check any other process is binding to the ports that connect between Controller and LG machine.Or you can restart the machine and try to run the command...
View Article