This is a migrated thread and some comments may be shown as answers.

Running against parallel tests

0 Answers 70 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
Nicholas
Top achievements
Rank 1
Nicholas asked on 03 Jun 2019, 12:47 PM
I wonder how one might set up fiddler core to be able to handle tests running a parallel. I saw a similar post but no resolution to it.

My first thought was that I could get my test to add a custom header to each request using a guid for example which means each test would get a unique header.

But in the BeforeRequest delegate how would I check that the proxySession has the header that matches that of the test?

I can read the headers in proxySession but I have no way of passing this header in from the test as this delegate is called from an event. 

No answers yet. Maybe you can help?

Tags
FiddlerCore
Asked by
Nicholas
Top achievements
Rank 1
Share this question
or