Quantcast
Channel: Visual Studio and Visual Web Developer Express
Viewing all articles
Browse latest Browse all 3509

Visual studio load test dependent operations concurrency issue

$
0
0

I am working on a load test which has two requests/operations (Add/Delete). When I run load test I am getting primary key violation error as the add is triggered before delete operation for inserted user.

As the requests are sent asynchronously delete is not using the same data what add is used. Is there any way to make delete use the same data what add used for the request and combine both operations or make delete dependent to add ?

basically I am looking to make both operations one after another so that I won't see primary key violation error..




Viewing all articles
Browse latest Browse all 3509

Trending Articles