Skip to main content

Test suite

Model name: TestSuite-dm

Represents a collection of test cases that can be executed together as part of a test run. It allows for organizing and managing related test cases within a project.

Document definition

object (Root)
object (Meta)

[Read only] Contain the meta data information of the document. It will be ignored if included in the request of the update operations (e.g MODIFY_DOCUMENT)

{
  • "Root": {
    },
  • "__meta": {
    }
}