gsugunan
15 years agoOccasional Contributor
data driven testing using a properties file
Hi, I think this is a simple issue, but if your soap message contains a complex type(like what follows)
<containertype>
<childtype/>
<childtype2/>
</containertype>
how do we do data driven testing using a properties file (or is it possible at all)
i.e., I know how the pipes work for multiple instances of the containertype, but I want a properties file as input, and it needs to take multiple instances of childtype and childtype2, which are contained within multiple containertypes
<containertype>
<childtype/>
<childtype2/>
</containertype>
how do we do data driven testing using a properties file (or is it possible at all)
i.e., I know how the pipes work for multiple instances of the containertype, but I want a properties file as input, and it needs to take multiple instances of childtype and childtype2, which are contained within multiple containertypes