Forum Discussion

ssarasada's avatar
13 years ago

How to pass the postdata in Load UI

Hi,
I would like to do web load testing. Part of the URL i would like to pass Post data. Please let me know how to pass.

Sara

4 Replies

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

    The loadUI Web Page Runner unfortunately doesn't support HTTP POST as of now, you will have to set up a corresponding test in soapUI with the HTTP TestRequest Step (which can do all HTTP methods) and run that in soapUI with the soapUI Runner. Read more about this approach at http://www.loadui.org/Load-Testing-soap ... cases.html

    regards,

    /Ole
    SmartBear Stockholm
  • thzinc's avatar
    thzinc
    Occasional Contributor
    Sara,

    I recently posted a custom component that allows you to execute POST requests and send post data (HTTP request entity body). Please see my post at viewtopic.php?f=10&t=7457&p=24052#p24052.

    I'd love to know if this helps.

    Daniel James
    Casting Networks, Inc.
  • tconnected's avatar
    tconnected
    New Contributor
    Hello - I am using custom HTTP runner to POST an xml string - the server responds like it does not even see the input variable in the HTTP entity body input to this component. Any help would be greatly appreciated!
  • leela's avatar
    leela
    Occasional Contributor
    Can you share a sample to pass xml as post request data to custom http runner for a web page to perform load testing