Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
R2.0.0 S7
-
Description
Rest Api should provide:
GET /testplan/{testPlanKey}/testexecution - returns all Test Executions associated with the Test Plan POST /testplan/{testPlanKey}/testexecution - Adds or removes Test Executions associations to the Test Plan DELETE /testplan/{testPlanKey}/testexecution/{testExecKey} - Removes the test execution association to the Test Plan