summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan Alagappan <nagappan@gmail.com>2014-03-27 21:09:59 -0700
committerNagappan Alagappan <nagappan@gmail.com>2014-03-27 21:09:59 -0700
commitfefeb243014075ca8a20a9f5d2046fd6182fc324 (patch)
tree45c5606dc0e90cc04039f0c0d0bef7a5d260b620
parent810c848e1f4b2813f5589d000c9ac61d4db70f8e (diff)
Updated port info
-rw-r--r--Executing_scripts_remotely.mdwn14
-rw-r--r--FAQ.mdwn6
2 files changed, 11 insertions, 9 deletions
diff --git a/Executing_scripts_remotely.mdwn b/Executing_scripts_remotely.mdwn
index e209307..418675b 100644
--- a/Executing_scripts_remotely.mdwn
+++ b/Executing_scripts_remotely.mdwn
@@ -5,19 +5,15 @@ Steps to follow:
Start LDTP engine (manually) in remote location with the following options
-_$ ldtp **-s**_
+_$ ldtp
-or
-
-_$ ldtp **--script-engine **_
-
-_Default port 23456 _
+Default port 4118 _
-_$ ldtp -s **-p 12345** _
+$ ldtp **-p 4118** _
or
-_$ ldtp --script-engine **--port=12345** _
+$ ldtp **--port=4118** _
from remote machine, in shell, you need to set LDTP_SERVER_ADDR with the remote server IP address or resolvable machine name (DNS entry).
@@ -32,4 +28,4 @@ Now start executing the test scripts using ldtprunner or from a python prompt or
* $ python testscript.py
* $ python
* >>> from ldtp import *
- * >>> click ("*-gedit", "btnFind") \ No newline at end of file
+ * >>> click ("*-gedit", "btnFind")
diff --git a/FAQ.mdwn b/FAQ.mdwn
index 28800dd..dd7b022 100644
--- a/FAQ.mdwn
+++ b/FAQ.mdwn
@@ -143,6 +143,8 @@ Seems to be accessibility bug. As a work around, use the command 'xscreensaver-c
## LDTP supported platforms
+ * [[OS X 10.6/10.7/10.8/10.9|http://www.apple.com]]
+ * [[Windows XP/Vista/7/8|http://microsoft.com]]
* [[OpenSuSE|http://www.opensuse.org/]]
* [[OpenSolaris|http://opensolaris.org/]]
* [[Ubuntu|http://ubuntu.com/]]
@@ -163,3 +165,7 @@ Check [[ldtpUnderDapper]]. You will need automake 1.9 and aclocal 1.9 installed.
## With LDTPv2 I get ResponseNotReady
If proxy environment variable is set, you might get this, unset it. eg: 'unset http_proxy'
+
+## A referral was returned from the server
+
+[[Suggestions|http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/always-getting-a-referral-was-returned-from-the/8a5802c8-0815-4abc-aab2-ed49dbbfb971]]