Hello All:

Is it possible to create user defined static function variables at the
thread group level? Like I want to know if this can be possible:

- Root
  - Test Plan
    - Thread Group             (a)
      - HTTP Request 1
      - HTTP Request 2      
      - HTTP Request 3
      - HTTP Request 4      
      - HTTP Request 5
    - Thread Group             (b)
      - HTTP Request 1
      - HTTP Request 2      
      - HTTP Request 3
      - HTTP Request 4      
      - HTTP Request 5

Can the static varible present at the thread group level a & b? I want to
create a user defined static function which when called will always give me
one result (default value) lets say: login=xxx. I should be able to 
refer to this variable anywhere in that particular thread group.

Regards,
Rohit Peyyeti





     




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to