From Fedora Project Wiki

(crashcatcher -> abrt)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=This test case tests the functionality of the [[Features/CrashCatcher|Crash Catcher]] feature.
|description=This test case tests the functionality of the [[Features/ABRT|ABRT]] feature.
|actions=
|actions=
# Check that the ''crash-catcher'' and ''cc-applet'' processes are both running
# Check that the ''abrt'' and ''abrt-applet'' processes are both running
# Kill a 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 ''cc-applet'' system tray icon should start to flash
# The ''abrt-applet'' system tray icon should start to flash
# Clicking on the icon should give you an option to open a GUI
# Clicking on the icon should give you an option to open a 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 15:44, 17 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 start to flash
  2. Clicking on the icon should give you an option to open a GUI
  3. The GUI should let you select and report the crash