Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributesTypeDescription
idtestTypeIdLongId of test type
nametestTypeNameStringName of test type

GET

...

Info
titleBase URL for Test Type REST API

http://host:port/flexdeploy/rest/administration/testautomation/testtype

http://host:port/flexdeploy/rest/administration/testautomation/testtype?nametesttypename={name}

The information about available Test Types can be accessed through this method. It returns the name and id of all available Test Types. You can also search by name using query parameters to access a specific Test Type's information.

...

Code Block
languagejs
themeEclipse
titleTest types
[
      {
      "nametestTypeName": "Test1",
      "idtestTypeId": 10001
   },
      {
      "nametestTypeName": "Test2",
      "idtestTypeId": 10002
   },
      {
      "nametestTypeName": "Test3",
      "idtestTypeId": 10003
   }
]