Difference between revisions of "Things to fix for Performance Testing Framework"
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<table style="width:100%;" border="1px" valign="top" class="standard-table" cellpadding=2 cellspacing=0> | <table style="width:100%;" border="1px" valign="top" class="standard-table" cellpadding=2 cellspacing=0> | ||
<th style="width: 20%; background-color:#333333; color:#F3F3F3">Task</th> | <th style="width: 20%; background-color:#333333; color:#F3F3F3">Task</th> | ||
− | <th style="width: | + | <th style="width: 60%; background-color:#333333; color:#F3F3F3">Details</th> |
+ | <th style="width: 20%; background-color:#333333; color:#F3F3F3">Status</th> | ||
<tr> | <tr> | ||
<td valign="top">Fix the Documentation for Performance Testing Framework Configuration</td> | <td valign="top">Fix the Documentation for Performance Testing Framework Configuration</td> | ||
<td valign="top"> | <td valign="top"> | ||
− | *Clarify that | + | * Clarify that the paths are default and could be modified - paths.py |
− | *Confusion - contradiction | + | *Confusion - contradiction for hostperm.1 file in documentation |
<pre>(Optional) For the page load test to work, modify the hostperm.1 file | <pre>(Optional) For the page load test to work, modify the hostperm.1 file | ||
Line 18: | Line 19: | ||
</pre> | </pre> | ||
− | + | ||
* Highlight sections that (may) need to be modified | * Highlight sections that (may) need to be modified | ||
** Student comment: Within code, could be hard to understand. | ** Student comment: Within code, could be hard to understand. | ||
Line 25: | Line 26: | ||
* Clarify any concerns about skewing the test | * Clarify any concerns about skewing the test | ||
**How much of this test is reliant on applications currently running on the system? Can one skew the test results to give inaccurate readings by overloading the system? | **How much of this test is reliant on applications currently running on the system? Can one skew the test results to give inaccurate readings by overloading the system? | ||
− | |||
**By running a quick test I realized that by overloading the processor, the results of the test become much less useful. Before running the test framework I started a multitude of applications to occupy the processor: | **By running a quick test I realized that by overloading the processor, the results of the test become much less useful. Before running the test framework I started a multitude of applications to occupy the processor: | ||
***2 x YouTube Flash Video Sites | ***2 x YouTube Flash Video Sites | ||
Line 37: | Line 37: | ||
* Clarify yaml config setup | * Clarify yaml config setup | ||
** Do mention that indentation is important :) | ** Do mention that indentation is important :) | ||
+ | ** Bold (use "preferences : {}" for no prefs) and (use "extensions: {}" for none) | ||
* Should creation of the 'extension_perf_reports' directory be incorporated into the zip with the python files to save the user from having to make the directory? | * Should creation of the 'extension_perf_reports' directory be incorporated into the zip with the python files to save the user from having to make the directory? | ||
* Student Comment: Mention that you need to "download and install them, in this order". The reason is because I assumed this was an installation walkthrough guide so I presume you may need us to configure things manually in the guide. | * Student Comment: Mention that you need to "download and install them, in this order". The reason is because I assumed this was an installation walkthrough guide so I presume you may need us to configure things manually in the guide. | ||
+ | |||
+ | *Step-by-step guide | ||
+ | |||
+ | *Organize by section | ||
+ | |||
+ | *Clearer in these areas: | ||
+ | ** Be more specific in the "Configure the paths" section. | ||
+ | **Explain what preferences : {} is. | ||
+ | **if you're going to change the dom.allow_scripts_to_close_windows you have to cancel the py script before u change the setting. | ||
+ | **firefox should not be open before the test starts. | ||
+ | </td> | ||
+ | <td valign="top"> | ||
+ | <b>In progress</b> | ||
+ | |||
+ | Incorporated some of the items in here: | ||
+ | |||
+ | [[New_Firefox_Performance_Testing_Documentation | New Firefox Performance Testing Documentation]] | ||
+ | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 50: | Line 69: | ||
*Just say tests completed successfully/ failed etc. | *Just say tests completed successfully/ failed etc. | ||
+ | *Default configuration | ||
+ | |||
+ | *Ask if the user wants to make a reports dir if it doesn't exist | ||
+ | |||
+ | </td> | ||
+ | <td valign="top"> | ||
+ | <b>DONE</b> | ||
</td> | </td> | ||
</tr> | </tr> |
Latest revision as of 02:56, 14 December 2006
Task | Details | Status |
---|---|---|
Fix the Documentation for Performance Testing Framework Configuration |
(Optional) For the page load test to work, modify the hostperm.1 file * Set to allow urls with scheme:file to open in new windows * Set the preference to open new windows in a tab should be off. # Permission File # This is a generated file! Do not edit.
|
In progress Incorporated some of the items in here: |
Fix the Performance Testing Framework |
|
DONE |