Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.5_CTP_3.1.1

...

  1. In the Tool Settings section, choose the components you want to extract from the REST URL by clicking on a value in the Available REST Extractions column. 
  2. Click Add. The URL components will be added to the Extract panel.


     
  3. To change how the value is saved in the data bank, select a component and click Modify.
    • custom column name: Choose this option to specify the name of the data source column in which to store the value. Values are stored in an internal data source unless you specify otherwise (e.g., if you select Writable data source column or Variable). This is the name you will use to reference the value in other places. For example, if it is stored in a data source column named My Value, you would choose My Value as the parameterized value. You could also reference it as ${My Value} in literal or multiple response views.


       
    • Writable data source column: Choose this option to store the value in a writable data source column

      Conditional ContentProduct: (SOAVirt)Product: (SOAVirt)sv-attr:0A010204015A9054C88481D043445E2F0A010204015CF6008A11EEF43AC91334

      (see Configuring a Writable Data Source in SOAtest or Configuring a Writable Data Source in Virtualize).

       This allows you to store an array of values. Other tools can then iterate over the stored values.

    • Variable: Choose this options to save the value in the specified variable so it can be reused across the current Test, Responder, or Action suites. The variable must already be added to the current suite as described in

      Conditional ContentProduct: (SOAVirt)Product: (SOAVirt)sv-attr:0A010204015A9054C88481D043445E2F0A010204015CF6008A11EEF43AC91334

      Defining Variables (SOAtest) or Defining Variables (Virtualize).

       Any values set in this manner will override any local variable values specified in the Responder suite or Action suite properties panel.

    • If you are modifying the Path extraction, you can change the path index setting.



      The index refers to the position in the path according to the following schema:

      <host>:<port>/<method>/<path 0>/<path 1>/<path . . .>/<parameter>


      You can only extract one host, port, and method, but you can add several path and parameter values to extract complex URLs.


       
  4. Configure any additional options (see Tool Options) and save your changes.

...