| Sibling Name | Sibling Description |
<testexecuteread> element siblings
| <description> | Description of the concrete test. |
| <deprecated> | Specifies that the contents of this element should be marked as deprecated. |
| <provider> | Specifies the provider. |
| <version> | Specifies the version level. The
format of the version number should be n.n.n
where n is a number. For example, 1.0.0 is a
valid version. |
| <vendor> | Specifies an implementing vendor. |
| <spec> | Hardware specification
documentation for this concrete device. |
| <concrete> | Specifies the concrete device to
be tested. |
| <testcount> | Unsigned integer that specifies
the number of times to execute tests. |
| <testdelay> | Specifies the milliseconds to
sleep between each test. |
| <testexecute> | Specifies if all commands should
be executed. |
| <testexecutewrite> | Specifies if the executeWrite
method should be invoked on all measurements. |
| <testread> | Specifies if the read method
should be invoked on all measurements. |
| <testtrigger> | Specifies if all signals should be triggered. |
| <junit> | Specifies a junit test. Currently, not supported |
| <monitor> | Specifies a monitor test. Currently, not supported |
| <playback> | Specifies a playback test. Currently, not supported |
| <testcase> | Specifies a junit testcase. |