2
name: software/update_manager_finds_updates
3
depends: networking/detect
5
requires: package.name == 'update-manager'
8
This test will check that the update manager can find updates.
10
1. Click Test to launch update-manager.
11
2. Follow the prompts and if updates are found, install them.
12
3. When Update Manager has finished, please close the app by clicking the Close button in the lower right corner.
14
Did Update manager find and install updates (Pass if no updates are found,
15
but Fail if updates are found but not installed)
16
command: update-manager --check-dist-upgrades
19
name: software/nautilus_folder_create
20
requires: package.name == 'nautilus'
24
This test will check that the file browser can create a new folder.
26
1. Click Test to open the File Browser.
27
2. On the menu bar, click File -> Create Folder.
28
3. In the name box for the new folder, enter the name Test Folder and hit Enter.
29
4. Close the File browser.
31
Do you now have a new folder called Test Folder?
34
name: software/nautilus_folder_copy
35
depends: software/nautilus_folder_create
39
This test will check that the file browser can copy a folder
41
1. Click Test to open the File Browser.
42
2. Right click on the folder called Test Folder and click on Copy.
43
3. Right Click on any white area in the window and click on Paste.
44
4. Right click on the folder called Test Folder(copy) and click Rename.
45
5. Enter the name Test Data in the name box and hit Enter.
46
6. Close the File browser.
48
Do you now have a folder called Test Data?
51
name: software/nautilus_folder_move
52
depends: software/nautilus_folder_copy
56
This test will verify that the file browser can move a folder.
58
1. Click Test to open the File Browser.
59
2. Click and drag the folder called Test Data onto the icon called Test Folder.
60
3. Release the button.
61
4. Double click the folder called Test Folder to open it up.
62
5. Close the File Browser.
64
Was the folder called Test Data successfully moved into the folder called Test Folder?
67
name: software/nautilus_file_create
68
depends: software/nautilus_folder_create
69
command: nautilus $HOME/"Test Folder"
72
This test will check that the file browser can create a new file.
74
1. Click Select Test to open the File Browser.
75
2. Right click in the white space and click Create Document -> Empty Document.
76
3. Enter the name Test File 1 in the name box and hit Enter.
77
4. Close the File browser.
79
Do you now have a file called Test File 1?
82
name: software/nautilus_file_copy
83
depends: software/nautilus_file_create
84
command: nautilus $HOME/"Test Folder"
87
This test will check that the file browser can copy a file.
89
1. Click Test to open the File Browser.
90
2. Right click on the file called Test File 1 and click Copy.
91
3. Right click in the white space and click Paste.
92
4. Right click on the file called Test File 1(copy) and click Rename.
93
5. Enter the name Test File 2 in the name box and hit Enter.
94
6. Close the File Browser.
96
Do you now have a file called Test File 2?
99
name: software/nautilus_file_move
100
depends: software/nautilus_file_copy
101
command: nautilus $HOME/"Test Folder"
104
This test will check that the file browser can move a file.
106
1. Click Test to open the File Browser.
107
2. Click and drag the file called Test File 2 onto the icon for the folder called Test Data.
108
3. Release the button.
109
4. Double click the icon for Test Data to open that folder up.
110
5. Close the File Browser.
112
Was the file Test File 2 successfully moved into the Test Data folder?
115
name: software/nautilus_file_delete
116
depends: software/nautilus_file_create
117
command: nautilus $HOME/"Test Folder"
120
This test will check that the file browser can delete a file.
122
1. Click Test to open the File Browser.
123
2. Right click on the file called Test File 1 and click on Move To Trash.
124
3. Verify that Test File 1 has been removed.
125
4. Close the File Browser.
127
Is Test File 1 now gone?
130
name: software/nautilus_folder_delete
131
depends: software/nautilus_folder_create
135
This test will check that the file browser can delete a folder.
137
1. Click Test to open the File Browser.
138
2. Right click on the folder called Test Folder and click on Move To Trash.
139
3. Verify that the folder was deleted.
140
4. Close the file browser.
142
Has Test Folder been successfully deleted?
145
name: software/view_office_document
146
requires: package.name == "ubuntu-desktop"
147
_description: Common Document Types Test
149
cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/documents -type f"
150
name: `basename $0`_test
154
This test will check that common office document types can be opened in the default application.
156
1. Click Test to open the file '$0' with its default viewer.
157
2. After the viewer opens, check out the file that was opened.
158
3. Close the application (LibreOffice, Doc Viewer, etc.)
160
Did the application open the document properly? (e.g was it displayed and did it function properly?)
165
name: software/audio_file_play
166
requires: package.name == "ubuntu-desktop"
167
_description: Common Document Types Test
169
cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/audio -type f"
170
name: `basename $0`_test
174
This test will check that common audio files can be opened in the default player.
176
1. Click Test to open the audio file '$0' with its default player.
177
2. After the player opens listen to the sound.
178
3. Close the application.
180
Did the application play the audio file properly? (no skips, crackles, etc)
185
name: software/video_file_play
186
requires: package.name == "ubuntu-desktop"
187
_description: Common Document Types Test
189
cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/video -type f"
190
name: `basename $0`_test
194
This test will check that common video files can be played in the default player.
196
1. Click Test to play the video '$0' with its default player.
198
3. Close the application.
200
Did the application play '$0' proplerly (no video or audio issues with playback?)
205
name: software/view_image_file
206
requires: package.name == "ubuntu-desktop"
207
_description: Common Document Types Test
209
cat <<'EOF' | run_templates -s "find $CHECKBOX_SHARE/data/images -type f"
210
name: `basename $0`_test
214
This test will check that common image formats can be opened in the default viewer.
216
1. Click Test to attempt to open the image '$0' with its default viewer.
217
2. Check out the file that was opened.
218
3. Close the application.
220
Did the image display properly?
225
name: software/firefox
226
requires: package.name == 'firefox'
227
command: firefox $CHECKBOX_SHARE/data/websites/testindex.html
230
This test will check that Firefox can render a basic web page.
232
1. Select Test to launch Firefox and view the test web page.
234
Did the Ubuntu Test page load correctly?
237
name: software/firefox-java
238
depends: software/firefox
239
requires: package.name == 'firefox'
240
command: firefox $CHECKBOX_SHARE/data/websites/javatest.html
243
This test will check that Firefox can run a java applet in a web page. Note:
244
this may require installing additional software to complete successfully.
246
1. Select Test to open Firefox with the Java test page, and follow the instructions there.
248
Did the applet display?
251
name: software/firefox-flash
252
depends: software/firefox
253
requires: package.name == 'firefox'
254
command: firefox $CHECKBOX_SHARE/data/websites/flashtest.html
257
This test will check that Firefox can run flash applications. Note: this may
258
require installing additional software to successfully complete.
260
1. Select Test to launch Firefox and view a sample Flash test.
262
Did you see the text?
265
name: software/firefox-flash-video
266
depends: software/firefox-flash
267
requires: package.name == 'firefox'
268
command: firefox $CHECKBOX_SHARE/data/websites/flashvideo.html
271
This test will check that Firefox can play a Flash video. Note: this may
272
require installing additional software to successfully complete.
274
1. Select Test to launch Firefox and view a short flash video.
276
Did the video play correctly?
279
name: software/firefox-totem
280
depends: software/firefox
282
package.name == 'firefox'
283
package.name == 'gstreamer0.10-ffmpeg'
284
command: firefox $CHECKBOX_SHARE/data/video/Quicktime_Video.mov
287
This test will check that Firefox can play a Quicktime (.mov) video file.
288
Note: this may require installing additional software to successfully
291
1. Select Test to launch Firefox with a sample video.
293
Did the video play using a plugin?
296
name: software/empathy-facebook_chat
297
requires: package.name == "empathy"
301
This test will check that Empathy messaging client works.
303
1. Select Test to launch Empathy.
304
2. Configure it to connect to the Facebook Chat service.
305
3. Once you have completed the test, please quit Empathy to continue here.
307
Were you able to connect correctly and send/receive messages?
310
name: software/empathy-google_talk
311
requires: package.name == "empathy"
315
This test will check that Empathy messaging client works.
317
1. Select Test to launch Empathy.
318
2. Configure it to connect to the Google Talk (gtalk) service.
319
3. Once you have completed the test, please quit Empathy to continue here.
321
Were you able to connect correctly and send/receive messages?
324
name: software/empathy-jabber
325
requires: package.name == "empathy"
329
This test will check that Empathy messaging client works.
331
1. Select Test to launch Empathy.
332
2. Configure it to connect to the Jabber service.
333
3. Once you have completed the test, please quit Empathy to continue here.
335
Were you able to connect correctly and send/receive messages?
338
name: software/empathy-aim
339
requires: package.name == "empathy"
343
This test will check that Empathy messaging client works.
345
1. Select Test to launch Empathy.
346
2. Configure it to connect to the AOL Instant Messaging (AIM) service.
347
3. Once you have completed the test, please quit Empathy to continue here.
349
Were you able to connect correctly and send/receive messages?
352
name: software/empathy-msn
353
requires: package.name == "empathy"
357
This test will check that Empathy messaging client works.
359
1. Select Test to launch Empathy.
360
2. Configure it to connect to the Microsoft Network (MSN) service.
361
3. Once you have completed the test, please quit Empathy to continue here.
363
Were you able to connect correctly and send/receive messages?
366
name: software/evolution-pop3
367
requires: package.name == "evolution"
371
This test will check that Evolution works.
373
1. Click the "Test" button to launch Evolution.
374
2. Configure it to connect to a POP3 account.
376
Were you able to receive and read e-mail correctly?
379
name: software/evolution-imap
380
requires: package.name == "evolution"
384
This test will check that Evolution works.
386
1. Click the "Test" button to launch Evolution.
387
2. Configure it to connect to a IMAP account.
389
Were you able to receive and read e-mail correctly?
392
name: software/evolution-smtp
393
requires: package.name == "evolution"
397
This test will check that Evolution works.
399
1. Click the "Test" button to launch Evolution.
400
2. Configure it to connect to a SMTP account.
402
Were you able to send e-mail without errors?
405
name: software/gcalctool
406
requires: package.name == "gcalctool"
410
This test checks that gcalctool (Calculator) works.
412
Click the "Test" button to open the calculator.
414
Did it launch correctly?
417
name: software/gcalctool-functions
418
depends: software/gcalctool
419
requires: package.name == "gcalctool"
423
This test checks that gcalctool (Calculator) works.
425
Click the "Test" button to open the calculator and perform:
426
1. Simple math functions (+,-,/,*)
427
2. Nested math functions ((,))
431
Did the functions perform as expected?
434
name: software/gcalctool-memory
435
depends: software/gcalctool
436
requires: package.name == "gcalctool"
440
This test checks that gcalctool (Calculator) works.
442
Click the "Test" button to open the calculator and perform:
448
Did the functions perform as expected?
451
name: software/gcalctool-clipboard
452
depends: software/gcalctool
453
requires: package.name == "gcalctool"
457
This test checks that gcalctool (Calculator) works.
459
Click the "Test" button to open the calculator and perform:
464
Did the functions perform as expected?
468
requires: package.name == "gedit"
472
This test checks that gedit works.
474
1. Click the "Test" button to open gedit.
475
2. Enter some text and save the file (make a note of the file name you use), then close gedit.
477
Did this perform as expected?
480
name: software/gedit-read
481
depends: software/gedit
482
requires: package.name == "gedit"
486
This test checks that gedit works.
488
1. Click the "Test" button to open gedit, and re-open the file you created previously.
489
2. Edit then save the file, then close gedit.
491
Did this perform as expected?
494
name: software/gnome-terminal
495
requires: package.name == "gnome-terminal"
496
command: gnome-terminal
499
This test will check that Gnome Terminal works.
501
1. Click the "Test" button to open Terminal.
502
2. Type 'ls' and press enter. You should see a list of files and folder in your home directory.
503
3. Close the terminal window.
505
Did this perform as expected?