BA_Service_Haus
15 years agoRegular Contributor
How to generate a data source for complex data types
Hi,
we want to use data source test steps in soapUI Pro.
But when analyzing the structur of our requests and responses, we couldn't get a good idea how to put the data into our data source properly.
For example:
There is a request structure like
It is defined, that organization and employ can be used 1 to n times.
Then we will have a problem to define the test data a data driven test cycle in one row.
Especially if the count of used organisations or employees differ from one data set to the next one.
Is there any special concept in soapUI to handle this "multi-dimension-data" problem?
Best regards
Nico
we want to use data source test steps in soapUI Pro.
But when analyzing the structur of our requests and responses, we couldn't get a good idea how to put the data into our data source properly.
For example:
There is a request structure like
<organization>
<id></id>
<employee>
<name></name>
<age></age>
</employee>
</organisation>
It is defined, that organization and employ can be used 1 to n times.
Then we will have a problem to define the test data a data driven test cycle in one row.
Especially if the count of used organisations or employees differ from one data set to the next one.
Is there any special concept in soapUI to handle this "multi-dimension-data" problem?
Best regards
Nico