Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » RCPTT Test Runner not finishing its job
RCPTT Test Runner not finishing its job [message #1771119] Tue, 22 August 2017 07:19 Go to next message
Zbyszek Kieliszek is currently offline Zbyszek KieliszekFriend
Messages: 13
Registered: April 2017
Junior Member
I am starting my application using Test Runner script:

SET command=java -jar %RUNNER% ^
-aut %AUT% ^
-import %PROJECT%/ ^
-data %RESULTS%/runner-workspace/ ^
-autConsolePrefix %RESULTS%/aut-output ^
-htmlReport %RESULTS%/rcptt_report.html ^
-junitReport %RESULTS%/rcptt_report.xml ^
-autWsPrefix %RESULTS%/aut-workspace ^
-testOptions %TEST_OPTIONS% ^
-connectTimeout %CONNECT_TIMEOUT% ^
-autVMArgs -Xms100m;-Xmx1024m;-Xcompressedrefs;-Djavax.xml.accessExternalSchema=platform,file;-XX:MaxPermSize=128m;-DSERVER="%SERVER%" ^
-tests %TESTS%

ECHO COMMAND: %command%
CALL %command%

Application executes the test case and at the end following message is visible on the console:
"Trying to use VM from application's ini file: jdk/jre/bin/javaw.exe"
and application FREEZES....

What I need to do is to activate console window, and press any key (e.g. spacebar), and after that test result is displayed:
Pass 1 (1) processed. 0 failed. spent: 7:49, 0:00 mins remaining. TC_1. time:
463516ms
and application is closed.

Have you got any idea what causes the freeze?
Re: RCPTT Test Runner not finishing its job [message #1771838 is a reply to message #1771119] Thu, 31 August 2017 08:33 Go to previous message
Viktoria Dlugopolskaya is currently offline Viktoria DlugopolskayaFriend
Messages: 124
Registered: March 2017
Senior Member
Hi Zbyszek,

Please, provide a generated rcptt report. It should be stored at '%RESULTS%/*.report'.

Regards,
Viktoria
Previous Topic:RCPTT command has been recorded but this command not executed if script running
Next Topic:NPE when capturing Launch context
Goto Forum:
  


Current Time: Fri Apr 26 03:53:05 GMT 2024

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

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

Back to the top