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

Issue 9687001: Adding another control test for Chrome Endure that uses WebDriver. (Closed)

Created:
8 years, 9 months ago by dennis_jeffrey
Modified:
8 years, 9 months ago
Reviewers:
frankf1, frankf
CC:
chromium-reviews, dennis_jeffrey, John Grabowski, anantha, dyu1, Nirnimesh, gregsimon
Visibility:
Public.

Description

Adding another control test for Chrome Endure that uses WebDriver. The new control test, testControlAttachDetachDOMTreeWebDriver, behaves the same as the existing control test testControlAttachDetachDOMTree, except it uses webdriver to click on buttons to attach/detach a DOM tree, rather than relying on Javascript setTimeout calls to drive the attaching/detaching. BUG=chromium-os:27590 TEST=Verified the test runs successfully on my local linux machine. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126190

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed first round of review comments. #

Patch Set 3 : Adjusted indentation of several lines. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -28 lines) Patch
M chrome/test/data/chrome_endure/endurance_control.html View 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/test/data/chrome_endure/endurance_control_webdriver.html View 1 1 chunk +47 lines, -0 lines 0 comments Download
M chrome/test/functional/perf_endure.py View 1 2 9 chunks +61 lines, -26 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dennis_jeffrey
8 years, 9 months ago (2012-03-10 01:21:02 UTC) #1
frankf1
What's the advantage of using webdriver here? http://codereview.chromium.org/9687001/diff/1/chrome/test/data/chrome_endure/endurance_control_webdriver.html File chrome/test/data/chrome_endure/endurance_control_webdriver.html (right): http://codereview.chromium.org/9687001/diff/1/chrome/test/data/chrome_endure/endurance_control_webdriver.html#newcode31 chrome/test/data/chrome_endure/endurance_control_webdriver.html:31: document.body.removeChild(document.body.childNodes[5]); can ...
8 years, 9 months ago (2012-03-10 02:57:17 UTC) #2
dennis_jeffrey
Thanks! The new control test added in this CL was explicitly designed to use WebDriver, ...
8 years, 9 months ago (2012-03-12 18:48:06 UTC) #3
frankf1
lgtm
8 years, 9 months ago (2012-03-12 19:10:09 UTC) #4
dennis_jeffrey
Please take one more quick look; I adjusted the indentation as per our offline discussion.
8 years, 9 months ago (2012-03-12 19:11:32 UTC) #5
dennis_jeffrey
8 years, 9 months ago (2012-03-12 19:21:36 UTC) #6
Thanks for the offline LGTM of the latest patch set.  I'll submit this now.

Powered by Google App Engine
This is Rietveld 408576698