Open main menu

CDOT Wiki β

Changes

Firefox Performance Testing : A Python framework for Windows

317 bytes added, 11:39, 27 November 2006
Progress
* Alice Nodelman
** Gave pointers
* [[User:Robcee | Rob Campbell]]
** Gave some suggestions in relation to Python
</td>
<td valign="top">
** Initially I have it set to make the directories if they don't exist, however, Alice adviced that I should allow the developer to do it himself/herself
** Problem with checking files in this format (file:///c:/)
**Checks if base_profile contents exist!** Got some suggestions from [[User:Robcee | Rob Campbell]], going to work with his suggestions**
*Things left to do
*** Alice adviced that I should check contents in general - no specific files or directories because they can change depending on what the developer is testing
** Find out how to check files in (file:///c:/) format
*** create a temporary variable for the local pathname, convert the path to the os path and then check
*** split and join
*** urlparse
** Work on checking Cygwin paths
 
1
edit