How to create Test Scripts for PY-LDTP

From LDTP

- Does your platform supported ? Refer - FAQ#LDTP supported platforms
- Any environment dependency to run pyldtp ?
  * Yes you need to have GNOME 2.10 / KDE 4.0 and above
- Check whether you have enabled accessibility (Assistive Technology) or not ?
- Generate application map - Refer Howto_generate_Application_map
- List the test scenarios which you are planing to automate - Refer Testcases
- Identify the list of variable arguments and have it in a separate data XML file
  * Refer Howto_use_LDTP_Editor#Generating LDTP Data XML file format.
  * Why do we need Data XML ?
- Write test scripts
   * Refer existing test scripts - http://cvs.freedesktop.org/ldtp/pyautosuite/
   * Refer API Reference page for list of LDTP functions available
   * Refer how to write test scripts in python
- Identify set of test scripts and group them
  * Refer Howto_use_LDTP_Editor#Generating gldap XML file format.
  * Why do we need gldap XML ?
- How to execute scripts ?
- If you have some problem in continuing scripts, you can contact us either through mail or IRC - Refer Beginner's Guide
- If existing feature in LDTP does not work, please file a bug (http://bugzilla.gnome.org/enter_bug.cgi?product=LDTP) and
  select component as pyldtp. Also provide us the steps to reproduce, so that we can fix it
- If new feature needs to be added in LDTP, please file an enhancement bug (http://bugzilla.gnome.org/enter_bug.cgi?product=LDTP)
- If you are interested in writing a new component function - Refer How_to_develop_component_functions_for_LDTP