Update Testset (add test cases to test set) with Rally API 2.0 -


I have been stumped The call trying to add test cases to a testet is successfully completed but only one Adds the test case to the test set.

  $ url = https://rally1.rallydev.com/slm/webservice/{$apiVersion}/TestSet/{$testSetObjectID}?key={$securityToken}  < / Test> 

My payload:

  {"TestSet": {"testcases": {{"{_ref": "/ testcases / 17905298381", "_ref": "/ testcases / 10610152170 "," _ref ":" / tests / 10610171280 "}]}}    

Here is an example of a browser rest client which adds four test cases to a test set:

End point:

  https://rally1.rallydev.com/slm / Webservice /v2.0/testet/14469862335/testcases/add?key=fbaa0c04-...   

payload:

  {"archive size": [{"_ref": "/ testcase / 14469885324"}, {"_ref See also: "/ testcase / 14469885842"}, {"_ref": "/ testcase / 14469886070"}, {"_ref": "/ testcase / 14469887154"}]}   

.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -