cbyndr
12 years agoContributor
test suite startup script not executed from command line
For debugging, I added log statements to the test case and test suite start up scripts:
And
Here is my test runner command:
Based on test runner log, test suite setup script is not executed:
Where is the issue? Is test runner not getting at the test suite at all?
log.info "i can has test suite setup?"
And
log.info "i can has test case setup?"
Here is my test runner command:
testrunner.sh -sts_ingestTestCases -S -cROGS-1003-VALIDATION -r -f 1387309643 -j -Ptitle=ROGS-1003-212773 file:/blah/blah/project/path/blah.xml
Based on test runner log, test suite setup script is not executed:
=================================
=
= SOAPUI_HOME = C:\cygwin\SOAPUI~1.0
=
================================
soapUI Pro 4.0.2-SNAPSHOT TestCase Runner
14:47:28,274 WARN [SoapUI] Missing folder [C:\soapui-pro-4.0\bin\ext] for external libraries
14:47:28,867 INFO [DefaultSoapUICore] initialized soapui-settings from [C:\Users\ederber\soapui-settings.xml]
14:47:29,418 INFO [SoapUIProGroovyScriptEngineFactory] Setting Script Library to [C:\PROGRA~1\SMARTB~1\SOAPUI~1.1\bin\scripts]
14:47:30,693 INFO [WsdlProject] Loaded project from [file:/C://blah/blah/project/path/blah.xml]
14:47:31,302 INFO [SoapUIProGroovyScriptEngineFactory] Setting Script Library to [C:\PROGRA~1\SMARTB~1\SOAPUI~1.1\bin\scripts]
14:47:32,313 INFO [SoapUIProTestCaseRunner] Setting project property [title] to [ROGS-1003-212773]
14:47:32,335 INFO [SoapUIProTestCaseRunner] Running soapUI tests in project [blah]
14:47:32,335 INFO [SoapUIProTestCaseRunner] Running TestCase [ROGS-1003-VALIDATION]
14:47:33,235 INFO [log] i can has test case setup?
14:47:33,290 INFO [SoapUIProTestCaseRunner] Running soapUI testcase [ROGS-1003-VALIDATION]
14:47:33,292 INFO [SoapUIProTestCaseRunner] running step [ROGS-1003-VALIDATION]
14:47:56,025 INFO [SoapUIProTestCaseRunner] Finished running soapUI testcase [ROGS-1003-VALIDATION], time taken: 22697ms, status: FINISHED
14:47:56,026 INFO [SoapUIProTestCaseRunner] TestCase [ROGS-1003-VALIDATION] finished with status [FINISHED] in 22697ms
Where is the issue? Is test runner not getting at the test suite at all?