From Fedora Project Wiki

(General polish)
(link to tracker issues)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=Test searching from the Activities Overview.
|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=
{{Testcase_gnome-shell_generic_overview}}
# 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.
# Type 'documents' (typed text should appear in tho search box, with no need to manually focus it), and observe the result.
#* You shouldn't need to manually focus the search field. Just activating the Overview and starting to type should automatically trigger search.
# Clear the search box, and type 'date', and observe the result.
# Make sure ''Files'' is running. Then open a different app and make it focused.
# Clear the search box, and type 'firefox', and observe the result.
# Activate the Overview and search for "files". Click on ''Files'' in results and you should be switched to its window.
# Open search results by pressing return or clicking.
# 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.
# Navigate the results list using the keyboard.
# 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=
# Search for 'desktop' should return a result for the Documents folder.
# All operations should behave as expected.
# Searching for 'date' should return a settings panel for 'Date & Time'.
# Please report all failures to the [https://gitlab.gnome.org/GNOME/gnome-shell/issues GNOME tracker].
# Searching for 'firefox' should return the 'Firefox' app launcher.
}}
}}
[[Category:Package_gnome-shell_test_cases]]
[[Category:Package_gnome-shell_test_cases]]
[[Category:GNOME desktop feature test cases]]
[[Category:GNOME desktop feature test cases]]

Latest revision as of 11:08, 8 March 2023


Description

This tests searching from the GNOME Overview mode.

Note.png
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.


How to test

  1. 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.
  2. Make sure Files is running. Then open a different app and make it focused.
  3. Activate the Overview and search for "files". Click on Files in results and you should be switched to its window.
  4. 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.
  5. 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.
  6. Repeat the search, but this time use Tab or arrow keys to select a different app (the second or third). Hit Enter, the app you manually selected should be started/switched to.
  7. 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.
  8. 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.
  9. 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.
  10. Perform some additional Exploratory testing.

Expected Results

  1. All operations should behave as expected.
  2. Please report all failures to the GNOME tracker.