PrepAway - Latest Free Exam Questions & Answers

How can you fix this error 11?

You have just completed an advanced script that must get a real-time security encryption key for a
login function. The security encryption key is obtained by loading a custom DLL using
rc=lr_load_dll(“SecureAcces.dll”) and then calling a custom function. The login logic works on the
Controller where you are developing the VuGen script, but when replaying on remote Load
Generators, the script fails with error code rc=11. How can you fix this error 11? (Select two.)

PrepAway - Latest Free Exam Questions & Answers

A.
The full path should have been specified. You change the command to
lr_load_dll(“c:\temp\SecureAcces.dll”);

B.
In the Controller, you select the script on the Design tab, then click the buttons Details, More,
Files, Add and add the DLL

C.
\temp\SecureAcces.dll.

D.
In the VuGen Run-time Settings, you select Additional attributes and click Add, then you select
the DLL c:\temp\SecureAcces.dll so it
can be found by all machines.

E.
The DLL name was misspelled. You correct the error and rerun the scenario.

F.
You add the DLL c:\temp\SecureAces.dll using VuGen menu File > Add Files to Script.

Explanation:

One Comment on “How can you fix this error 11?


Leave a Reply