~nskaggs/ubuntu-manual-tests/timeanddate

« back to all changes in this revision

Viewing changes to testcases/packages/1428_Shotwell Tests

  • Committer: Nicholas Skaggs
  • Date: 2013-02-12 16:41:17 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20130212164117-30do9844q2wkub3s
Mass conversion for testcases to new format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Test-case name: shotwell/swp-001
2
 
This test will check that Shotwell can import pictures from camera
3
 
<ol>
4
 
<li title="action"> Plug in your camera using a USB cable. Your camera may need to be switched on, check the camera manual</li>
5
 
<ol>
6
 
<li title="expected_result">A window should appear telling you that it has detected media that contain digital photos</li>
7
 
</ol>
8
 
<li title="action"> Select ‘shotwell’ in the dropdown and click ok</li>
9
 
<ol>
10
 
<li title="expected_result">Shotwell loads and display thumbnails of the photos on your camera</li>
11
 
</ol>
12
 
<li title="action"> Select a single photo and click Import Selected</li>
13
 
<ol>
14
 
<li title="expected_result">Shotwell imports the photo and displays a prompt asking you if you wish to delete the photos from the camera</li>
15
 
</ol>
16
 
<li title="action"> Select no.</li>
17
 
<ol>
18
 
<li title="expected_result">The dialog disappears</li>
19
 
</ol>
20
 
<li title="action"> Select “last import” in the left hand pane</li>
21
 
<ol>
22
 
<li title="expected_result">Does shotwell display the picture you imported?</li>
23
 
</ol>
24
 
</ol>
25
 
Test-case name: shotwell/swp-002
26
 
This test will check that Shotwell can edit images
27
 
<ol>
28
 
<li title="action"> Ensure shotwell is still loaded and displaying your import picture. Double click the picture thumbnail</li>
29
 
<ol>
30
 
<li title="expected_result">The image is enlarged and editing buttons exist below the image: Rotate, Crop, Red-eye, Adjust, Enhance</li>
31
 
</ol>
32
 
<li title="action"> Click rotate button four times</li>
33
 
<ol>
34
 
<li title="expected_result">The image should turn 90 degrees after each click and return to its original orientation upon completition</li>
35
 
</ol>
36
 
<li title="action"> Click the Crop button</li>
37
 
<ol>
38
 
<li title="expected_result">A square appears, the photo within the square will appear with normal contrast, outside the square the photo will have reduced contrast.</li>
39
 
</ol>
40
 
<li title="action"> Click and drag the square with the mouse to the left hand side of the image</li>
41
 
<ol>
42
 
<li title="expected_result">The cropped square moves and a grid will appear that divides the cropped area into nine smaller squares</li>
43
 
</ol>
44
 
<li title="action"> Click OK</li>
45
 
<ol>
46
 
<li title="expected_result">The photo is now cropped and contains only the area selected</li>
47
 
</ol>
48
 
<li title="action"> Press ctrl+z</li>
49
 
<ol>
50
 
<li title="expected_result">The photo is now restored to it’s original condition</li>
51
 
</ol>
52
 
<li title="action"> Click Red-eye</li>
53
 
<ol>
54
 
<li title="expected_result">A small circle appears near a region of the photo that looks red.</li>
55
 
</ol>
56
 
<li title="action"> Click close</li>
57
 
<ol>
58
 
<li title="expected_result">The red eye dialog is closed</li>
59
 
</ol>
60
 
<li title="action"> Click Adjust</li>
61
 
<ol>
62
 
<li title="expected_result">A histogram of the image and five adjustment sliders appears</li>
63
 
</ol>
64
 
<li title="action"> Move the left slider to the right</li>
65
 
<ol>
66
 
<li title="expected_result">The image contrast/color is changed in response</li>
67
 
</ol>
68
 
<li title="action"> Move the left slider to the right</li>
69
 
<ol>
70
 
<li title="expected_result">The image contrast/color is changed in response</li>
71
 
</ol>
72
 
<li title="action"> Click Adjust</li>
73
 
<ol>
74
 
<li title="expected_result">The histogram is closed</li>
75
 
</ol>
76
 
<li title="action"> Click Enhance</li>
77
 
<ol>
78
 
<li title="expected_result">The image is changed with extra contrast</li>
79
 
</ol>
80
 
<li title="action"> Press ctrl+z</li>
81
 
