From Fedora Project Wiki
(create overview search test case) |
(link to tracker issues) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This | |description=This tests searching from the GNOME Overview mode. | ||
{{admon/note|Localization alert|Please note that many of the steps are dependent on localization and you might need to adjust your actions accordingly if you use a different language than English.}} | |||
|actions= | |actions= | ||
# Activate the Overview and start searching for your installed apps. Even a partial match should display the expected result, e.g. both "firefox" and "fire" should display Firefox as a result. Verify this with several different searches. | |||
# | #* You shouldn't need to manually focus the search field. Just activating the Overview and starting to type should automatically trigger search. | ||
# | # Make sure ''Files'' is running. Then open a different app and make it focused. | ||
# | # Activate the Overview and search for "files". Click on ''Files'' in results and you should be switched to its window. | ||
# | # Test searching for your running and non-running apps and confirm that running apps are visually identified (e.g. having a white dot) from non-running apps. | ||
# Create a search that lists two or more apps as a result (for example searching for "cal" should show ''Calculator'', ''Calendar'' and ''Libreoffice Calc'', if all installed). Hit Enter, the first app in results should be started/switched to. | |||
# Repeat the search, but this time use <code>Tab</code> or arrow keys to select a different app (the second or third). Hit <code>Enter</code>, the app you manually selected should be started/switched to. | |||
# Verify that searching for a section which exists in the ''Settings'' app shows you a result from the ''Settings'' app. For example when searching for "displays", you should see a ''Displays'' result in a ''Settings'' box, and clicking on it should open ''Settings -> Displays''. | |||
# Verify that you can search for a non-installed application and it is offered as a result from ''Software''. E.g. searching for "frozen bubble" should show you a result for the ''Frozen Bubble'' game in a ''Software'' box, and clicking on it should open ''Software'' with the ''Frozen Bubble'' app page opened. | |||
# Verify that you can search for an alternative tag for selected apps. For example, searching for "movie" should display ''Videos'' app as a result, and searching for "picture" should show you ''Photos'' or ''Image viewer'' or both. | |||
#* Note: This might only work in the English localization. | |||
# Perform some additional [[QA:Testcase Exploratory Testing|Exploratory testing]]. | |||
|results= | |results= | ||
# | # All operations should behave as expected. | ||
# Please report all failures to the [https://gitlab.gnome.org/GNOME/gnome-shell/issues GNOME tracker]. | |||
# | |||
}} | }} | ||
[[Category:Package_gnome-shell_test_cases]] | [[Category:Package_gnome-shell_test_cases]] | ||
[[Category: | [[Category:GNOME desktop feature test cases]] |
Latest revision as of 11:08, 8 March 2023
Description
This tests searching from the GNOME Overview mode.
How to test
- Activate the Overview and start searching for your installed apps. Even a partial match should display the expected result, e.g. both "firefox" and "fire" should display Firefox as a result. Verify this with several different searches.
- You shouldn't need to manually focus the search field. Just activating the Overview and starting to type should automatically trigger search.
- Make sure Files is running. Then open a different app and make it focused.
- Activate the Overview and search for "files". Click on Files in results and you should be switched to its window.
- Test searching for your running and non-running apps and confirm that running apps are visually identified (e.g. having a white dot) from non-running apps.
- Create a search that lists two or more apps as a result (for example searching for "cal" should show Calculator, Calendar and Libreoffice Calc, if all installed). Hit Enter, the first app in results should be started/switched to.
- Repeat the search, but this time use
Tab
or arrow keys to select a different app (the second or third). HitEnter
, the app you manually selected should be started/switched to. - Verify that searching for a section which exists in the Settings app shows you a result from the Settings app. For example when searching for "displays", you should see a Displays result in a Settings box, and clicking on it should open Settings -> Displays.
- Verify that you can search for a non-installed application and it is offered as a result from Software. E.g. searching for "frozen bubble" should show you a result for the Frozen Bubble game in a Software box, and clicking on it should open Software with the Frozen Bubble app page opened.
- Verify that you can search for an alternative tag for selected apps. For example, searching for "movie" should display Videos app as a result, and searching for "picture" should show you Photos or Image viewer or both.
- Note: This might only work in the English localization.
- Perform some additional Exploratory testing.
Expected Results
- All operations should behave as expected.
- Please report all failures to the GNOME tracker.