OLD | NEW |
| (Empty) |
1 Page Cycler Tests with Web Page Replay | |
2 --------------------------------------------------------------------------- | |
3 Web Page Replay is a proxy that can record and "play" web pages with | |
4 simulated network characteristics -- without having to edit the pages | |
5 by hand. With WPR, tests can use "real" web content, and catch | |
6 performance issues that may result from introducing network delays and | |
7 bandwidth throttling. | |
8 | |
9 The Chromium extension here is used to load URLs, record the times, | |
10 and set the appropriate cookies for src/tools/page_cycler/common/report.html. | |
11 | |
12 For more information: | |
13 https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers-wpr | |
14 https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers | |
15 http://code.google.com/p/web-page-replay | |
OLD | NEW |