Merge lp:~rosco2/ubuntu-manual-tests/Musescore into lp:ubuntu-manual-tests

Proposed by Ross Gammon
Status: Merged
Merged at revision: 272
Proposed branch: lp:~rosco2/ubuntu-manual-tests/Musescore
Merge into: lp:ubuntu-manual-tests
Diff against target: 89 lines (+85/-0)
1 file modified
testcases/packages/Musescore Tests (+85/-0)
To merge this branch: bzr merge lp:~rosco2/ubuntu-manual-tests/Musescore
Reviewer Review Type Date Requested Status
Elfy (community) Approve
Ross Gammon Needs Resubmitting
Review via email: mp+224914@code.launchpad.net

Description of the change

Created a new test case for Musescore.

To post a comment you must log in.
Revision history for this message
Elfy (elfy) wrote :

That is almost perfect - thanks.

If you can remove any 'should's' from it I can approve this.

eg

<dd>The Musescore application should open with the default score "Reunion" on screen</dd>

needs to read as

<dd>The Musescore application opens with the default score "Reunion" on screen</dd>

review: Needs Fixing
272. By Ross Gammon

Switch verbs to s-form

Revision history for this message
Ross Gammon (rosco2) wrote :

Removed "should's" and switched to s-form for the verbs.
Thanks - I was a bit inconsistent with the phrasing the first time.
Ross

review: Needs Resubmitting
Revision history for this message
Elfy (elfy) wrote :

Thanks. Merging and syncing with the tracker

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/Musescore Tests'
2--- testcases/packages/Musescore Tests 1970-01-01 00:00:00 +0000
3+++ testcases/packages/Musescore Tests 2014-06-29 08:12:17 +0000
4@@ -0,0 +1,85 @@
5+This test will check that Musescore opens correctly
6+<dl>
7+ <dt>Open the Musescore application from your menu</dt>
8+ <dd>The Musescore application opens with the default score "Reunion" on screen</dd>
9+ <dt>Click on the "Help" menu and choose "About"</dt>
10+ <dd>A window opens displaying the Musescore version and license information</dd>
11+ <dt>Click on OK</dt>
12+ <dd>The About window disappears</dd>
13+</dl>
14+
15+This test will check that the default score "Reunion" plays
16+<dl>
17+ <dt>Click on the "Playback" icon, or press the space-bar on your keyboard</dt>
18+ <dd>The default "Reunion" piece starts playing through your speakers</dd>
19+ <dt>Click on the "Playback" icon (or the space-bar) while the piece is playing</dt>
20+ <dd>The piece pauses and the sound stops</dd>
21+ <dt>Click on the "Playback" icon (or the space-bar)</dt>
22+ <dd>The piece plays through to the end</dd>
23+ </dl>
24+
25+ This test will check that the default score "Reunion" prints, or that a PDF file is created
26+ <dl>
27+ <dt>Click on the "Print" icon (or choose File > Print from the menu)</dt>
28+ <dd>A "Print" window opens</dd>
29+ <dt>Choose your printer from the drop down list (or "Print to File (PDF)" and choose a suitable location)</dt>
30+ <dd>Musescore prints a copy of the default "Reunion" score, or creates a PDF file that can be opened in a PDF viewer</dd>
31+</dl>
32+
33+This test will check that a new score can be created, notes entered and the file saved and opened again
34+<dl>
35+ <dt>Click on the "Create New Score" icon (File > New from the menu)</dt>
36+ <dd>The "Create New Score" window opens</dd>
37+ <dt>Enter a title for the new piece (e.g. "Test")</dt>
38+ <dt>Check that "create new score from scratch" is selected</dt>
39+ <dt>Click "Next"</dt>
40+ <dd>A list of instruments to choose from appears</dd>
41+ <dt>Click on an instrument from the list so that it is highlighted</dt>
42+ <dt>Click on "Add"</dt>
43+ <dd>The chosen instrument now appears in the "Staves" box to the right of the instrument list</dd>
44+ <dt>Click "Next"</dt>
45+ <dd>The "Select Key Signature" step now appears</dd>
46+ <dt>Choose a Key Signature (e.g. G major)</dt>
47+ <dt>Click "Next"</dt>
48+ <dd>The "Create Time Signature" step now appears</dd>
49+ <dt>Choose a Time Signature (e.g. 3/4)</dt>
50+ <dt>Choose 2 measures</dt>
51+ <dt>Click Finish</dt>
52+ <dd>An empty score appears with your chosen title, Key Signature & Time Signature</dd>
53+ <dt>Click "Note Input Mode" icon (or press "N" on the keyboard)</dt>
54+ <dt>Click somewhere on the staff to enter a note</dt>
55+ <dd>If the "enable sound while editing" icon is highlighted, you hear the note sound as it appears on the staff</dd>
56+ <dt>Continue filling the staff with a variety of notes</dt>
57+ <dt>Click the "Rewind to Start Position" icon</dt>
58+ <dt>Click the "Play" icon (or the space-bar on the keyboard)</dt>
59+ <dd>You hear your new piece play</dd>
60+ <dt>Click the "Save Score to File" icon (File > Save from the menu)</dt>
61+ <dt>Type in a name for your file and choose a location to save it</dt>
62+ <dt>Click "Save"</dt>
63+ <dt>Close the tab for your new file by clicking the "X"</dt>
64+ <dt>Click the "Load Score from File" icon (File > Open from the menu)</dt>
65+ <dt>Find and Choose your file</dt>
66+ <dt>Click "Open"</dt>
67+ <dd>Your file opens again and appears as it was when you saved it</dd>
68+</dl>
69+
70+This test will check if you can enter notes stepwise using a midi keyboard
71+If your midi keyboard has not been switched on, close down Musescore, turn on your midi keyboard, and reopen your test score in Musescore.
72+If you don't have a physical midi keyboard, install/use vkeybd instead, and have this running before starting Musescore.
73+<dl>
74+ <dt>From the menu, choose Create > Measures> Append Measures (or press Shift+Ctrl+B)</dt>
75+ <dt>Choose 2 measures</dt>
76+ <dt>Click "OK"</dt>
77+ <dt>Check midi entry is enabled by clicking the "Enable Midi Input" icon until it is highlighted</dt>
78+ <dt>Click on one of the 2 new empty measures to indicate where to start note entry</dt>
79+ <dt>Click on "N" to begin note entry</dt>
80+ <dt>Press some notes on your midi keyboard</dt>
81+ <dd>Notes appear on the score</dd>
82+ <dt>Fill the score with notes from the midi keyboard</dt>
83+ <dt>Click the "Rewind to Start Position" icon</dt>
84+ <dt>Click the "Play" icon</dt>
85+ <dd>You hear your entered notes being played</dd>
86+</dl>
87+
88+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
89+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result 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>

Subscribers

People subscribed via source and target branches