QA/B2G/How To Test Firefox OS/Calendar: Difference between revisions

→‎Automation Scripts: Updated Line Spacing
(FInished Formatting)
 
(→‎Automation Scripts: Updated Line Spacing)
Line 161: Line 161:
::*[https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/gaia-ui-tests/Gaia_UI_Tests_Run_Tests Running the Gaia UI Tests]
::*[https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/gaia-ui-tests/Gaia_UI_Tests_Run_Tests Running the Gaia UI Tests]
:gaiatest --testvars=gaiatest/testvars.json --address=localhost:2828 --restart --timeout=100000 gaiatest/tests/functional/calendar/manifest.ini
:gaiatest --testvars=gaiatest/testvars.json --address=localhost:2828 --restart --timeout=100000 gaiatest/tests/functional/calendar/manifest.ini
:Automated Email Smoketests
:Automated Email Smoketests
::*test_calendar_new_event_appears_on_all_calendar_views.py
::*test_calendar_new_event_appears_on_all_calendar_views.py
Line 167: Line 168:
:Unit Tests
:Unit Tests
::*n/a
::*n/a
==Logging==
==Logging==
:Please provide the logcat by running adb logcat -v time -s GeckoDump:V Gecko:V GeckoConsole:V OomLogger:V | tee FILENAME-TO-LOG-TO.    Please start running this command BEFORE you attempt to reproduce the    problem.  logcat uses a circular buffer that discards older entries  when  the buffer fills up, so if you run logcat only after the problem    happens, you may not have all of the logic.  Once you are done, hit    control-C and send us the file.   
:Please provide the logcat by running adb logcat -v time -s GeckoDump:V Gecko:V GeckoConsole:V OomLogger:V | tee FILENAME-TO-LOG-TO.    Please start running this command BEFORE you attempt to reproduce the    problem.  logcat uses a circular buffer that discards older entries  when  the buffer fills up, so if you run logcat only after the problem    happens, you may not have all of the logic.  Once you are done, hit    control-C and send us the file.   
==Bug Writing==
==Bug Writing==
:Link to Bug Writing Document
:Link to Bug Writing Document
89

edits