You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered: