【问题标题】:How to retrieve automated test cases result using CAAC/Rally API如何使用 CAAC/Rally API 检索自动化测试用例结果
【发布时间】:2017-01-17 04:17:35
【问题描述】:

我在 REST 中使用这个 URL:

https://rally1.rallydev.com/slm/webservice/v2.0/testcases?query=((Project.Name = "Team 2 - OCEANS Change Management") AND (Method = "Automated"))fetch=type,formattedId,Method,Owner

它正在抛出这个错误:

{
  "QueryResult": {
    "_rallyAPIMajor": "2",
    "_rallyAPIMinor": "0",
    "Errors": [
      "Could not parse: Cannot parse expression \"((Project.Name = \"Team 2 - OCEANS Change Management\") AND (Method = \"Automated\"))fetch=type,formattedId,Method,Owner\" as a query"
    ],
    "Warnings": [],
    "TotalResultCount": 0,
    "StartIndex": 0,
    "PageSize": 0,
    "Results": []
  }
}

【问题讨论】:

    标签: rally


    【解决方案1】:

    也许字符串“fetch”应该是“&fetch”?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-03-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多