From Fedora Project Wiki

No edit summary
No edit summary
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature.
|description=This test case tests the basic functionality of the ABRT GUI.
|actions=
|actions=
# Go to: Applications->System Tools and click on "Automatic Bug Reporting Tool"
# Go to: <tt>Activities -> Applications</tt> and click on ''Automatic Bug Reporting Tool'', or run `abrt-gui` in terminal.
# The main ABRT's window should start and you should see the list of previously detected crashes (if some occurred)
# In the main window you should see a list of previously detected crashes
# Select some crash (single click)
#* Select some crash
#* The information about the crash should appear in the bottom part of the window
# Look for the icon - the ABRT logo - in the task list or overview
#* If it's a desktop application, the icon should be visible, otherwise gtk-icon-missing is shown
# Go to <tt>Edit -> Event configuration</tt>
#* Try to use the "Copy to Clipboard" button to copy the crash details and paste it to some editor
#* If you delete all the crashes, the part showing the details show disappear and buttons "Delete", "Copy to CP" and "Report" should be disabled
#* If you have display resolution smaller than 600x700 the gui should shrink and both details and crash list should be scrollable
 
|results=
|results=
# all of the above should work...
# `abrt-gui` should run without crashing
# gui should be localized
# Information about a crash should appear right after clicking "Open" in main window
# window should have a proper icon (the red siren)
# The ABRT window should have a proper icon in task bar or GNOME Shell
# <tt>Plugins</tt> window should let you see and configure plugins
}}
}}
[[Category:ABRT_Test_Cases]]
[[Category:Package_abrt_test_cases]]

Revision as of 12:31, 1 April 2011

Description

This test case tests the basic functionality of the ABRT GUI.


How to test

  1. Go to: Activities -> Applications and click on Automatic Bug Reporting Tool, or run abrt-gui in terminal.
  2. In the main window you should see a list of previously detected crashes
    • Select some crash
  3. Look for the icon - the ABRT logo - in the task list or overview
  4. Go to Edit -> Event configuration

Expected Results

  1. abrt-gui should run without crashing
  2. Information about a crash should appear right after clicking "Open" in main window
  3. The ABRT window should have a proper icon in task bar or GNOME Shell
  4. Plugins window should let you see and configure plugins