|
|
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{QA/Test_Case
| |
| |description=This test case tests the functionality of ABRT Knowledgebase
| |
| |setup=
| |
| At the moment there are knowledgebase entries for the following software:
| |
| <ul>
| |
| <li>NVIDIA graphics driver</li>
| |
| <li>Adobe Flash Player</li>
| |
| <li>ATI Catalyst graphics driver</li>
| |
| <li>VLC Media Player</li>
| |
| <li>Google Chrome Web Browser</li>
| |
| <li>Chromium Web Browser</li>
| |
| <li>Skype</li>
| |
| <li>locally built software (in <code>/home/</code> or <code>/usr/local/</code>)</li>
| |
| <li>Broadcom-STA Driver</li>
| |
| <li>VirtualBox</li>
| |
| </ul>
| |
| You need to operate on problems with these in order to test the feature.
| |
| |actions=
| |
| <ol>
| |
| <li>
| |
| Make some of the software mentioned above crash, e.g.
| |
| <pre>killall -11 vlc</pre>
| |
| <pre>killall -11 chrome</pre>
| |
| </li>
| |
| <li>
| |
| Try standard reporting process
| |
| </li>
| |
| </ol>
| |
| |results=
| |
| <ol>
| |
| <li>
| |
| A solution is shown and the reporting does not continue.
| |
| <pre>
| |
| This problem has already been reported.
| |
| Your problem seems to be caused by VLC Media Player
| |
|
| |
|
| VLC media player includes codecs protected by patetnts.
| |
| Fedora does not ship such pieces of software. You are welcome to use
| |
| open formats in combination with Totem, Rhytmbox or amaroK media players.
| |
|
| |
| You can get more information at http://fedoraproject.org/wiki/Multimedia
| |
| </pre>
| |
| <pre>
| |
| This problem has already been reported.
| |
| Your problem seems to be caused by Google Chrome Web Browser
| |
|
| |
| Fedora does not include Google Chrome because it is a proprietary product
| |
| and bundles other proprietary software such as Adobe Flash plugin.
| |
|
| |
| You can get more information at http://fedoraproject.org/wiki/Chromium
| |
| </pre>
| |
| </li>
| |
| </ol>
| |
| }}
| |
| [[Category:Package_abrt_test_cases]]
| |