https://github.com/qmetry/qtm4j-postman-collection
https://github.com/qmetry/qtm4j-postman-collection
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qmetry/qtm4j-postman-collection
- Owner: qmetry
- Created: 2018-07-26T19:21:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T19:23:10.000Z (almost 8 years ago)
- Last Synced: 2025-02-19T13:07:12.134Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qtm4j-postman-collection
Postman Collection contains HTTP requests for uploading test result file on JIRA instance using [QMetry for JIRA - Test Management](https://marketplace.atlassian.com/plugins/com.infostretch.QmetryTestManager/cloud/overview).
### Steps to follow
1. [Download](https://www.getpostman.com/) Postman app if you don't have.
2. [Import](https://www.getpostman.com/docs/postman/collections/data_formats) Cloud or Server collection in your Postman App.
3. Provide necessary request params.
##### JIRA Cloud
1. In first HTTP request provide your details. For more info about request params refer [QMetry docs] (https://qmetrytestdocs.atlassian.net/wiki/).
2. In second request, select your test result file.
##### JIRA Server
1. In HTTP request provide your details. For more info about request params refer [QMetry docs] (https://qmetrytestdocs.atlassian.net/wiki/).
### Run Collection
Once you fill request params and upload file, its time to run this collection.
You have 2 options.
1. You can run POSTMAN collection directly. [Like this](https://www.getpostman.com/docs/postman/collection_runs/starting_a_collection_run)
2. Or you can run each request seperately. After 1st request is completed, copy URL from response and put as request URL in 2nd request.