Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Test Runner Not taking AUT Program Arguments(Test Runner Not taking AUT Program Arguments)
Test Runner Not taking AUT Program Arguments [message #1720962] Fri, 22 January 2016 08:56
Suresh Chamuah is currently offline Suresh ChamuahFriend
Messages: 11
Registered: May 2014
Location: Bangalore
Junior Member
Hi,

Following is my launch script for windows.
SET AUT=C:\Users\SCHAMUA\AppData\Local\ec_16.1_DEMO\pool
SET RUNNER=D:\RCPTT\RCPTT-2.0.2\rcptt.runner-2.0.2\eclipse
SET PROJECT=D:\RCPTT\RCPTT-2.0.2\WS_CEC_2.0.2_16.1\Test
SET EC_CONFIG_URI=http://localhost:10088/config/DEMO/ecConfig.json

SET RESULTS=%PROJECT%\..\results

REM Remove results dir if present
IF NOT EXIST %RESULTS% GOTO NORESULTS
RMDIR /S /Q %RESULTS%

:NORESULTS
md %RESULTS%
java -jar %RUNNER%/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar ^
-application org.eclipse.rcptt.runner.headless ^
-data %RESULTS%/runner-workspace/ ^
-aut %AUT% ^
-autWsPrefix %RESULTS%/aut-workspace ^
-autConsolePrefix %RESULTS%/aut-output ^
-htmlReport %RESULTS%/report.html ^
-junitReport %RESULTS%/report.xml ^
-import %PROJECT% ^
-autArgs -ecConfigURI"%EC_CONFIG_URI%"


its not taking the -ecConfigURI agrument, while in RCPTT it works perfectly.


Thanks,
Suresh Chamuah
  • Attachment: ProgArg.png
    (Size: 9.11KB, Downloaded 138 times)
Previous Topic:Assertion of styles[39]foregroundColor failed. Can't get indexed value from object
Next Topic:Environment variables for RCPTT in Maven build
Goto Forum:
  


Current Time: Thu Sep 19 15:37:40 GMT 2024

Powered by FUDForum. Page generated in 0.03207 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top