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

Documentation
                Test have attribute testDescription and includes two child elements : load, termination.
                TestDescription describes what targets will be tested and what tool use to test it. Set id of test-description, which you would like to use.
                Element load say how often you would like to load targets.
                With element termination you can configure how long targets will be tested.
                Note : don't forget to set id for this element. Id will be written in report.
            
Properties
This component is not nillable.

Model
<test
  id = xsd:ID
  startDelay = xsd:string
  testDescription = xsd:string>
(load ; termination)
</test>


Nested Element Summary
loadAbstractload
          
terminationAbstracttermination
          

Attribute Summary
 xsd:IDid
          
 xsd:stringstartDelay
          
 xsd:stringtestDescription
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

startDelay

Type:
xsd:string
Use:
optional
Form:
unqualified

testDescription

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="test" type="testType">
</xsd:element>


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