Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all articles
Browse latest Browse all 12134

Re: Help on Testing WebServices with multiple SubItem structure

$
0
0

Hi,

Would you mind to explain in details?

As i said the number of subitem is variable, i can have for 1 item 2 subitem and for another item 100 subitem.

How can i parametrize a variable number of subitem?

Here an example of two request (i added just the OrderN as a property of Item):

 

Request1

 

<Item>

           <OrderN>000001</OrderN>

           <SubItem1>

                           <address>Via Achille Campanile 85</address>

          </SubItem1>

          <SubItem2>

                           <address>Via G Di Vittorio 9</address>

          </SubItem2>

</Item>

 

 

Request2

 

<Item>

           <OrderN>000002</OrderN>

           <SubItem1>

                           <address>Via Giamaica 7</address>

          </SubItem1>

          <SubItem2>

                           <address>Via Stil novo 56</address>

          </SubItem2>

          <SubItem3>

                           <address>Via della crusca 12</address>

          </SubItem3>

</Item>

 

 


Viewing all articles
Browse latest Browse all 12134

Trending Articles