Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
test:rosegarden_test_plans [2021/12/23 02:31] tedfelix |
test:rosegarden_test_plans [2025/01/21 15:07] (current) tedfelix |
====== Rosegarden Test Plans ====== | ====== Rosegarden Test Plans ====== |
| |
Gathering some test plans here. As this grows, split into separate pages. | //Would be really nice if we could have a Test Case Management System like Kiwi (https://kiwitcms.org/). Wish sourceforge or github offered something like this. Can we install it on our server with the wiki?// |
| |
Would be really nice if we could have a Test Case Management System like Kiwi (https://kiwitcms.org/). Wish sourceforge or github offered something like this. Can we install it on our server with the wiki? | * [[test:notation_tuplet|Notation Tuplet Test Plan]] |
===== Notation Tuplet Test Plan ===== | * [[test:stop_playback|Stop Playback at End of Last Segment]] |
| * [[test:classic_looping|Classic Looping]] |
==== Setup ==== | * [[test:advanced_looping|Advanced Looping]] |
| * [[test:shortcut_editor|Shortcut Editor]] |
* Create an 8-bar Segment. | * [[test:plugins|Plugins]] |
* Bring up in notation. | * [[test:autosave|autosave]] |
* Get familiar with entering notes with the keyboard. The following keys will enter notes: qweruio, asdfjkl, zxcvbnm. | * [[test:segment_drag|Segment Drag]] |
| * [[test:file_open_save|File Open/Save]] |
==== Triplets ==== | |
| |
* Turn on triplet mode (press g). | |
* Select 16th notes (semiquavers) (press 6). | |
* Insert 6 notes with the keyboard. (Use the following keys: qweruio, asdfjkl, zxcvbnm) | |
* Confirm two 16th note triplets. | |
* Select 8th notes (quavers) (press 8). | |
* Insert 3 notes with the keyboard. | |
* Confirm one 8th note triplet. | |
* Select quarter notes (crotchets) (press 4) | |
* Insert 3 notes with the keyboard. | |
* Confirm one quarter note triplet. | |
* That should fill the first bar. | |
| |
* 21.12: PASS | |
| |
==== 7 in 4 ==== | |
| |
* Switch to 16th notes (press 6) | |
* Switch to tuplet mode (press ;) | |
* Play 7 in the time of 4. | |
* Enter 7 notes with the keyboard. | |
* Confirm a septuplet in a quarter note's time. | |
| |
* 21.12: FAIL | |
| |
==== 6 in 4 ==== | |
| |
* Press ; twice to select a new timing. | |
* Play 6 in the time of 4. | |
* Enter 6 notes with the keyboard. | |
* Confirm a sextuplet in a quarter note's time. | |
| |
* 21.12: PASS | |
| |
==== 5 in 4 ==== | |
| |
* Press ; twice to select a new timing. | |
* Play 5 in the time of 4. | |
* Enter 5 notes with the keyboard. | |
* Confirm a quintuplet in a quarter note's time. | |
| |
* 21.12: PASS | |
| |
==== Triplets at Segment End ==== | |
| |
* Create a single bar segment. | |
* Confirm cursor at the beginning for insertion. | |
* Switch to 8th notes (press 8) | |
* Switch triplets on (press g) | |
* Use the keyboard to enter sets of three notes. | |
* Confirm that the last triplet at the end of the bar is correct. | |
| |
* 21.12: PASS | |
| |
==== Triplets Before Quarter ==== | |
| |
* Create a single bar segment. | |
* Insert a quarter note on beat 2. | |
* Switch to 8th note triplets (8g) | |
* Place three notes starting at beat 1 to form the triplet. | |
* Confirm triplet on beat 1 and the original quarter note still on beat 2. | |
| |
* 21.12: PASS | |
| |
==== Triplets Delete Triplets ==== | |
| |
* Create a single bar segment. | |
* With the cursor at the beginning (beat 1), create a triplet by pressing 8gasd on the keyboard. | |
* Switch to selection mode and select just the triplet with the mouse. | |
* Press delete. | |
* Move the cursor to the start of the bar with the left arrow key. | |
* Make a new triplet by pressing "asd" on the keyboard. | |
* Confirm a proper triplet at the beginning of the segment. | |
| |
* 21.12: FAIL | |
| |