Forum Discussion

prices1950's avatar
prices1950
New Contributor
13 years ago

Video training - any transcripts?

Audio is a problem for me - are there transcripts or subtitles for the various videos that provide most of the help?
I have figured out a lot of SoapUI, but am having more problems with loadUI.

4 Replies

  • I think that you can enable subtitles on Youtube. Not sure how many of the videos that exists on Youtube though.
  • Not aware of any transcripts, but there should be a corresponding article for any video that was created. Let me know if you are looking for a description of particular functionality.

    Thanks,
    Michael Giller
    SmartBear Software
  • prices1950's avatar
    prices1950
    New Contributor
    I am trying to get a set of soapUI/loadUI tests running against some rest service providers which require JSON inputs and chaining of response to request a couple of layers to complete a transaction. I am making progress using the paper references but would have liked to watch / listen to the videos for the incremental value they offered. I am expecting I will need a couple of custom components to tie things together, and then measure results at the points the user is looking for.

    Michael - I will post requests for detailed information on a subject if I get really stuck.

    BTW - Thank you for the product.
  • For chaining items, in Pro we have point and click functionality that will define XPATH for you: http://www.soapui.org/Working-with-soap ... er-request

    If you are working with JSON, then XPATH may be out of question and you may need to use:
    1. JsonSlurper in Groovy to parse JSON - http://www.robert-nemet.com/2012/08/jso ... oapui.html
    2. Use Groovy to set parsed JSON to a property: http://www.soapui.org/Scripting-Propert ... properties
    3. Use Property Expansion to get the property value in your next request: http://www.soapui.org/Scripting-Propert ... nsion.html

    Thanks,
    Michael Giller
    SmartBear Software