Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362034

Summary: testexec.exe does not work using config file including entry for testjob
Product: [Technology] Jubula Reporter: Oliver Goetz <Oliver.Goetz>
Component: CoreAssignee: Markus Tiede <markus.tiede>
Status: CLOSED FIXED QA Contact: Oliver Goetz <Oliver.Goetz>
Severity: blocker    
Priority: P3 CC: alexandra.schladebeck
Version: 1.0.0   
Target Milestone: Juno M6   
Hardware: All   
OS: All   
Whiteboard:

Description Oliver Goetz CLA 2011-10-26 04:29:29 EDT
Trying to execute a test using the testexec.exe fails when trying to use a config file which includes an entry for a test job:

<configuration>
    <project>Projectname</project>
    <version>Versionnumber</version>
    <autid>AUTID</autid>
    <dbscheme>DBScheme</dbscheme>
    <dbuser>DBUser</dbuser>
    <dbpw>PW</dbpw>
    <server>Server</server>
    <port>Port</port>
    <language>Language</language>
    <testjob>Testjob</testjob>
    <datadir>Datadirectory</datadir>
    <resultdir>Resultdirectory</resultdir>
</configuration>

Error message: The specified Test Suite does not exist.
Comment 2 Oliver Goetz CLA 2011-11-01 04:02:32 EDT
Fix verified manually