QA/Execution/Web Testing/mcomtests: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
*** 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?)
*** 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)
** 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-older: http://www.mozilla.com/en-US/firefox/all-older.html
** Mobile page tests
** Mobile page tests
*** Auto-detection of device?
*** Auto-detection of device?

Revision as of 15:16, 22 March 2011

Mozilla.com Automated Test Tracking