From Fedora Project Wiki

m (moved QA:Testcase abrt to QA:Testcase ABRT: upper case letters for name shortcut)
(updates to current state of applet/gui functionality)
Line 5: Line 5:
# Kill some running process: <tt>kill -SIGSEGV (pid)</tt>. It must be a process that is part of a signed Fedora package
# Kill some running process: <tt>kill -SIGSEGV (pid)</tt>. It must be a process that is part of a signed Fedora package
|results=
|results=
# The ''abrt-applet'' system tray icon should start to flash
# The ''abrt-applet'' system tray icon should emerge with pop up label stating "crash happen"
# Clicking on the icon should give you an option to open a GUI
# Clicking on the icon should open ''abrt-gui''
# The GUI should let you select and report the crash
# The GUI should let you select and report the crash
}}
}}
[[Category:ABRT_Test_Cases]]
[[Category:ABRT_Test_Cases]]

Revision as of 08:42, 18 August 2009

Description

This test case tests the functionality of the ABRT feature.


How to test

  1. Check that the abrt and abrt-applet processes are both running
  2. Kill some running process: kill -SIGSEGV (pid). It must be a process that is part of a signed Fedora package

Expected Results

  1. The abrt-applet system tray icon should emerge with pop up label stating "crash happen"
  2. Clicking on the icon should open abrt-gui
  3. The GUI should let you select and report the crash