HP0-M49 · Question #52
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…
The correct answer is B. In the Controller, you select the script on the Design tab, then click the buttons Details, More, Files, Add E. You add the DLL c:\temp\SecureAces.dll using VuGen menu File > Add Files to Script. See the full explanation below for the reasoning.
Question
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.)
Options
- AThe full path should have been specified. You change the command to lr_load_dll("c:\temp\SecureAcces.dll");
- BIn the Controller, you select the script on the Design tab, then click the buttons Details, More, Files, Add
- CIn the VuGen Run-time Settings, you select Additional attributes and click Add, then you select the DLL
- DThe DLL name was misspelled. You correct the error and rerun the scenario.
- EYou add the DLL c:\temp\SecureAces.dll using VuGen menu File > Add Files to Script.
How the community answered
(37 responses)- A5% (2)
- B81% (30)
- C3% (1)
- D11% (4)
Community Discussion
No community discussion yet for this question.