diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 03:11:55 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 03:11:55 +0000 |
commit | 8402a31a982f9d4470a5d2957624b91f06559a61 (patch) | |
tree | 069b9508f41db0397ca4dffe16048f8fc61d49e2 /chrome/tools | |
parent | 608b1eb1811d270ee031a1a734a2b24344d2d8f2 (diff) | |
download | chromium_src-8402a31a982f9d4470a5d2957624b91f06559a61.zip chromium_src-8402a31a982f9d4470a5d2957624b91f06559a61.tar.gz chromium_src-8402a31a982f9d4470a5d2957624b91f06559a61.tar.bz2 |
Compile a list of the 34 automated UI test commands we want to run on the distributed tests. The goal is to make a test run of all combinations of 4 (as opposed to 5 now) for a total of 34^4 commands (as opposed to 17^5) and see what comes out of it. We won't be running any random keypresses in this run (except in the Dialog fuzzers), only explicit actions.
There were also some discrepancies in how we were using the HTML elements, which I have fixed (Import is now ImportSettings, EditKeywords is now EditSearchEngines and ClearBrowserData is now ClearBrowsingData). I also reordered some functions to match .h file (alphabetical order).
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/automated_ui_test_tools/possible_actions.txt | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/chrome/tools/automated_ui_test_tools/possible_actions.txt b/chrome/tools/automated_ui_test_tools/possible_actions.txt index a7cf2ab..9e5ad61 100644 --- a/chrome/tools/automated_ui_test_tools/possible_actions.txt +++ b/chrome/tools/automated_ui_test_tools/possible_actions.txt @@ -1,15 +1,34 @@ -Navigate -NewTab Back -Forward +ChangeEncoding CloseTab +DownArrow +Downloads +DuplicateTab +FindInPage +Forward +GoOffTheRecord +History +Home +Navigate +NewTab +DragTabLeft +DragTabRight +DragTabOut OpenWindow Reload -FindInPage +RestoreTab SelectNextTab SelectPrevTab -ZoomPlus +ShowBookmarks +Star +TestAboutChrome +TestClearBrowsingData +TestEditSearchEngines +TestImportSettings +TestOptions +TestTaskManager +TestViewPasswords +UpArrow +ViewSource ZoomMinus -History -Downloads -Dialog +ZoomPlus |