Skip to content

implement 1.9.12 new api - getTestCaseAssignedTester #29

@lczub

Description

@lczub

future TL release 1.9.12 will introduce a new api method getTestCaseAssignedTester(). It gets the result of LAST EXECUTION for a particular testcase on a test plan.

current know arguments are (TL gitorious commit 9ca61c8):

  /**
   * Gets the result of LAST EXECUTION for a particular testcase on a test plan.
   * If there are no filter criteria regarding platform and build,
   * result will be get WITHOUT checking for a particular platform and build.
   *
   * @param struct $args
   * @param string $args["devKey"]
   * @param int $args["tplanid"]
   * @param string $args["testcaseexternalid"] format PREFIX-NUMBER
   * @param int $args["buildid"] Mandatory => you can provide buildname as alternative
   * @param int $args["buildname"] Mandatory => you can provide buildid (DB ID) as alternative
   * @param int $args["platformid"] optional - BECOMES MANDATORY if Test plan has platforms
   *                                           you can provide platformname as alternative  
   *  
   * @param int $args["platformname"] optional - BECOMES MANDATORY if Test plan has platforms
   *                                           you can provide platformid as alternative  
   *
   *
   * @return mixed $resultInfo
   *
   * @access public
   */
  public function getTestCaseAssignedTester($args)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions