HP
HP0-M49 · Question #10
You are asked to generate a string value that will be unique for every user for a given scenario execution. You are running the test in HP LoadRunner Controller. Which minimum set of values provided…
The correct answer is C. int *vuser_id, char **sgroup //user id and group name. See the full explanation below for the reasoning.
Question
You are asked to generate a string value that will be unique for every user for a given scenario execution. You are running the test in HP LoadRunner Controller. Which minimum set of values provided by lr_whoami provides a unique string value for every user, even if you have multiple groups?
Options
- Aint *vuser_id, int *scid //userid and scenario id
- Bint *user_id, char **sgroup, int *scid //user id and group name and scenario id
- Cint *vuser_id, char **sgroup //user id and group name
- Dint *user_id, char **sgroup //user id and group name
- Eint *vuser_id // user id
How the community answered
(26 responses)- A8% (2)
- B4% (1)
- C77% (20)
- D12% (3)
Community Discussion
No community discussion yet for this question.