Forum Discussion
redfish4ktc2
11 years agoSuper Contributor
hi,
For problem 1
to run a single testsuite, change your configuration
by
Work as well for testcase. See also this post: viewtopic.php?f=1&t=14992
For problem 2
In Soapui, where do you store the groovy script library? You have to make it available to the maven plugin. Several options are available, so could you provide more info?
For problem 3
I need more info.
What type of jenkins job do you use (maven, freestyle)?
you said you have no soapui logs in the jenkins console? have you check soapui log files in the workspace of your jenkins job?
Soapui Junit reports produce 1 entry per test case. Basically, in the junit reports, Soapui testsuite are mapped to a class, and Soapui testcases are mapped to a method. So by default, there is no place for test steps.
I guess in your Soapui project, you have configure your testcase to not fail on teststep failures to be able to run all steps, and you would like to know which steps failed.
As this is not supported out of the box by soapui, this has been a feature request for a long time, see viewtopic.php?f=2&t=24405 (and a lot of post in this forum)
As i state in viewtopic.php?f=5&t=19820, I have started implemented such a feature but this is currently not finished; are you interesting in testing it? I could deploy a snapshot of my plugin with the in progress feature.
Remember, you won't have the failure information for the failing test step directly, this will be displayed at the test case level.
See this example of report (with my custom impl) generated by ant
For problem 1
to run a single testsuite, change your configuration
<properties>
<testSuite>testingFI</testSuite>
</properties>
by
<testSuite>testingFI</testSuite>
Work as well for testcase. See also this post: viewtopic.php?f=1&t=14992
For problem 2
In Soapui, where do you store the groovy script library? You have to make it available to the maven plugin. Several options are available, so could you provide more info?
For problem 3
I need more info.
What type of jenkins job do you use (maven, freestyle)?
you said you have no soapui logs in the jenkins console? have you check soapui log files in the workspace of your jenkins job?
Soapui Junit reports produce 1 entry per test case. Basically, in the junit reports, Soapui testsuite are mapped to a class, and Soapui testcases are mapped to a method. So by default, there is no place for test steps.
I guess in your Soapui project, you have configure your testcase to not fail on teststep failures to be able to run all steps, and you would like to know which steps failed.
As this is not supported out of the box by soapui, this has been a feature request for a long time, see viewtopic.php?f=2&t=24405 (and a lot of post in this forum)
As i state in viewtopic.php?f=5&t=19820, I have started implemented such a feature but this is currently not finished; are you interesting in testing it? I could deploy a snapshot of my plugin with the in progress feature.
Remember, you won't have the failure information for the failing test step directly, this will be displayed at the test case level.
See this example of report (with my custom impl) generated by ant
Related Content
Recent Discussions
- 15 years ago