Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust "retest all requests" #75

Closed
MrR10T opened this issue Oct 11, 2021 · 2 comments
Closed

Adjust "retest all requests" #75

MrR10T opened this issue Oct 11, 2021 · 2 comments

Comments

@MrR10T
Copy link

MrR10T commented Oct 11, 2021

Hi Quitten
I tryed the new features "Retest all request" and work as expected. The problem is, for example, if I have 100 request and maybe 20 are removed cause out of scope, then I will test just 80 requests. Here all worked well but now I have 180 requests. Now I remove others request from scope and I want to retest all requests. The problem here is that I will have double request, from the first try, and the second retry. Infact I will test all 100 request from the first attempt, and then all the 80 request from the second attempt. That will end in getting 360 requests, then If i test against, 720 request.

Example with Image:
Capturing request. Now I have 15 requests.
image

Now, I remove from scope the 2 bypassed request ( bundleinfo and /certification/index.html) and then I retest all request. I should now have 2x15-2 request = 28 requests.

image

All good for now. The problem start here, infact If I retest all request, I will retest the first 15 requests from the first capture, and the others 13 request from the "Retest all request" function.

image

So, probably instead of retesting all request would be better to select some request and retest just the selected ones. Like using the same combination of selecting more files on PC. This is the easiest option I think.

Another option is to create a new "Tab" on each "Retest all request" but I think that is way harder to implement.

Let me know If that's clear or not, and have a nice day.

@Quitten
Copy link
Owner

Quitten commented Oct 14, 2021

@MrR10T - selecting multiple requests is on issue #42.
This will allow you achieve your goal, right?

@Quitten
Copy link
Owner

Quitten commented Oct 15, 2021

After seeing your #42 (comment), closed.

@Quitten Quitten closed this as completed Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants