From Fedora Project Wiki

No edit summary
(added some content)
Line 22: Line 22:
=== Prerequisite for Test Day ===  
=== Prerequisite for Test Day ===  


TODO
You will need a system where you have a root access as we are going to work with yum and RPM. Ideally, you will have an X installed, so we will be able to test GUI applications as well.


{{admon/warning|You will be installing... TODO}}
If you will find a bug, please report it through [https://bugzilla.redhat.com Bugzilla] and make it depend on bug ''PrestoTestDay'' (just put PrestoTestDay into the ''Blocks:'' field). If you do not have an account there, you may [https://bugzilla.redhat.com/createaccount.cgi create] one, or just ask somebody on the #fedora-qa to report the bug for you.
 
{{admon/warning|You will be removing packages, be sure you will not remove any important one as kernel, glibc and so on - it happened before ;-)}}


=== How to test? ===
=== How to test? ===


High level details on how a contributor can get involved. This can include (but not limited to):
What we want to test? We want to ensure, that packages serching/installing/updating/uninstalling works, that it works in all the different ways users are using it and that Presto related tools also works.


* Areas to target with exploratory testing
=== Test Cases and Results ===
* A list of pre-defined test cases to execute
* How to report back results


=== Test Cases and Results ===
==== on command-line ====
# rpm -q yum yum-presto
# Try to search/install/upgrade/remove/group* few packages
 
==== with package-kit ====
# rpm -q yum yum-presto ...
# Try to search/install/upgrade/remove/group* few packages (test it as a root and a user)
 
==== with other GUI tools ====
# rpm -q yum yum-presto ...
# Try to search/install/upgrade/remove/group* few packages using your favourite GUI tool (e.g. yumex)


Optionally, provide a list of test areas or test cases that you'd like contributors to execute.
==== related tools ====
# rpm -q createrepo presto-utils
# Create a repository from few packages you have
# Try to use that repository


[[Category:Proposed_Test_Days]]
[[Category:Proposed_Test_Days]]

Revision as of 12:44, 9 March 2009

DATE TIME WHERE
2009-04-16 (Thu) From 12:00 to 21:00 UTC (8am -> 5pm EDT) #fedora-qa)


What to test?

Today's instalment of Fedora Test Day will focus on:

Who's available

The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...

Prerequisite for Test Day

You will need a system where you have a root access as we are going to work with yum and RPM. Ideally, you will have an X installed, so we will be able to test GUI applications as well.

If you will find a bug, please report it through Bugzilla and make it depend on bug PrestoTestDay (just put PrestoTestDay into the Blocks: field). If you do not have an account there, you may create one, or just ask somebody on the #fedora-qa to report the bug for you.

Warning.png
You will be removing packages, be sure you will not remove any important one as kernel, glibc and so on - it happened before ;-)

How to test?

What we want to test? We want to ensure, that packages serching/installing/updating/uninstalling works, that it works in all the different ways users are using it and that Presto related tools also works.

Test Cases and Results

on command-line

  1. rpm -q yum yum-presto
  2. Try to search/install/upgrade/remove/group* few packages

with package-kit

  1. rpm -q yum yum-presto ...
  2. Try to search/install/upgrade/remove/group* few packages (test it as a root and a user)

with other GUI tools

  1. rpm -q yum yum-presto ...
  2. Try to search/install/upgrade/remove/group* few packages using your favourite GUI tool (e.g. yumex)

related tools

  1. rpm -q createrepo presto-utils
  2. Create a repository from few packages you have
  3. Try to use that repository