Hi there is a radio button on Response Field to test titled "Response Headers"
You can use a regex match using matches and a regular expression like Set-Cookie:\s*JSESSIONID=[^.]*\.${host1jvm1}; (Untested regex , please verify) assuming that the value you have is in a variable called host1jvm1 regards deepak On Mon, Nov 1, 2010 at 9:52 PM, gubbu gubbu <gubbu_gu...@yahoo.com> wrote: > I read the docs but couldnt find any example . How can I setup a response > assertion for "response headers" ? For example I want to compare the > "host1jvm1"following header to the request . > > Set-Cookie: JSESSIONID=4AADDA33814B25F63C1D11F1901DF50F.host1jvm1; Path=/; > Secure > > > >