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
  parent = xsd:string
  startDelay = xsd:string
  testDescription = xsd:string>
(load? ; termination? ; listeners-test?)
</test>


Nested Element Summary
listenersTestlisteners-test
          
loadAbstractload
          
terminationAbstracttermination
          

Attribute Summary
 xsd:IDid
           Id of the element  
 xsd:stringparent
          
 xsd:stringstartDelay
          
 xsd:stringtestDescription
          

Attribute Detail

id

Id of the element

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

startDelay

Type:
xsd:string
Use:
optional
Form:
unqualified

testDescription

Type:
xsd:string
Use:
optional
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.