
One of my friends wanted to access the cookie data that was generated from the cookie manager in Jmeter. So I googled a lot and couldn't find much information to achieve this. So in this post I will explain how I got this soloved.
Note : I tried to do this with a Regular Expression Extractor without any lick. It oesn't provide a option to access cookie data.
So the Simplest way I could do this is by using a JSR223 PreProcessor. Same thing can...