Package com.decs.application
Class StressTests
java.lang.Object
com.decs.application.PlaywrightIT
com.decs.application.StressTests
Stress Tests Class
This class implements end-to-end stress tests to the global system.
- Version:
- 1.0
- Author:
- Bruno Guiomar
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intFields inherited from class com.decs.application.PlaywrightIT
browser, browserContext, browserType, launchOptions, page, playwright, port -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidSimulates the concurrent access to the web application and verifies if the system successfully handles the load.(package private) voidSimulates the execution of concurrent jobs and verifies the system's behaviorMethods inherited from class com.decs.application.PlaywrightIT
afterAll, afterEach, beforeAll, beforeEach
-
Field Details
-
CLIENTS
private static final int CLIENTS- See Also:
-
clientList
-
-
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.
-