GettingStarted

Differences between revisions 9 and 10
Revision 9 as of 2008-07-16 16:42:28
Size: 1639
Editor: yttrium
Comment:
Revision 10 as of 2008-07-17 09:21:39
Size: 1603
Editor: yttrium
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
The LDTP packages in Intrepid are not working correctly. If you need to run the tests in Intrepid while the official packages get fixed, you can use the packages available at https://launchpad.net/~apulido/+archive If you need to run the tests in Intrepid or Hardy you can use the packages available at https://launchpad.net/~apulido/+archive that contains the latest upstream version of LDTP.

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.

Intrepid packages

If you need to run the tests in Intrepid or Hardy you can use the packages available at https://launchpad.net/~apulido/+archive that contains the latest upstream version of LDTP.

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.

Next steps

  1. Write a python library to create the tests
  2. Write the testing library documentation and a tutorial on how to write tests for Ubuntu using 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)