hi,
I have installed webpagetest tool in windows 2003 server edition.when i run the test in the browser im getting the result as:
Waiting behind 4 other tests.
when i logged the process using debug=1 in urlBlast.ini
im getting the msg as:
work request responded with 400
these are my files
locations.ini
[locations]
1=Office
default=Office
;
; These are the top-level locations that are listed in the location dropdown
; Each one points to one or more browser configurations
;
[Office]
1=Office-IE
2=Office-wpt
label=“Office-LAN”
;
; Tese are the browser-specific configurations that match the configurations
; defined in the top-level locations. Each one of these MUST match the location
; name configured on the test agent (urlblast.ini or wptdriver.ini)
;
[Office-IE]
browser=IE 8
latency=0
label=“Office-IE”
;browserExe=pagetest.exe
;key=TestKey123
;
; For a wptdriver configuration (chrome, firefox), the browser labels here
; MUST match the labels used in wptdriver.ini
;
[Office-wpt]
browser=Chrome,Firefox
label=“Office-wpt”
urlBlast.ini
[Configuration]
Startup Delay=30
Log File=c:\webpagetest\urlblast
Timeout=120
use current account=1
debug=1
; Where to get work from
Url Files Url=http://127.0.0.1/work/
Location=Office-IE
Location Key=TestKey123
wptdriver.ini
[WebPagetest]
url=http://127.0.0.1/
location=Office-wpt
browser=chrome
key=TestKey123
;Automatically install and update support software (Flash, Silverlight, etc)
software=http://www.webpagetest.org/installers/software.dat
[chrome]
exe=“C:\Program Files\Google\Chrome\Application\chrome.exe”
options=‘–load-extension=“%WPTDIR%\extension” --user-data-dir=“%PROFILE%” --no-proxy-server’
installer=http://www.webpagetest.org/installers/browsers/chrome.dat
[Firefox]
exe=“C:\Program Files\Mozilla Firefox\firefox.exe”
options=‘-profile “%PROFILE%” -no-remote’
installer=http://www.webpagetest.org/installers/browsers/firefox.dat
template=firefox
i have installed dummynet ,using xampp as the localhost.
please let me know what went wrong…
Thanks,
sneha.