About 50 results
Open links in new tab
  1. c# How to load test a webservice - Stack Overflow

    Most obvious choice: if your Visual Studio license allows you can use MS Load Testing Framework, most likely you won't even have to write a single line of code: How to: Create a Web Service Test …

  2. How do you test a SignalR application (load - Stack Overflow

    2 How do you test a SignalR application (load + functional combined) hosted on an Azure Appservice We are building a SignalR application for questionpolling to the audience during events and …

  3. .net - Performance and Load testing tools - Stack Overflow

    The Load Testing tools that come with Visual Studio Ultimate are invaluable for load testing a .NET app. You can get amazing insight into your app, ASP.NET and the limitations of your hardware.

  4. load testing - How to integrate .Net unit tests with JMeter - Stack ...

    Apr 1, 2020 · 1 You cannot integrate .NET code with JMeter because as per JMeter project main page The Apache JMeter™ application is open source software, a 100% pure Java application designed …

  5. How to Optimize .NET Web API Performance During Load Testing?

    Oct 27, 2022 · How to Optimize .NET Web API Performance During Load Testing? Asked 3 years, 6 months ago Modified 1 year, 5 months ago Viewed 218 times

  6. How good is JMeter for testing ASP .NET webpages?

    May 18, 2012 · Load Testing ASP.NET Sites with JMeter Load Testing ASP.NET Web Applications using Jmeter Stress Testing ASP.NET with Jmeter JMeter: Sending HTTP POST Request to an …

  7. Read appsettings json values in .NET Core Test Project

    Sep 30, 2016 · This is based on the blog post Using Configuration files in .NET Core Unit Test Projects (written for .NET Core 1.0). Create (or copy) the appsettings.test.json in the Integration test project …

  8. How do I get a c# Unit Test to use App.Config? - Stack Overflow

    Dec 16, 2020 · I have reduced this to the simplest possible. VS2019 MSTest Test Project (.NET Core) template Default unit test project . Use nuget to install …

  9. Load Testing on .Net Web Services - Stack Overflow

    Mar 21, 2011 · I am having web services in my .Net web application. I am also using the unit testing framework in visual studio for unit testing these web services. Is there a way in which i can load test …

  10. testing - How to load env vars from .env before running C# tests ...

    Jun 29, 2024 · This is not a 1:1 answer for the specific question, instead it is a general answer for those who land on this question seeking something similar like: "How to load env vars before running C# …