Hi Allen,
I found the problem.But I don't know how can I fix it.
When I run test for login task with diferrent Vusers account(with parameter) they used which recorded the task account cookies.And cookies saved userId.
This log header.
POST /Login.aspx?ctl00%24PageContent2%24UserName=serap59860%40hotmail%2Ecom&ctl00%24PageContent2%24Password=***** HTTP/1.1
Accept: image/jpeg, image/gif, image/pjpeg, application/x-ms-application, application/xaml+xml, application/x-ms-xbap, application/vnd.ms-excel, */*
Accept-Encoding: gzip, deflate
Accept-Language: en-US
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 372
Content-Type: application/x-www-form-urlencoded
Cookie: AC7.ASPXANONYMOUS=v-MTopmxywEkAAAAYmVlNTI3NDYtOGI1ZS00YzJlLWE1MjgtYmI2MWNhODJiMWY4fOjw5YiTc3szOuLB0t0VX4nCtDY1; HttpOnly; AC7.SESSIONID=r0bxzz55ea0suvb24bx0pz45; HttpOnly
Host:
www.trendyol.com:80Referer:
http://www.trendyol.com/Login.aspxUser-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727)
HTTP/1.1 302 Found
Cache-Control: private
Content-Type: text/html; charset=utf-8
Location: /default.aspx
Server: Microsoft-IIS/7.5
X-AspNet-Version: 2.0.50727
Set-Cookie:
TY.Entrance=x=2481448&pp=xNNCAmR+YyNtmi2LNHeJnV+1jbc=&name=Celalettin; domain=webpage.com;
expires=Mon, 17-Jan-2011 14:12:55 GMT; path=/
Set-Cookie: AC7.ASPXAUTH=35D48DD8949FFA437AC1DEAF777B3C055DC22A7DC2F81EBE9A5DAD40963B4B13BEC27D410B7732036B777A5E8F661692C8AB48A9C39E0ECDD8D5172082C4F6E1607A66DEA5A03F5FDA251A3CC6619CD08444A2A03CA172EC78AC20F670967B0ECA47C8193CEE425080A5DA2EA6724199D84ED0A7CE78F9D5F0694358392066A4BF774B9DD5E7DD054E463F7D0761A5710EDEB150; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Mon, 10 Jan 2011 14:12:55 GMT
Content-Length: 26063
Set-Cookie:
TY.Entrance=x=2481448 this userId when I recording of the task.
And this is response header in the task.
Set-Cookie:
TY.Entrance=x=2481448&pp=xNNCAmR+YyNtmi2LNHeJnV+1jbc=&name=Celalettin; domain=webpage.com;
expires=Mon, 17-Jan-2011 11:04:06 GMT; path=/This my UserId in the response tab.
Therefore Vuser act like one user.
I think the questions is "How can I parameterize userId."
Becauser if I can parameterize userId.I can set userId for every Vuser.
Best regards.