Changes

Jump to: navigation, search

Firefox Performance Testing : A Python framework for Windows

643 bytes added, 00:17, 27 November 2006
no edit summary
[[Image:Sc1.JPG]]
 
=Project Problems and Solutions=
==Problem:==
 
==Solution:==
In paths.py, the paths for INIT_URL, TS_URL and TP_URL have to be in this format (file:///c:/):
<pre>
"""The path to the file url to load when initializing a new profile"""
INIT_URL = 'file:///c:/project/mozilla/testing/performance/win32/initialize.html'
 
"""The path to the file url to load for startup test (Ts)"""
TS_URL = 'file:///c:/project/mozilla/testing/performance/win32/startup_test/startup_test.html?begin='
 
"""The path to the file url to load for page load test (Tp)"""
TP_URL = 'file:///c:/project/mozilla/testing/performance/win32/page_load_test/cycler.html'
</pre>
= Project News =
1
edit

Navigation menu