Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Issue 23060002: Implement the window verifier in the Automated Installer Testing Framework. (Closed)

Created:
7 years, 4 months ago by sukolsak
Modified:
7 years, 1 month ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Implement the window verifier in the Automated Installer Testing Framework. NOTRY=True BUG=264859 TEST= 1) Uninstall Chrome. 2) Put mini_installer.exe in the same folder as test_installer.py. 3) Run "python test_installer.py config\config.config". 4) The script will install Chrome and then uninstall Chrome. At each state, it will check that the window "Welcome to Chrome" exists (or doesn't exist). You should see output similar to the following: "Test: clean -> install chrome -> chrome_installed -> uninstall chrome -> clean ... ok ---------------------------------------------------------------------- Ran 1 test in 12.345s"

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
M chrome/test/mini_installer/config/chrome_installed.prop View 1 chunk +3 lines, -0 lines 1 comment Download
M chrome/test/mini_installer/config/chrome_not_installed.prop View 1 chunk +3 lines, -0 lines 1 comment Download
M chrome/test/mini_installer/verifier.py View 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/test/mini_installer/window_verifier.py View 1 chunk +48 lines, -0 lines 1 comment Download

Messages

Total messages: 9 (0 generated)
sukolsak
Could you please take a look?
7 years, 4 months ago (2013-08-13 13:22:34 UTC) #1
gab
looks good https://codereview.chromium.org/23060002/diff/1/chrome/test/mini_installer/config/chrome_installed.prop File chrome/test/mini_installer/config/chrome_installed.prop (right): https://codereview.chromium.org/23060002/diff/1/chrome/test/mini_installer/config/chrome_installed.prop#newcode7 chrome/test/mini_installer/config/chrome_installed.prop:7: "Welcome to Chrome": {"exists": true} The installer ...
7 years, 4 months ago (2013-08-13 17:49:26 UTC) #2
grt (UTC plus 2)
i think it would help to have some commentary somewhere that explains what the entries ...
7 years, 4 months ago (2013-08-16 02:39:07 UTC) #3
gab
On 2013/08/16 02:39:07, grt wrote: > i think it would help to have some commentary ...
7 years, 4 months ago (2013-08-16 13:50:15 UTC) #4
grt (UTC plus 2)
On 2013/08/16 13:50:15, gab wrote: > On 2013/08/16 02:39:07, grt wrote: > > i think ...
7 years, 4 months ago (2013-08-16 15:36:54 UTC) #5
gab
So what's up with this verifier? Are we doing it? Not saying it's high priority ...
7 years, 3 months ago (2013-09-06 18:27:38 UTC) #6
sukolsak
On 2013/09/06 18:27:38, gab wrote: > So what's up with this verifier? Are we doing ...
7 years, 3 months ago (2013-09-06 20:04:44 UTC) #7
gab
On 2013/09/06 20:04:44, sukolsak wrote: > On 2013/09/06 18:27:38, gab wrote: > > So what's ...
7 years, 3 months ago (2013-09-09 16:06:38 UTC) #8
gab
7 years, 1 month ago (2013-11-19 13:07:15 UTC) #9
I don't a window verifier will be implemented in the short term; it is already
implicitly checked (one of the steps of launching chrome is to wait until its
window is up to return).

Closing this issue.

Cheers,
Gab

Powered by Google App Engine
This is Rietveld 408576698