Open main menu

CDOT Wiki β

Changes

Firefox Performance Testing : A Python framework for Windows

660 bytes removed, 20:44, 21 November 2006
Tuesday, 21 Nov 2006
==Tuesday, 21 Nov 2006==
For the past three weeks, elichak has been working on the code base of the Performance Testing Framework.
===Configuration Checker===
Elichak:
The run_tests.py needed much work done.
 
====YAML file validator====
=====Problem=====
The validator of yaml file was weak. It only checked for certain items in the file and would crash if those items were not there or if those items didn't have any value.
 
=====Solution=====
Changed the validator to check if items exist before storing the value. If one of the items don't exist, the program would terminate and would let the user know that there is something wrong with the yaml file.
1
edit