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

Documentation
            Test-group is a list of tests. All tests will run in parallel mode.
            You can turn on monitoring, if you would like to see monitoring results for this test-group.
            Note : don't forget to set id for this element. Id will be written in report.
        
Properties
This component is not nillable.

Model
<test-group
  id = xsd:ID
  monitoringEnabled = xsd:string : ${chassis.conditions.monitoring.enable}>
(test+ | listeners-test-group) *
</test-group>


Nested Element Summary
listenersTestGroupTypelisteners-test-group
          
testTypeIntest
          

Attribute Summary
 xsd:IDid
           Id of the element  
 xsd:stringmonitoringEnabled
          

Attribute Detail

id

Id of the element

Type:
xsd:ID
Use:
required
Form:
unqualified

monitoringEnabled

Type:
xsd:string
Default:
${chassis.conditions.monitoring.enable}
Use:
optional
Form:
unqualified

Source
<xsd:element name="test-group" type="testGroupType">
</xsd:element>


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