Testing

Differences between revisions 8 and 9
Revision 8 as of 2011-03-18 15:36:21
Size: 2203
Editor: c-67-174-110-114
Comment:
Revision 9 as of 2011-10-21 18:17:19
Size: 1561
Editor: c-71-237-194-86
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

In order to start testing, you should install utouch:
{{{
 $ sudo apt-get install utouch
}}}

The utouch metapackage will pull in everything you need. It will be installed by default on UNE ("apt-get install ubuntu-netbook" for the full experience on your desktop, or "apt-get install utouch" for the touch-related pieces only).
Line 13: Line 6:
 * [[Multitouch/Testing/EvtestCapture]] - A useful tool for assisting X/driver/grail hackers in the debugging of touch and/or hardware issues
Line 20: Line 12:
== Test tracker == To test out the very bleeding edge uTouch code, add the [[https://launchpad.net/~utouch-team/+archive/daily|uTouch team's Daily PPA]] and upgrade your system:
{{{
$ sudo add-apt-repository ppa:utouch-team/daily
$ sudo apt-get update
$ sudo apt-get upgrade
}}}
Line 22: Line 19:
We have a test tracker to gather testing results from the community: [[http://multitouch.qa.ubuntu.com]]

If you want to participate in our testing efforts, please, [[/Testing/Tracker|check the testing instructions]]. Take into account that we also need people with non-MT input hardware to test for possible regressions.
 
Line 34: Line 27:
 * [[Multitouch/AppleMagicTrackpad|Pairing and multi-touch demo]] using PyMT

Basic Resources

To test out the very bleeding edge uTouch code, add the uTouch team's Daily PPA and upgrade your system:

$ sudo add-apt-repository ppa:utouch-team/daily
$ sudo apt-get update
$ sudo apt-get upgrade

Testcases

Additional resources

Multitouch/Testing (last edited 2012-06-14 19:26:03 by c-67-170-185-42)