Reputation: 159
GET https://test.dnrhosted.com/profile/user?userid=66
I need this value 66 to pass across the script.
Anyone ,kindly tell me how to extract this value in jmeter..
Upvotes: 0
Views: 342
Reputation: 168217
This is not a Header, it is an URL
You can extract the value as follows:
Configure it as follows:
That's it, you should be able to access the extracted value as ${userid}
where required:
More information:
Upvotes: 1