Jacob_Hassing
15 years agoContributor
TestRunner vs. SoapUITestCaseRunner
i execute SOAPUI testCases from JUnit. there are more than 1 way to do this using the SOAPUI API.
What i lack is description of the API.
e.g. TestRunner & SoapUITestCaseRunner, when to use what ?
the SoapUITestCaseRunner have methods initProject, exportJUnitReports. is it nessecary to call initProject() ? or is it sufficient to set setProjectFile(). exportJUnitReports shuold it be called after ot before run?
there is no information to help in the API documentation.
when i move around in the API, i there is a lot of guessing and trial and error involved.
am i missing some documentation ?
is there a better API description somewhere i have missed?
sample code suing the API ??
What i lack is description of the API.
e.g. TestRunner & SoapUITestCaseRunner, when to use what ?
the SoapUITestCaseRunner have methods initProject, exportJUnitReports. is it nessecary to call initProject() ? or is it sufficient to set setProjectFile(). exportJUnitReports shuold it be called after ot before run?
there is no information to help in the API documentation.
when i move around in the API, i there is a lot of guessing and trial and error involved.
am i missing some documentation ?
is there a better API description somewhere i have missed?
sample code suing the API ??