Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
16 years ago

loadui action/listeners extension

Does loadui have any plans on exposing actions/listeners interface as exposed in soapUI. This would be useful if we want to customize based on our needs.

Thanks

2 Replies

  • Hi!

    no, but it is extremely easy to create your own custom components (although still totally undocumented).. can you give us some ideas on what you would like to do so I can perhaps prepare some example(s).. !?

    regards!

    /Ole
    eviware.com
  • alibaba82's avatar
    alibaba82
    Super Contributor
    sure. I'm trying to move out jemter framework to loadui so this is what I would like to achieve. All this is done in Jmeter using various customization that we wrote

    1. Create an action, 'start perfmon' that invokes an executable/batch file that we have written. This basically remotely starts perfmon on our application servers and starts dumping results in the database. Once presseed it changes to 'stop perfmon'

    2. Create an action, 'Load Test Details', which shows a forms window and a submit button with a few text boxes. We like to specify a few details about our load test and store them in the database. Our reporting solution displays this information when some load test report is selected. Typically we have
    -date
    -load test name
    -objective
    -setup environment (text box)
    -load simulation description(text box)
    -Target Customer (drop down Samsung,LG,Sony,All)


    2. Create a listeners which will send the load test stats to our database every time the load level changes and then resets the stats.

    Thanks

    Ali