[go: nahoru, domu]

Skip to content

Commit

Permalink
Updated Cobra version to 3.0
Browse files Browse the repository at this point in the history
Updated Cobra version to 3.0

QA Notes:
Testing Done: Windows 7/8
Documentation Notes:
Bug Number:
Reviewed by:
Approved by:
Mailto:
  • Loading branch information
nagappan committed Jan 8, 2013
1 parent 3d44ba0 commit 6c1d76c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CobraWinLDTP/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Cobra WinLDTP is based on Linux Desktop Testing Project - http://ldtp.freedeskto
* Windows GUI testing is known to work on application written in .NET / C++ / Java / QT on Windows XP SP3 / Vista SP2 / Windows 7 / Windows 8 development version
* Mac GUI testing is known to work on OS X Snow Leopard/Lion/Mountain Lion. Where ever ATOMac runs, LDTP should work on it

Verified with Windows XP SP3 / Vista SP2 / Windows 7 SP1 / Windows 8. Minimum requirement >= .NET3.5 for Windows XP/Vista/7. Test scripts can be written in Python / Ruby / Java / C# / VB.NET / PowerShell / Clojure / Perl and it can be extended to other languages.
Verified with Windows XP SP3 / Windows 7 SP1 / Windows 8. Minimum requirement >= .NET3.5 for Windows XP/7. Test scripts can be written in Python / Ruby / Java / C# / VB.NET / PowerShell / Clojure / Perl and it can be extended to other languages.

On Windows XP SP3 make sure you have installed:
.NET3.0 and .NET3.5 and KB971513
Expand Down Expand Up @@ -46,7 +46,7 @@ XML RPC .NET library (CookComputing.XmlRpcV2.dll) - http://www.xml-rpc.net/ - MI
CobraWinLDTP works based on Microsoft accessibility layer. To check whether your application is accessibility enabled, download the binary from http://uiautomationverify.codeplex.com/ and verify the same.

Verified with Windows 8 developer edition. Minimum requirement .NET4.0
To compile for Windows 8 environment (You can compile it from Windows 7, Visual studio 2010), but make sure you change target framework as .NET 4.0 for Windows 8 and .NET 3.5 for Windows XP/Vista/7
To compile for Windows 8 environment (You can compile it from Windows 7, Visual studio 2010), but make sure you change target framework as .NET 4.0 for Windows 8 and .NET 3.5 for Windows XP/7
NOTE: Don't select client profile

For Windows 7 the following steps are optional, but its required for Windows 8
Expand All @@ -59,11 +59,12 @@ netsh http add urlacl url=http://+:4118/ user=DOMAIN\User

For Java compilation:

Download commons-codec-1.6.jar, ws-commons-util-1.0.2.jar, xmlrpc-client-3.1.3.jar, xmlrpc-common-3.1.3.jar and place it in JavaLDTP/lib/
Download commons-codec-1.6.jar, ws-commons-util-1.0.2.jar, xmlrpc-client-3.1.3.jar, xmlrpc-common-3.1.3.jar, commons-logging-1.1.1.jar, commons-logging-adapters-1.1.1.jar, commons-logging-api-1.1.1.jar and place it in ldtp/Java/lib/

Download jar files from this location or any other apache mirror. Make sure you have the version mentioned in the jar or latest
http://mirror.cc.columbia.edu/pub/software/apache/commons/codec/binaries/commons-codec-1.6-bin.zip
http://www.apache.org/dyn/closer.cgi/ws/xmlrpc/
http://commons.apache.org/logging/download_logging.cgi

In eclipse its compiled by default. FIXME: Write how to compile from command line

Expand Down

0 comments on commit 6c1d76c

Please sign in to comment.