What is the best way to simulate "open an web browser application and login" without having to open 400 browsers to get 400 users online?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

  • You want to use an web automation framework for that. Look at https://playwright.dev/ or selenium to do this and after creating your test, run those using headless browsers.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • artillery

    The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.

  • https://www.artillery.io/ and https://k6.io/ works great for load testing. If needed you can run from multiple cloud instances.

  • NBomber

    Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).

  • You can also use NBomber where you can write the loadtests in c#

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Scrape Dynamic Content with Selenium and Beautiful Soup

    1 project | dev.to | 4 Jun 2024
  • The Puppeteer Language Experiment

    3 projects | dev.to | 21 May 2024
  • Hacking out an AI spider with Node

    1 project | dev.to | 11 May 2024
  • Learn Automated Testing At Home: A Beginner's Guide

    4 projects | dev.to | 4 Apr 2024
  • The 5 Node.js PDF Libraries Every Developer Must Know

    2 projects | dev.to | 11 Oct 2023