Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Import Test Cases from Excel

...

POST /rest/import/testcase

Description

Import test cases from multiple sheets of an Excel file.

Request

Content-Type: application/json

...

Status Code

Reason

Response Model

200

Test cases created successfully

-

400

Invalid json object or mandatory fields missing

-

401

Unauthorised or session expired

-

403

Forbidden

-

404

Not Found

-

500

Returned when server connection times out

-

...