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 | # The ''abrt-applet'' system tray icon should emerge with pop up label stating "crash happen" | ||
# Clicking on the icon should | # 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
- Check that the abrt and abrt-applet processes are both running
- Kill some running process: kill -SIGSEGV (pid). It must be a process that is part of a signed Fedora package
Expected Results
- The abrt-applet system tray icon should emerge with pop up label stating "crash happen"
- Clicking on the icon should open abrt-gui
- The GUI should let you select and report the crash