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+ | bean | ref)*
</test-group>


Nested Element Summary
 bean
          
 ref
          
 test
          

Attribute Summary
 xsd:IDid
          
 xsd:stringmonitoringEnabled
          

Attribute Detail

id

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.