Hi All!
I'm testing a forum: vbulletin 3.6.8
I recorded a script. And then I runned the script. Although there is no error but the forum said "has error" at logout step
I also try to use WAPT 3.0. Result is OK. So my forum seems to be good
My script:
-go to homepage
-log in
-
-log out
Is there anyone who encountered this problem?
vuser_init
Code:/* ------------------------------------------------------------------------------- Script Title : Script Description : Recorder Version : 1196 ------------------------------------------------------------------------------- */ char linkpa2[200], linkpa3[200], linkpa4[200]; char * ch1, ch2; char * tenfile="c:\\ performancetest . txt"; long handlefile; int i, ii; vuser_init() { web_add_cookie("HIM_on_off=0; DOMAIN=localhost"); web_add_cookie("HIM_method=0; DOMAIN=localhost"); web_add_cookie("HIM_ckspell=1; DOMAIN=localhost"); web_add_cookie("HIM_daucu=1; DOMAIN=localhost"); web_add_cookie("bblastvisit=1198571697; DOMAIN=localhost"); web_add_cookie("bblastactivity=0; DOMAIN=localhost"); web_add_auto_header("Accept-Language", "en-us"); web_url("thanh", "URL=http:// localhost / thanh/", "TargetFrame=", "Resource=0", "RecContentType=text / html", "Referer=", "Snapshot=t45 . inf", "Mode=HTML", LAST); ... ... ...





Reply With Quote



