I created a load test in test studio by creating order on test site.
Now I am running the load test with 10 users and expected that atleast 10 orders will be created
but not even a single order is created.
Does the test studio load test not work by running the entire test again for multiple users.
1 Answer, 1 is accepted
0
Ivaylo
Telerik team
answered on 29 Sep 2014, 10:32 AM
Hello,
In order to investigate further we will need the following information:
1. A copy of the load test. This will be a .tstest file on disk.
2. A Fiddler trace of the load test running starting and ending with only one VU. NOTE: If your application uses HTTPS please be sure to check "Decrypte HTTPS traffic" else Fiddler will not capture the load test traffic. In order to force fiddler to capture the load traffic please follow this blogpost.
3. A Fiddler trace of you doing the same thing manually in a browser, not using Test Studio at all.