Forum Discussion

Nagravision_SA__1's avatar
10 years ago

How to execute scenario in LoadTest (see scenario in desc.)

Dear All,

I have very basic question about LoadTest in SoapUi Pro. Following is the test case scenario i would like to perform in the LoadTest in SoapUiPro. Please help me that how i can do

- 1000 user connections
- Each user post 1000 items at same time
- then each user get its own created item at same time

Thanks a lot in Advance!!

Regards

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    Make sure you have enough memory for performance testing.
    Here are some quick memory fixes.
    Edit the vmoptions file in SoapUI Pro installation folder\bin to accommodate following changes,
    Set Xms128m and -Xmx to 4000 if your ram is 4GB or 8000 if its 8GB
    Also if you receive the perm gen space error add -XX:MaxPermSize=128m.

    For more information on the link,
    http://www.soapui.org/Working-with-soap ... usage.html

    Also check the load test strategies,
    http://www.soapui.org/Load-Testing/simu ... -load.html

    From what I understood you will require 1000 threads, I would suggest simple or fixed load strategy.

    Thanks,
    Jeshtha