Web Testing/Automation/automation-07-24-2010
From MozillaWiki
Discussion Topics
- update on page model
- general improvements:
- AMO
- Do not print stdout for passing test
- Use unittest’s errorhandling rather than implementing its own
- have smaller test methods (split large ones into multiple tests/files)
- SUMO
- consolidate setUp and tearDown into one file, and import functions/etc in setUp with same object names
- have consistent varname / object construction within setUp for sumo_functions and sumo_test_data
- AMO