<ol>
82
 
<li title="expected_result">Did the photo respond properly to the editing, and is now restored to it’s original condition?</li>
83
 
</ol>
84
 
</ol>
85
 
Test-case name: shotwell/swp-003
86
 
This test will check that Shotwell can publish images online
87
 
<ol>
88
 
<li title="action"> Select an image you want to publish in thumbnail view, and then select File, Publish.</li>
89
 
<ol>
90
 
<li title="expected_result">The shotwell publish dialog appears</li>
91
 
</ol>
92
 
<li title="action"> Select an on-line provider from the dropdown and press Login</li>
93
 
<ol>
94
 
<li title="expected_result">The dialog connects to the providers login page</li>
95
 
</ol>
96
 
<li title="action"> Enter your login details and login to the providers page</li>
97
 
<ol>
98
 
<li title="expected_result">Login is successful</li>
99
 
</ol>
100
 
<li title="action"> Name the new albulm and hit publish</li>
101
 
<ol>
102
 
<li title="expected_result">Are the images published to the online provider?</li>
103
 
</ol>
104
 
</ol>
105
 
Test-case name: shotwell/swp-004
106
 
This test will check that Shotwell can export pictures to folder
107
 
<ol>
108
 
<li title="action"> Select an image you want to export in thumbnail view, and then select File, Export</li>
109
 
<ol>
110
 
<li title="expected_result">Export dialog appears</li>
111
 
</ol>
112
 
<li title="action"> Click ok</li>
113
 
<ol>
114
 
<li title="expected_result">Folder select dialog appears</li>
115
 
</ol>
116
 
<li title="action"> Select folder and hit save</li>
117
 
<ol>
118
 
<li title="expected_result">Did the Picture get exported to a new location?</li>
119
 
</ol>
120
 
</ol>
121
 
Test-case name: shotwell/swp-005
122
 
This test will check that Shotwell can set image as desktop background
123
 
<ol>
124
 
<li title="action"> Select an image you want to set as your desktop background in thumbnail view, and then select File, Set As Desktop Background</li>
125
 
<ol>
126
 
<li title="expected_result">Is your desktop background now set to the picture you selected?</li>
127
 
</ol>
128
 
</ol>
129
 
Test-case name: shotwell/swp-006
130
 
This test will check that Shotwell can set images as desktop slideshow
131
 
<ol>
132
 
<li title="action"> Select a group of images you want to set as your desktop slideshow in thumbnail view, and then select File, Set As Desktop Slideshow</li>
133
 
<ol>
134
 
<li title="expected_result">The Set as Desktop Slideshow dialog appears</li>
135
 
</ol>
136
 
<li title="action"> Slide the slider to set show each photo for 5 seconds.</li>
137
 
<ol>
138
 
<li title="expected_result">Exporting dialog pops up and disappears</li>
139
 
</ol>
140
 
<li title="action"> Minimize windows so you can see your desktop.</li>
141
 
<ol>
142
 
<li title="expected_result">Is your desktop background now set to the images you selected? Are they rotating every 5 seconds as set?</li>
143
 
</ol>
144
 
</ol>
145
 
<strong>
146
 
If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
 
2
<dl>
 
3
                This test will check that Shotwell can import pictures from camera
 
4
        <dt> Plug in your camera using a USB cable. Your camera may need to be switched on, check the camera manual</dt>
 
5
                <dd>A window should appear telling you that it has detected media that contain digital photos</dd>
 
6
        <dt> Select ‘shotwell’ in the dropdown and click ok</dt>
 
7
                <dd>Shotwell loads and display thumbnails of the photos on your camera</dd>
 
8
        <dt> Select a single photo and click Import Selected</dt>
 
9
                <dd>Shotwell imports the photo and displays a prompt asking you if you wish to delete the photos from the camera</dd>
 
10
        <dt> Select no.</dt>
 
11
                <dd>The dialog disappears</dd>
 
12
        <dt> Select “last import” in the left hand pane</dt>
 
13
                <dd>Does shotwell display the picture you imported?</dd>
 
14
</dl>
 
15
Test-case name: shotwell/swp-002
 
16
<dl>
 
17
                This test will check that Shotwell can edit images
 
18
        <dt> Ensure shotwell is still loaded and displaying your import picture. Double click the picture thumbnail</dt>
 
