http://www.griddynamics.com/schema/jagger
element test-description

Documentation
            Test description contains two elements - info-collectors and scenario.
            Info-collectors element is a list of collectors. Collector can be a metric element or a validator element.
            In scenario you can describe what targets will be loaded and what tool use to make load.
            You can turn on calibration by adding attribute calibration="true".
        
Properties
This component is not nillable.

Model
<test-description
  calibration = xsd:string : false
  id = xsd:ID
  name = xsd:string
  parent = xsd:string
  version = xsd:string>
(info-collectors? ; scenario?)
</test-description>


Nested Element Summary
workloadListenersTypeinfo-collectors
          
scenarioAbstractscenario
          

Attribute Summary
 xsd:stringcalibration
          Set 'true' if you want to provide calibration. 
 xsd:IDid
           Id of the element  
 xsd:stringname
          Name of the test. 
 xsd:stringparent
          Parent of the element. 
 xsd:stringversion
          Version of the test. 

Attribute Detail

calibration

Set 'true' if you want to provide calibration. Calibration is a process, when Jagger in a simple (one thread) mode loads every target only one time. Response from target is saved. During test run it can be used as benchmark to compare response from system under test. Comparison will be provided if 'validator-consistency' is included in 'info-collectors' Note that calibration can take long time when number of endpoints you are going to test is large!

Type:
xsd:string
Default:
false
Use:
optional
Form:
unqualified

id

Id of the element

Type:
xsd:ID
Use:
required
Form:
unqualified

name

Name of the test. Will be displayed in report and WebUI

Type:
xsd:string
Use:
optional
Form:
unqualified

parent

Parent of the element. All components of the parent will be inherited by this element

Type:
xsd:string
Use:
optional
Form:
unqualified

version

Version of the test. Just set to 1.

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="test-description" type="testDescriptionType">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.