Hi Allen,
We already posted the project suite to support(Via Rasim account).
I scanned the log files and noticed that the vusers mail and passwords event not written in the POST method of the Login.aspx page.
I wonder whether if the real cause of the problem is this or not, I mean ableness to login vusers.
This the the POST method of the vusers after running the test, takken from the srver log
2011-01-08 12:56:09 POST /Login.aspx UserName=engin%2E78%5Fdemirci%40hotmail%2Ecom&PassWord=*****
And this is from the server log file after manuely access within IE, not used Test Complete.(which is also the same int the task when I make record)
2011-01-08 12:26:40 POST /Login.aspx - engin.78_demirci@hotmail.com ..........
Why the vusers name and address written in hardcode during test ?
And why there is no item in vusrs basket after running test ?
I also tried to use hardcode names as parameters within the TestComplete and used in the access parameter database, still nothing changes !
I wrote the POST method of the Login.aspx page as below within TestComplete task.
POST /Login.aspx?ctl00%24PageContent2%24UserName=@UserName&ctl00%24PageContent2%24Password=@Password HTTP/1.1
Thanks for advanced.