Forum Discussion

Baharul's avatar
Baharul
Occasional Contributor
6 years ago
Solved

Accessing TestStepProperties

Hi All,

When we are creating testCase properties it's getting overwrite during load test. So I have created testStep properties where manupulating values during runtime for individual load. But I am not able to pass these filed in input of some request.

 

I have tried accessing using below parameter, but it did not work. Can anyone please help in this regards.

 

Thanks

Baharul Islam

  • Hi Baharul,

     

    Try using below format:

    ${test464#tempField}

    Hope this will help.