Questions tagged [msloadtest]
17 questions
2
votes
1 answer
How to create VS Load test build in TFS 2015 using command line
I need to run Visual Studio Load test from TFS using command line. I have following setup -
1.Visual Studio 2015 Enterprise
2.TFS 2015 Update 3
3.Developer Command Prompt for VS2015
I am able to run locally by opening Developer Command Prompt and…

shenQA
- 39
- 1
- 8
1
vote
1 answer
How to set up the JWT token before the VS loadtest
I am trying to run a Visual Studio Load Test, but before it runs I have to call a login webAPI to generate a JWT token and then use this token in all of the webAPI web tests.
I only need to call the login to generate the token once. The same token…

Geri
- 41
- 6
1
vote
1 answer
How do I get Visual Studio Load Test to show one test per user?
I am tasked with creating load tests for a web application. I'm using Visual Studio 2017's Web Performance and Load Testing tool. I created the project, created a Web Test script, then created the Load Test scenario. What we want is to test…

RebelScum
- 549
- 2
- 5
- 19
1
vote
1 answer
What will be Concurrent user count to load test? - I have Google Analytics report
I am working on Web App whose peak is only once an year. From the google analytics reports it tells like on the peak day, on peak hour, there was around 3 000 Sessions between an 2 peak hours (15 000 sessions @12:00pm & 18 000 at 13:00). User spend…

user1597990
- 181
- 3
- 13
1
vote
0 answers
VS loadtest throw out the exception LoadTestAgentResultsLateException
I have two agents, agent1, agent2, but for some loadtest I only want it run in one agent, agent1. so I added "agent1" into the option "Agents to Use" in each scenarios. if I do this, the load test throw the error:
Exception …

Geri
- 41
- 6
1
vote
0 answers
VisualStudio cloud-based load test socket exception 100% of requests - webtest alone works OK
I am taking my first steps with visual studio enterprise load tests.
I have created a webtest following this tutorial: https://www.visualstudio.com/en-us/docs/test/performance-testing/run-performance-tests-app-before-release
The webtest works OK,…

Bartosz
- 4,406
- 7
- 41
- 80
1
vote
1 answer
Unable to find free machine on self-provisioned load test rig
We have recently been performing load testing as part of a build(using the Cloud Load Test build task) using a self-provisioned load testing rig deployed using the following quick start template…

CD-jS
- 1,125
- 1
- 15
- 32
1
vote
1 answer
Visual Studio 2015 MSTest cannot run a loadtest
I am trying to run a batch file that contains the MSTest running a load test file but it always returns an error message of "Visual Studio Enterprise is required to execute the test." Visual Studio 2015 Enterprise is already installed in my machine…

user6329531
- 23
- 4
0
votes
0 answers
How to set up a load test based on virtual users using individual specific virtual machine names
I have a load test that I need to create. This load testing has to simulate 300+ virtual users login into a web app and performing some different functionalities. Now the issue at hand is the login for the web app is configured using a users…

skinnyWill
- 327
- 2
- 18
0
votes
0 answers
Using MS Load Test, is it possible to control test flow by number of tests started per minute
My application uses MS Load test. We are currently running tests configured to Add X threads per minute, up to a given maximum, and once each thread finishes its test, it immediately starts another test.
However, in our production system, we use a…

Jason Coyne
- 6,509
- 8
- 40
- 70
0
votes
0 answers
Visual Studio LoadTest - how to extract the actual execution time to run the 1st step?
I'm trying to run MS Visual Studio Load Test against one of our C# Api hosted in GCP environment. Think times are set to zero and off.
The order of the Web tests are as below:
Ping Query
Authenticate User
Get UserApplicationContext Query
Logout…

TTCG
- 8,805
- 31
- 93
- 141
0
votes
1 answer
Load Tests, trying to generate random names but getting same names for many virtual users
I'm using Visual Studio Performance Tests. I want to generate a random name before each of my requests. I'm using this WebTestRequestPlugin for that:
using System;
using System.ComponentModel;
using System.Linq;
using…

gkatai
- 416
- 4
- 10
0
votes
1 answer
VS Cloud Load Test - Could not locate directory/file
I'm trying to load test our application at work and I have created a web-test (coded web-test) that works perfectly locally.
It uses a helper class to create data that's required for the application like name, email etc (which must be unique for…

Johny
- 387
- 1
- 7
- 20
0
votes
1 answer
VS Load Tests without database
I have a load test, but it wants to save data in a database. We're still 'getting started' and really want the results either on the screen or in a file right now.
How do I tell the load test not to write to a database and to just show me the…

BanksySan
- 27,362
- 33
- 117
- 216
0
votes
0 answers
VS WebTest errors when references have dependencies
The below error is thrown when a Visual Studio Web and Load Testing Performance Project references assemblies with dependencies. The error is thrown when attempting to convert the webtest to code, when attempting to insert a plugin, or when…

Nick
- 110
- 1
- 1
- 10