Forum Discussion

larryx's avatar
larryx
Frequent Contributor
12 years ago

[Res] dynamic parameter value

Hello,
I need to use parameter in SoapUI soap xml request (i.e., ${#TestCase#serialNo} ). The 'serialNo' param value will be 100, 101, 102...
I don't see there is param external data file feature in SoapUI. Could anyone help how to implement this approach?
Thanks in advance!
-Larry

3 Replies

  • larryx's avatar
    larryx
    Frequent Contributor
    Giscard,
    Thanks for the DataSource info. My situation is a little different. The param I am using is not for the data (i.e., ID) in default soap request (in this case, you can click on Request data box and "Get Data" to connect to DataSource). My xml request (send to Queue) content is manually written (see screen). "Entry_No" is the param name. There is no "Get Data" window options for connecting my param to DataSource file.
    I can set param value in testcase-property window but that is single value. What I need is "Entry_No" needs to pick up different value when run load test. Hopefully I explain my problem clearly.
    Thanks,
    Larry
  • larryx's avatar
    larryx
    Frequent Contributor
    I guess I figure out. "Get Data" window can also be invoked by click on XML tab screen.
    Thanks Giscard,
    -Larry