nerdexam
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)
  • A
    8% (2)
  • B
    4% (1)
  • C
    77% (20)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full HP0-M49 Practice