QA/Execution/Web Testing/mcomtests
< QA | Execution | Web Testing
Jump to navigation
Jump to search
Mozilla.com Automated Test Tracking
- Raymond's Github Repository
- Current test repository SVN
- This needs to be a job in Hudson, ASAP, to augment/replace the current failing tests
- Run against http://www-fx4.stage.mozilla.com/en-US/firefox/
- Tests
- Redirect tests , these should cover the redirects in htaccess
- Both locale detection/redirection+user-agent tests/redirects
- Video page tests
- Newsletter page tests
- Download button tests
- Note that we don't have to test the mirror links themselves, just that http://www.mozilla.com/products/download.html?product=firefox-3.6.13&os=win&lang=en-US (e.g.) returns a 200 OK, and redirects the page to http://www.mozilla.com/en-US/products/download.html?product=firefox-3.6.13&os=win&lang=en-US, and, if possible, puts up the mirror link (can we test that some event is fired off?)
- This would be done using PyQuery and urllib (this is needed to switch user agents and verify that the correct button and message appears on each download page)
- All.html: http://www.mozilla.com/en-US/firefox/all.html
- All-older.html: http://www.mozilla.com/en-US/firefox/all-older.html
- Mobile page tests
- Auto-detection of device?
- Auto-redirect
- Customization page tests
- Features page tests
- Homepage tests
- Breadcrumb tests
- Redirect tests , these should cover the redirects in htaccess
Dev requirements ideas
- Easy to run locally (when refactoring)
- Every commit in there should be reviewed (to be sure we are not breaking other tests, only adding good new tests)
- Public reporting system (so that we quickly know if any branch is misbehaving)
- Hudson takes care of it