Testexec is unable to connect to AUT [message #986371] |
Tue, 20 November 2012 04:24  |
Eclipse User |
|
|
|
Hi,
I'm trying to run my jubula tests from the command line but I'm unable to get the testexec to connect to my running AUT. My AUT is Eclipse CDT with a custom plugin, I also added the rcp-support plugin from Jubula and made sure it's configured in config.ini. I run my AUT using autrun and the following command line:
autrun -rcp -k en_US -i PareonEclipsePlugin -e scripts/launchAUT.sh
My testexec command line looks like this:
testexec -autid PareonEclipsePlugin -project PareonEclipsePlugin -version 1.0 -testsuite TestPareonEclipsePlugin -datadir testdata -resultdir testresults -server localhost -port 60000 -language en_US -dbscheme "Default Embedded (H2)" -dbuser sa -dbpw ""
... and this is the resulting output:
Tue Nov 20 10:12:09 CET 2012 AUT Agent: Connecting to "localhost:60000" ...
Tue Nov 20 10:12:10 CET 2012 AUT Agent: connection established.
Tue Nov 20 10:12:10 CET 2012 Database: Connecting as "sa" to "jdbc:h2:~/.jubula/database/embedded;MVCC=TRUE;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE"...
Tue Nov 20 10:12:14 CET 2012 Database: Connection established.
Tue Nov 20 10:12:14 CET 2012 Database: Loading project "PareonEclipsePlugin" in version "1.0"...
Tue Nov 20 10:12:18 CET 2012 Database: Project loading completed.
Tue Nov 20 10:12:18 CET 2012 Project: Checking completeness
Tue Nov 20 10:12:18 CET 2012 Checking completeness of Test Suite "TestPareonEclipsePlugin"...
Tue Nov 20 10:12:18 CET 2012 Start Test Suite: TestPareonEclipsePlugin
Tue Nov 20 10:12:18 CET 2012 Executing Test Suite "TestPareonEclipsePlugin"...
Tue Nov 20 10:12:18 CET 2012 Preparing execution of Test Suite "TestPareonEclipsePlugin"...
Tue Nov 20 10:12:18 CET 2012 AUT: Connecting to "PareonEclipsePlugin"...
Tue Nov 20 10:12:19 CET 2012 Resolving predefined Variables
Tue Nov 20 10:12:19 CET 2012 Resolving Test Steps to execute...
Tue Nov 20 10:12:19 CET 2012 Test Suite "TestPareonEclipsePlugin" execution...
Tue Nov 20 10:12:19 CET 2012 Test Case: Create Pareon C Project
Tue Nov 20 10:12:19 CET 2012 Test Case: Create Project
Tue Nov 20 10:12:19 CET 2012 Test Case: ub_app_activate
Tue Nov 20 10:12:19 CET 2012 Step: activate AUT
Tue Nov 20 10:12:19 CET 2012 Writing Report into Filesystem
Tue Nov 20 10:12:20 CET 2012 Writing Report to Database
Tue Nov 20 10:12:21 CET 2012 Start Test Suite: TestPareonEclipsePlugin
Tue Nov 20 10:12:21 CET 2012 Executing Test Suite "TestPareonEclipsePlugin"...
Tue Nov 20 10:12:21 CET 2012 Preparing execution of Test Suite "TestPareonEclipsePlugin"...
!!Error occurred !!
Could not connect to AUT: PareonEclipsePlugin
Any hints as to what might be going wrong would be appreciated.
Thanks!
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.52634 seconds