GettingStarted

Differences between revisions 19 and 20
Revision 19 as of 2008-08-06 17:01:25
Size: 2215
Editor: localhost
Comment:
Revision 20 as of 2008-08-25 13:40:59
Size: 2358
Editor: static-101-137-235-87
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
== PPA packages ==

If you need to run the tests in Hardy you can use the packages available at https://launchpad.net/~apulido/+archive that contains the latest upstream version of LDTP. Intrepid universe packages are already sync with this upstream version, nevertheless, if you want to run the Gedit UTF-8 test, you will need the PPA version.
Line 22: Line 18:

== PPA packages ==

If you need to run the tests in Hardy you can use the packages available at https://launchpad.net/~apulido/+archive that contains the latest upstream version of LDTP. Intrepid universe packages are already sync with this upstream version, nevertheless, if you want to run the Gedit UTF-8 test, you will need the PPA version.

The desktop-testing-library and the ubuntu-desktop-tests are available also as PPAs at https://launchpad.net/~apulido/+archive for Intrepid

Available tests

  • [/OpenAllApplications]. It tries to open every application in Ubuntu after a clean installation to check for crashes in an early stage.

  • [/UpdateSystem]. It opens the update-manager, checks for updates and install them in case there is any.

  • [/GeditChains]. It opens gedit text editor and saves several strings comparing them to some ready oracles.

Testing Package

The python package 'testing' will contain classes and modules to make the writing of new tests easier to the community. Also it will separate the things that need to be maintain, from the test cases themselves.

PPA packages

If you need to run the tests in Hardy you can use the packages available at https://launchpad.net/~apulido/+archive that contains the latest upstream version of LDTP. Intrepid universe packages are already sync with this upstream version, nevertheless, if you want to run the Gedit UTF-8 test, you will need the PPA version.

The desktop-testing-library and the ubuntu-desktop-tests are available also as PPAs at https://launchpad.net/~apulido/+archive for Intrepid

Integration with hwtest

Next steps

  1. Write the testing library documentation and a tutorial on how to write tests for Ubuntu using the library
  2. Write documentation about how to extend the library
  3. Extend the coverage.

Blockers and open questions

  • Some of the applications does not have the correct accessibility information, which it is used by LDTP to recognize the objects. A list of this applications can be found at ../AtspiBlockers

Testing/Automation/Mago/GettingStarted (last edited 2009-09-14 21:58:30 by 67)