Load Testing an ASP.net API using JMeter

Поділитися
Вставка
  • Опубліковано 8 лип 2024
  • 🔥 Ever used JMeter to LOAD TEST your ASP Applications? Well you should! Check out the video now!
    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg
    We'll make sure to turn you into a true developer in no time!
    Timestamps:
    00:00 Introduction
    00:16 What is a Load test?
    00:45 Getting the tools
    01:41 This one is for you!
    02:04 Let´s set up some ASP Load tests with JMeter
    05:03 Thanks for watching!
    Load Testing an ASP.net API using JMeter
    So, what is C#?
    C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.
    C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.
    And what is load testing?
    Load testing and stress testing are important to ensure a web app is performant and scalable. Their goals are different even though they often share similar tests.
    Load tests: Test whether the app can handle a specified load of users for a certain scenario while still satisfying the response goal. The app is run under normal conditions.
    Stress tests: Test app stability when running under extreme conditions, often for a long period of time. The tests place high user load, either spikes or gradually increasing load, on the app, or they limit the app's computing resources.
    Stress tests determine if an app under stress can recover from failure and gracefully return to expected behavior. Under stress, the app isn't run under normal conditions.
    And what is ASP.NET?
    ASP.NET is an open-source, server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.
    And what is JMeter?
    The Apache JMeter™ application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.
    Apache JMeter may be used to test performance both on static and dynamic resources, Web dynamic applications.
    It can be used to simulate a heavy load on a server, group of servers, network or object to test its strength or to analyze overall performance under different load types.
    To learn more, make sure to watch the video, and we promise you that you'll become a better developer by the end of the video! Have fun!
    And thank you LAKEY INSPIRED for these amazing songs that we use in all our videos! @LAKEYINSPIRED
    #csharp #coding #tutorial #learn #microsoft #net #jmeter #load #test #api
    TAGS
    c#,.net,c-sharp,csharp,programming,visual studio,c sharp,learn c#,c# programming,c# tutorial,c# for beginners,learn c# programming,c# course,tutorial,coding,.net core,extension,extension method,linq,extension methods unity,c# extension methods tutorial,c# extension method,extension methods c#,extension method c#,c# extension,extension methods in c#,iamtimcorey,tim corey,clean code,programming languages,unity clean code,c# clean code,tech training
    TutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
    This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.
    Stay tuned and subscribe to tutorialsEU: goo.gl/rBFh3x
    C#: / @tutorialseuc
    Facebook: / tutorialseu-1093802040...
    LinkedIn: / tutorialseu
    Discord: / discord

КОМЕНТАРІ • 7

  • @tutorialsEUC
    @tutorialsEUC  10 місяців тому +1

    🚀 C# Progress Academy - Become a job-ready C# and Angular web developer to land your dream developer role: bit.ly/45vbPUg

  • @johnperformanceIT
    @johnperformanceIT 17 днів тому

    Great video... how we can do the same but using GRPC from a :Net project also with JMeter?

  • @AdnanAbbasi_LXXVIII
    @AdnanAbbasi_LXXVIII Рік тому +2

    Thanks Jannick, this is such a helpful tool to do stress testing on the application 👍🏼

  • @bobmarley8334
    @bobmarley8334 10 місяців тому

    There is a massive warning in the console that says to not use the GUI to perform load test. Instead, use the GUI only for project creation.

  • @abdo-ar-888
    @abdo-ar-888 Рік тому

    I like your channel introduction, can you send me the template?

  • @xiu-li
    @xiu-li 3 дні тому

    I don't think this guy knows how to do load testing. You can't simply send a bunch of traffic to a server. You have to model the load with appropriate think time.