ktomek
14 years agoNew Contributor
loadUI and limited output from modularized soapUI project
Hi,
I'm trying to use modularized soapUI 4.5.1 project with loadUI 2.1.0. My sopaUI project structure is as follows:
* There are several TestCases with request TestStep with TestCase level properties: Request1, Request2, ...
* There are several TestCases which are using above TestCases with Run TestCase TestSteps to simulate complex operations: Operation1, Operation2, ...
* There is one step that calls (using Run TestCase TestStep) all operations sequentially: TestOperations.
When I run TestCase TestOperations from soapUI, I can see all request, that has been called with their time taken: TestOperations, Operation1, Operation2, ... Request1, Request2, ... .
But when I run TestCase TestOperations from loadUI (with output level TestCase and all TestSteps), the output from soapUIRunner contains only information about TestOperations, Operation1, Operation2, ... and no information about Request1, Request2, ....
Does this mean that I must refactor my modularized soapUI project and replace Operation1, Operation2, ... with actual calls to Request1, Request2, ...?
Or remove TestCase TestOperations and replace it with n (n is the number of Operations) soapUIRunner components?
Regards
Tomek
I'm trying to use modularized soapUI 4.5.1 project with loadUI 2.1.0. My sopaUI project structure is as follows:
* There are several TestCases with request TestStep with TestCase level properties: Request1, Request2, ...
* There are several TestCases which are using above TestCases with Run TestCase TestSteps to simulate complex operations: Operation1, Operation2, ...
* There is one step that calls (using Run TestCase TestStep) all operations sequentially: TestOperations.
When I run TestCase TestOperations from soapUI, I can see all request, that has been called with their time taken: TestOperations, Operation1, Operation2, ... Request1, Request2, ... .
But when I run TestCase TestOperations from loadUI (with output level TestCase and all TestSteps), the output from soapUIRunner contains only information about TestOperations, Operation1, Operation2, ... and no information about Request1, Request2, ....
Does this mean that I must refactor my modularized soapUI project and replace Operation1, Operation2, ... with actual calls to Request1, Request2, ...?
Or remove TestCase TestOperations and replace it with n (n is the number of Operations) soapUIRunner components?
Regards
Tomek