Changes between Version 3 and Version 4 of QtWebKitTesting
- Timestamp:
- Apr 12, 2011, 10:59:43 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTesting
v3 v4 3 3 = QtWebKit Test Procedures = 4 4 5 '''Work in progress''', any help is very appreciated, see TODO items below.5 This is a work-in-progress page with test procedures for !QtWebKit. 6 6 7 7 == Smoke Test (simple, high-level test) == 8 9 A smoke test is used to make sure the standard features are working on a particular build of QtWebKit. 8 A smoke test is used to make sure the standard features are working on a particular build of !QtWebKit. The QtWebKitCheckList wiki page has a procedure we're running every week on trunk. 10 9 11 10 === Build tests === … … 19 18 * '''TODO''': links 20 19 21 === QtTestBrowser tests ===22 * Load youtube.com and watch a flash video23 * Load a few https sites (e.g.: google account login)24 * Load a few java-script based websites (google maps, gmail, etc)25 * Browse around for a while :-)26 * '''TODO''': list of interesting and complex websites27 28 20 == Automated tests == 29 30 21 WebKit has thousand of automated tests in place. Below are instructions on how to run them. 31 22 32 23 === WebKit Layout tests === 33 34 24 * Use the [http://webkit.sed.hu/blog/20101028/qtwebkit-builder-and-tester-virtual-machine QtWebKit Builder and Tester Virtual Machine]. If you prefer to setup your own environment (hint: you probably don't), follow the instructions from QtWebKitContrib#Runningthetests 35 25