summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornagappan <nagappan>2006-09-28 16:54:18 +0000
committernagappan <nagappan>2006-09-28 16:54:18 +0000
commit55cf01f53e7467f66d3c0457a38eda2e7d0a16f2 (patch)
tree6d9e51210549727e54844903726186c50f84ceeb /README
parent1e266e4f18eb8a5e27c4c5a848c7994b2d3e806b (diff)
* README: Updated contents
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 7 insertions, 9 deletions
diff --git a/README b/README
index 325f9d4..dedf246 100644
--- a/README
+++ b/README
@@ -12,17 +12,17 @@ Install the following development packages
- gettext
- libxml2
-Dependency Packages
+Optional dependency packages
- - python-imaging library - http://www.pythonware.com/products/pil/
- - pystatgrab - http://www.i-scream.org/pystatgrab/
+ - Python Imaging Library (http://www.pythonware.com/products/pil/) to compare two images
+ - Pystatgrab (http://www.i-scream.org/pystatgrab/) to moitor memory and CPU utilization
Setting up LDTP from source in Linux environment
- check out source from with the following command: 'cvs -d:pserver:anoncvs@cvs.freedesktop.org:/cvs/ldtp co ldtp'
- When prompted for password enter
- change to the source directory with the following command: 'cd ldtp'
- - build with './autogen.sh; make'. Assuming that all the above mentioned packages are installed
+ - build with './autogen.sh --prefix=/usr; make'. Assuming that all the above mentioned packages are installed
- setup with 'make install' as the root user
LDTP works in the following platforms:
@@ -36,11 +36,9 @@ LDTP works in the following platforms:
How to write test scripts using ldtp for your module ?
- - Refer existing pyautosuite test scripts
- - Refer API Reference page for list of LDTP functions available - http://ldtp.freedesktop.org/wiki/Docs
- - Howto generate Application map - http://gnomebangalore.org/ldtp/index.php/Howto_generate_Application_map
- - How to create Test Scripts for LDTP - http://gnomebangalore.org/ldtp/index.php/How_to_create_Test_Scripts_for_PY-LDTP
- - Howto use LDTP Editor - To generate Data XML and Grouping scripts - http://gnomebangalore.org/ldtp/index.php/Howto_use_LDTP_Editor
+ - How to create LDTP test scripts in python - http://ldtp.freedesktop.org/wiki/LDTP_20test_20scripts_20in_20python
+ - Refer existing pyautosuite test scripts - http://webcvs.freedesktop.org/ldtp/pyautosuite
+ - Refer API Reference page for list of LDTP functions available - http://ldtp.freedesktop.org/user-doc/index.html
How to use LDTP for applications running in Localized languages?