Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can I get thread scope variables? #53

Open
FraserHutch opened this issue Mar 25, 2016 · 0 comments
Open

can I get thread scope variables? #53

FraserHutch opened this issue Mar 25, 2016 · 0 comments

Comments

@FraserHutch
Copy link

I need to do something like this for my websocket tests:

  • send auth request (system information)
  • - this will create a user account keyed on system information
  • wait for response (not vital, but would be nice)
  • loop sending sync/initialize requests using same system information

The system information is the app id, a unique UUID. I can randomize that easily with a User Defined Variable via the UUID function, however, user defined variables are apparently calculated once at the start of the test whereas I need them to be generated at thread group scope.Is there a way to do that? If now, how can I achieve this?

In other words, I need a randomly generated UUID for each thread (acting as a user) which is accessible to each sample in the thread group.

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant