GettingStarted

Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2008-02-18 13:44:00
Size: 199
Editor: 85-211-21-83
Comment:
Revision 8 as of 2008-07-09 17:33:35
Size: 1533
Editor: static-101-137-235-87
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Available tests ==
Line 2: Line 3:
Scratch page for LDTP deployment in Ubuntu.  * [/OpenAllApplications]. It tries to open every application in Ubuntu after a clean installation to check for crashes in an early stage.

== Intrepid packages ==

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

== 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.

 * Link to the latest python documentation of the module: http://people.ubuntu.com/~ara/ldtp/tests/testing_module_doc/
 * [/Tutorial]
 * [/TestingPackageDocumentation] - Please add anything that would be nice to have here.
Line 6: Line 19:
 1. Run existing Evolution LDTP tests in the hw-test harness
 1. Incorporate further tests
 1. Write a python library to create the tests
 1. Write the testing library documentation and a tutorial on how to write tests for Ubuntu using the library
 1. Extend the coverage.
Line 10: Line 24:

 * 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

== Links to test cases ==

 * http://www.go-evolution.org/Automation_using_LDTP
 * http://ldtp.freedesktop.org/wiki/Projects_using_LDTP

== Links to documentation ==

 * http://ldtp.freedesktop.org/wiki/

Available tests

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

Intrepid packages

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

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)