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 #1771120] Tue, 22 August 2017 07:20 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 #1771666 is a reply to message #1771120] Tue, 29 August 2017 11:01 Go to previous message
Viktoria Dlugopolskaya is currently offline Viktoria DlugopolskayaFriend
Messages: 124
Registered: March 2017
Senior Member
Hi Zbyszek,

It will be helpful if you attach a report file created after test execution
It should be stored at ./target/results/rcptt_report.html

Regards,
Viktoria
Previous Topic:Error log verification issue
Next Topic:AUT vm argument value with spaces in maven plugin
Goto Forum:
  


Current Time: Thu Apr 25 11:34:47 GMT 2024

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

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

Back to the top