| Summary: | testexec.exe does not work using config file including entry for testjob | ||
|---|---|---|---|
| Product: | [Technology] Jubula | Reporter: | Oliver Goetz <Oliver.Goetz> |
| Component: | Core | Assignee: | 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: | |||
This issue should be fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=892652f15e5894eaab4f82b28adc1676d9c89adb Fix verified manually |
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.