{
  "exportType" : "test_case",
  "formatVersion" : 1,
  "name" : "XML: статус, сумма и разрешённые теги",
  "description" : "",
  "steps" : [ {
    "type" : "VALIDATE_XML",
    "params" : {
      "tagPath" : "status",
      "operator" : "equals",
      "value" : "OK"
    },
    "runWhen" : null
  }, {
    "type" : "VALIDATE_XML",
    "params" : {
      "tagPath" : "amount",
      "operator" : "greaterThan",
      "value" : "0"
    },
    "runWhen" : null
  }, {
    "type" : "XML_WHITELIST",
    "params" : {
      "path" : "",
      "tags" : "response,status,amount"
    },
    "runWhen" : null
  } ]
}