From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=Test Characters Cheese |setup= # Ensure that {{package|cheese}} is installed. |actions= # From your favorite VT run '''cheese''' or head over to overview and '''cheese''' # From Take a Photo window hit the '''camera''' icon # Top right hamburger menu, enable full screen and select preference to switch between multiple cams # Change resolution # From '''Record a video''' try to record a video # Explore different '''Effects''' for photos and v...") |
(rework completely) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=Test | |description=Test ''Cheese'' photo booth | ||
|setup= | |setup= | ||
# Ensure that {{package|cheese}} is installed. | # This must be run on a system with a video camera (webcam), so typically a laptop or a desktop with a connected video camera. It can't be tested in a virtual machine (unless you're able to route your camera inside). | ||
# Ensure that ''Cheese'' (package {{package|cheese}}) is installed. | |||
|actions= | |actions= | ||
# | # Start ''Cheese'' or run `cheese` command. You should see the output of your video camera. If not, make sure your camera is not obscured, or try to pick a different device in Cheese preferences. | ||
# | # Take several photos. There should be a countdown and a screen flash, then you should see your photos in the photos bar. | ||
# | # Open a file browser and verify that your photos are also saved in `~/Pictures/Webcam`. | ||
# | # Double click on a selected taken photo in the photo bar to enlarge it. | ||
# | # Test other actions in the photo bar in the right click menu, like re-saving the photo elsewhere, or deleting that photo. | ||
# | # Take a burst photo. This should take several photos consecutively, and in general behave the same as when taking a single photo multiple times. | ||
# Exploratory testing | # Capture a video. It should also appear in the photos bar below. | ||
# Open a file browser and verify that your videos are also saved in `~/Videos/Webcam`. | |||
# Double click on a selected taken video in the photo bar to replay it. | |||
# Activate some effects. Test multiple of them. Take a photo with some effect enabled, and a video some a different effect enabled. | |||
# Display the photo and play the video from the photo bar, to confirm the effect was applied when saving them. | |||
# Select a range of photos/videos in the photo bar by using {{key|Shift}} and mouse clicking, and move them to trash/delete them. | |||
# Select all photos in the photo bar using {{key|Ctrl|a}} and move them to trash/delete them. | |||
# Perform some additional [[QA:Testcase Exploratory Testing|Exploratory testing]]. | |||
|results= | |results= | ||
# All actions should behave as expected. | |||
# | # Please report all failures to the [https://gitlab.gnome.org/GNOME/cheese GNOME tracker]. | ||
# | |||
}} | }} | ||
[[Category:GNOME default application test cases]] | [[Category:GNOME default application test cases]] | ||
[[Category:Package_cheese_test_cases]] |
Revision as of 16:13, 3 March 2023
Description
Test Cheese photo booth
Setup
- This must be run on a system with a video camera (webcam), so typically a laptop or a desktop with a connected video camera. It can't be tested in a virtual machine (unless you're able to route your camera inside).
- Ensure that Cheese (package
cheese
) is installed.
How to test
- Start Cheese or run
cheese
command. You should see the output of your video camera. If not, make sure your camera is not obscured, or try to pick a different device in Cheese preferences. - Take several photos. There should be a countdown and a screen flash, then you should see your photos in the photos bar.
- Open a file browser and verify that your photos are also saved in
~/Pictures/Webcam
. - Double click on a selected taken photo in the photo bar to enlarge it.
- Test other actions in the photo bar in the right click menu, like re-saving the photo elsewhere, or deleting that photo.
- Take a burst photo. This should take several photos consecutively, and in general behave the same as when taking a single photo multiple times.
- Capture a video. It should also appear in the photos bar below.
- Open a file browser and verify that your videos are also saved in
~/Videos/Webcam
. - Double click on a selected taken video in the photo bar to replay it.
- Activate some effects. Test multiple of them. Take a photo with some effect enabled, and a video some a different effect enabled.
- Display the photo and play the video from the photo bar, to confirm the effect was applied when saving them.
- Select a range of photos/videos in the photo bar by using ⇧ Shift and mouse clicking, and move them to trash/delete them.
- Select all photos in the photo bar using Ctrl+a and move them to trash/delete them.
- Perform some additional Exploratory testing.
Expected Results
- All actions should behave as expected.
- Please report all failures to the GNOME tracker.