Class StressTests

java.lang.Object
com.decs.application.PlaywrightIT
com.decs.application.StressTests

@Tag("jobDashboardTest") public class StressTests extends PlaywrightIT
Stress Tests Class

This class implements end-to-end stress tests to the global system.

Version:
1.0
Author:
Bruno Guiomar
  • Field Details

  • Constructor Details

    • StressTests

      public StressTests()
      Class Constructor
  • Method Details

    • concurrentJobsTest

      @Test void concurrentJobsTest()
      Simulates the execution of concurrent jobs and verifies the system's behavior
    • concurrentAccessTest

      @Test void concurrentAccessTest()
      Simulates the concurrent access to the web application and verifies if the system successfully handles the load.