19
                <dd>The image is enlarged and editing buttons exist below the image: Rotate, Crop, Red-eye, Adjust, Enhance</dd>
 
20
        <dt> Click rotate button four times</dt>
 
21
                <dd>The image should turn 90 degrees after each click and return to its original orientation upon completition</dd>
 
22
        <dt> Click the Crop button</dt>
 
23
                <dd>A square appears, the photo within the square will appear with normal contrast, outside the square the photo will have reduced contrast.</dd>
 
24
        <dt> Click and drag the square with the mouse to the left hand side of the image</dt>
 
25
                <dd>The cropped square moves and a grid will appear that divides the cropped area into nine smaller squares</dd>
 
26
        <dt> Click OK</dt>
 
27
                <dd>The photo is now cropped and contains only the area selected</dd>
 
28
        <dt> Press ctrl+z</dt>
 
29
                <dd>The photo is now restored to it’s original condition</dd>
 
30
        <dt> Click Red-eye</dt>
 
31
                <dd>A small circle appears near a region of the photo that looks red.</dd>
 
32
        <dt> Click close</dt>
 
33
                <dd>The red eye dialog is closed</dd>
 
34
        <dt> Click Adjust</dt>
 
35
                <dd>A histogram of the image and five adjustment sliders appears</dd>
 
36
        <dt> Move the left slider to the right</dt>
 
37
                <dd>The image contrast/color is changed in response</dd>
 
38
        <dt> Move the left slider to the right</dt>
 
39
                <dd>The image contrast/color is changed in response</dd>
 
40
        <dt> Click Adjust</dt>
 
41
                <dd>The histogram is closed</dd>
 
42
        <dt> Click Enhance</dt>
 
43
                <dd>The image is changed with extra contrast</dd>
 
44
        <dt> Press ctrl+z</dt>
 
45
                <dd>Did the photo respond properly to the editing, and is now restored to it’s original condition?</dd>
 
46
</dl>
 
47
Test-case name: shotwell/swp-003
 
48
<dl>
 
49
                This test will check that Shotwell can publish images online
 
50
        <dt> Select an image you want to publish in thumbnail view, and then select File, Publish.</dt>
 
51
                <dd>The shotwell publish dialog appears</dd>
 
52
        <dt> Select an on-line provider from the dropdown and press Login</dt>
 
53
                <dd>The dialog connects to the providers login page</dd>
 
54
        <dt> Enter your login details and login to the providers page</dt>
 
55
                <dd>Login is successful</dd>
 
56
        <dt> Name the new albulm and hit publish</dt>
 
57
                <dd>Are the images published to the online provider?</dd>
 
58
</dl>
 
59
Test-case name: shotwell/swp-004
 
60
<dl>
 
61
                This test will check that Shotwell can export pictures to folder
 
62
        <dt> Select an image you want to export in thumbnail view, and then select File, Export</dt>
 
63
                <dd>Export dialog appears</dd>
 
64
        <dt> Click ok</dt>
 
65
                <dd>Folder select dialog appears</dd>
 
66
        <dt> Select folder and hit save</dt>
 
67
                <dd>Did the Picture get exported to a new location?</dd>
 
68
</dl>
 
69
Test-case name: shotwell/swp-005
 
70
<dl>
 
71
                This test will check that Shotwell can set image as desktop background
 
72
        <dt> Select an image you want to set as your desktop background in thumbnail view, and then select File, Set As Desktop Background</dt>
 
73
                <dd>Is your desktop background now set to the picture you selected?</dd>
 
74
</dl>
 
75
Test-case name: shotwell/swp-006
 
76
<dl>
 
77
                This test will check that Shotwell can set images as desktop slideshow
 
78
        <dt> Select a group of images you want to set as your desktop slideshow in thumbnail view, and then select File, Set As Desktop Slideshow</dt>
 
79
                <dd>The Set as Desktop Slideshow dialog appears</dd>
 
80
        <dt> Slide the slider to set show each photo for 5 seconds.</dt>
 
81
                <dd>Exporting dialog pops up and disappears</dd>
 
82
        <dt> Minimize windows so you can see your desktop.</dt>
 
83
                <dd>Is your desktop background now set to the images you selected? Are they rotating every 5 seconds as set?</dd>
 
84
</dl>
 
85
<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
147
86
If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>
 
 
b'\\ No newline at end of file'