6.8 KiB
6.8 KiB
Test plan for this add-on
Contents
Manual / QA TEST Instructions
Preparations
- Download a Release version of Firefox
Install the add-on and enroll in the study
- (Create profile: https://developer.mozilla.org/Firefox/Multiple_profiles, or via some other method)
- Navigate to about:config and set the following preferences. (If a preference does not exist, create it be right-clicking in the white area and selecting New -> String)
- Set
shieldStudy.logLevel
toinfo
. This permits shield-add-on log output in browser console. - Make sure that the Firefox Pioneer Add-on is installed
- Go to this study's tracking bug and install the latest add-on zip file
- (If you are installing an unsigned version of the add-on, you need to set
extensions.legacy.enabled
totrue
before installing the add-on)
Expected User Experience / Functionality
No user interface elements are modified in this study.
Do these tests (in addition to ordinary regression tests)
Manual performance regression test
- Install the add-on as per above
- Verify that the study runs
- Set/reset
shieldStudy.logLevel
to its default value for new profiles - Make sure that the add-on is not causing UI freezes on any platform
Enabling of permanent private browsing before study has begun
- Enable permanent private browsing
- Install the add-on as per above
- Verify that the study does not run
Enabling of permanent private browsing after study has begun
- Install the add-on as per above
- Verify that the study runs
- Enable permanent private browsing
- Verify that the study ends upon the subsequent restart of the browser
Private browsing mode test 1
- Install the add-on as per above
- Verify that the study runs
- Verify that no information is recorded and sent when private browsing mode is active
Mid-study slumber behaves properly test 1
- Install the add-on as per above
- Verify that the study runs
- Quit Firefox
- Adjust the system clock so that the study is just about to have run for 7 days
- Start Firefox
- Verify that the study runs
- Verify that the study add-on log out includes "We have not yet entered the slumber period. Activate the study and schedule the slumber"
- Surf around
- Verify that payloads are submitted
- Verify that the study add-on log out includes "Scheduling mid-study slumber to start in # minutes", where # is a small number of minutes.
- Wait a few minutes (for the slumber period to start)
- Verify that the study add-on log out includes "Mid-study slumber start".
- Surf around
- Verify that no payloads are submitted (except for possibly those stemming from one final payload processing, shown in the logs as "Sending the X navigation batches that are old enough")
Mid-study slumber behaves properly test 2
- Install the add-on as per above
- Verify that the study runs
- Quit Firefox
- Adjust the system clock so that the study is just about to have run for 14 days
- Start Firefox
- Verify that the study runs
- Verify that the study add-on log out includes "We have entered the slumber period. Pause the study and schedule the re-activation"
- (At this point, the instrumentation may be activated for a split second and then immediately paused)
- Surf around
- Verify that no payloads are submitted
- Verify that the study add-on log out does not include "Scheduling mid-study slumber to start in # minutes"
- Verify that the study add-on log out includes "Scheduling mid-study slumber to stop in # minutes", where # is a small number of minutes.
- Wait a few minutes (for the slumber period to stop)
- Verify that the study add-on log out includes "Mid-study slumber stop".
- Surf around
- Verify that payloads are submitted
Mid-study slumber behaves properly test 3
- Install the add-on as per above
- Verify that the study runs
- Quit Firefox
- Adjust the system clock so that the study has run for 16 days
- Start Firefox
- Verify that the study runs
- Verify that the study add-on log out includes "We are back after the slumber, simply activate the study and wait for study to expire"
- Verify that the study add-on log out does not include "Scheduling mid-study slumber to stop in # minutes"
- Surf around
- Verify that payloads are submitted
Not showing in about:addons
- Install the add-on as per above
- Verify that the study runs
- Verify that the study does not show up in
about:addons
(note: only signed study add-ons are hidden)
Note: checking "sent Telemetry is correct"
- Open the Browser Console using Firefox's top menu at
Tools > Web Developer > Browser Console
. This will display Shield (loading/telemetry) log output from the add-on as long as the preferenceshieldStudy.logLevel
is specified, with varying output as per below:- To get an idea of how often telemetry is sent and their calculated ping sizes, set
shieldStudy.logLevel
tolog
. This permits log-level shield-add-on log output in the browser console which includes high-level log messages regarding sent telemetry payloads. - To get an idea of how often OpenWPM instruments a JS/HTTP/COOKIE event, set
shieldStudy.logLevel
toinfo
. This permits info-level shield-add-on log output in the browser console which includes high-level log messages regarding received OpenWPM packages. - To inspect the unencrypted contents individual telemetry packets, set
shieldStudy.logLevel
toall
. This permits debug-level shield-add-on log output in the browser console. Note that this will negatively affect the performance of Firefox.
- To get an idea of how often telemetry is sent and their calculated ping sizes, set
- To see the actual (encrypted) payloads, go to
about:telemetry
-> Clickcurrent ping
-> SelectArchived ping data
-> Ping Typepioneer-study
-> Choose a payload -> Raw Payload
See TELEMETRY.md for more details on what pings are sent by this add-on.
Debug
To debug installation and loading of the add-on:
- Open the Browser Console using Firefox's top menu at
Tools > Web Developer > Browser Console
. This will display Shield (loading/telemetry) and log output from the add-on.