Phonon/QA: Difference between revisions
Appearance
< Phonon
Apachelogger (talk | contribs) |
Apachelogger (talk | contribs) |
||
Line 64: | Line 64: | ||
==== Tomahawk (A) ==== | ==== Tomahawk (A) ==== | ||
'''F-T001 Build''' | |||
* Build tomahawk against lib | |||
'''F-T002 Run''' | |||
* Run tomahawk with new lib | |||
'''F-T003 Play Local''' | |||
* Play a local file | |||
'''F-T004 Pause & Seek Local''' | |||
* Seek a local file | |||
* Pause a local file | |||
** Resume | |||
* Pause a local file | |||
** Seek the file | |||
** Resume | |||
'''F-T005 Next & Prev Local''' | |||
* Skip from a playing track to the next one | |||
* Skip back to the previous track | |||
'''F-T006 Repeat Local''' | |||
* Repeat single track >2 times | |||
* Repeat whole playlist (play last track, ensure it starts from beginning) | |||
'''F-T007 Shuffle Local''' | |||
* Shuffle through songs by skipping forward and backwards | |||
'''F-T000 Foo''' | |||
* |
Revision as of 18:21, 12 February 2012
Testing
Non-functional
NF-001: Build Phonon
- Build latest Phonon in a clean environment without Phonon in system path.
NF-002: Build Backend(s)
- Build Phonon & Phonon backend(s) in a clean environment without Phonon in system path.
NF-003: Build Demos
- Build Phonon demos in equally clear environment.
NF-004: Binary Compatibility (Phonon only!)
- Git checkout previous version of Phonon
- Build with PHONON_BUILD_DESCRIPTOR
- Install using abi-check-install.sh
- Same for target release branch
- Run abi-compliance-checker on the two versions
- Ensure changes are binary compatible
Functional
Amarok (A)
Bangarang (A/V)
Dragon Player (A/V)
F-D001: Build
- Try to build Dragon against Phonon
F-D002: Run
- Try to run Dragon with libphonon
F-D003: Video
- Play a video of <720p
- Switch to fullscreen
- Play a video of 720p
- Switch to fullscreen
- Play a video of 1080p
- Switch to fullscreen
F-D004: Video Control
- http://streams.videolan.org/samples/Matroska/subtitles/multiple_sub_sample.mkv
- Play an MKV with subtitles and audio channels make sure Dragon can control them appropriately
- Make sure non-ASCII characters are displayed properly
F-D005: Video Settings
- Try changing the video settings (hue, saturation, brightness)
F-D006: Video Asepct
- Try changing the video aspect ratio
F-D007: Video Seeking
- Seek a video, forward and backwards
F-D008: Video Pause & Seek
- Pause a video
- Resume the video
- Pause a video and seek
- Resume the video
KNotify (A)
Tomahawk (A)
F-T001 Build
- Build tomahawk against lib
F-T002 Run
- Run tomahawk with new lib
F-T003 Play Local
- Play a local file
F-T004 Pause & Seek Local
- Seek a local file
- Pause a local file
- Resume
- Pause a local file
- Seek the file
- Resume
F-T005 Next & Prev Local
- Skip from a playing track to the next one
- Skip back to the previous track
F-T006 Repeat Local
- Repeat single track >2 times
- Repeat whole playlist (play last track, ensure it starts from beginning)
F-T007 Shuffle Local
- Shuffle through songs by skipping forward and backwards
F-T000 Foo