Unplanned
Last Updated: 04 Jan 2017 07:34 by ADMIN
Dominik
Created on: 30 Dec 2016 14:55
Type: Feature Request
0
Clone / Duplicate Http Request
You can already "copy" and "paste" Http Requests to get a cloned request, but a simple "Clone" or "Duplicate" menu item would simplify creating multiple similar reqests even more.
3 comments
ADMIN
Dobry Zranchev
Posted on: 04 Jan 2017 07:34
At the moment you are able to create the original step and copy and paste it for example 4 times. After that you can change only method or something that you want. In this way you will not copy only the uri to the steps.
Dominik
Posted on: 03 Jan 2017 20:24
It's just for convinience. For example if I want to have five requests to the same URL, but with different HTTP commands:

GET /some/path -> status 404
PUT /some/path -> status 200
GET /some/path -> status 200
DELETE /some/path -> status 200
GET /some/path -> status 404

Right now I have to create all four steps manually (or copy the first step and then insert it). It might be easier to create the first step and then use a "duplicate" function to get the following steps (in which I then modify some checks, but keep the URL)

Or PUT (create) / GET / PUT (same url, but modify with different payload) / GET. Stuff like that.
ADMIN
Dobry Zranchev
Posted on: 03 Jan 2017 12:44
Thank you for the feedback, but could you tell what does you mean?
Now you are able to copy the Http Request step with the condition and verifications which belongs to this step. If I understand you want to execute just one command instead of copy and paste. Please correct me if I didn't understand you correctly.