globus1987
13 years agoOccasional Contributor
generating request
I have a question.
Part of my request structure looks like this:
Every risk has a lot of attributes (around 200 lines).
In .xls I have an array of combinations of these risks where a line is a combination of true and false values for a specific risk.
How can I build an automatic test case for this (existing of all risk node depends on its value from .xls file)?
Part of my request structure looks like this:
<InstanceData>
<RiskList>
<Risk id="one">
</Risk>
<Risk id="two">
</Risk>
<Risk id="three">
</Risk>
</RiskList>
</InstanceData>
Every risk has a lot of attributes (around 200 lines).
In .xls I have an array of combinations of these risks where a line is a combination of true and false values for a specific risk.
How can I build an automatic test case for this (existing of all risk node depends on its value from .xls file)?