Forum Discussion

bearstern123's avatar
14 years ago

Transferring Property values as per the tutorial

Can someone help me with the following:
1)In the tutorial link below:
http://www.soapui.org/Functional-Testin ... alues.html

In point number 3 of the example it says: "select the "Wizard" button to the right on the source property toolbar". I don't see the wizard button in my SOAPUI 4.0.1. Did I miss something in the property transfer window?

2)Also away from the above problem, is there a way to run test cases and pick values uniquely for a property in a request? Example for a Log in test case, the log in credentials (user name and passwords) needs to be picked from a properties file which has multiple sets of values for credentials (ex: user1,user2 to user100). During execution of the script (say the script runs for 100 users), each run has to pick unique user. Is there a way to configure like this in SOAP UI Test cases?

1 Reply

  • deepesh_jain's avatar
    deepesh_jain
    Frequent Contributor
    Hi,

    That's only available in Pro Version. I beleive you are using the free version. It does say in the brackets:

    (in standard soapUI you will have to manually create the generated XPath statement).

    2. For your second question, once again its only possible in SOAPUI Pro, using the concept of data source and data source loop steps. In the standard/free version you will have to write a groovy script for that.

    Regards,
    Deepesh Jain