Forum Discussion

lavanya_rj's avatar
lavanya_rj
New Contributor
15 years ago

New to SoapUI, Urgent Help

I want to do load testing for a webservices which takes imei number as input. I have to do a load testing for 1000 requests. Where the IMEI number is unique. I am new to SoapUI pro . how to do this? Please help me

1 Reply

  • Hi,

    First, you need to create the test case.
    If you are using multiple threads in your load test, then it will be wise to use a datagen to feed data to the test request.
    To the datagen, add a property named IMEI. As per your requirement, select the type.
    Most probably, it would be Number type. Then you need to check the 'shared' checkbox to ensure the uniqueness of the IMEI. In the configuration window, you can set the start and end no. of your property. Also, you can give the step value. You can increment the value by one by giving the step value as 1.
    Now in the load test, keeping the strategy as simple, set the limit as 1000 runs and run the test case.

    Hope it solves your purpose.

    Regards,
    -