The number of possible test cases we can write and run is too long to list, but you can generally think about them in two categories:
Client-side performance tests. These are measuring the rendering time of individual components or whole pages and how long communication with the server takes. For example, asserting that a data table re-sorts in less than 100 ms.
Load and stress tests. These are usually server-side tests to see how back-end systems behave when multiple clients act on it concurrently and for prolonged periods of time. For example, assert that 5,000 users can initiate a video stream simultaneously without an impact on the user experience.
In both cases, our QA engineers work with you to design test cases and traffic patterns that you want to observe. As with all of our tests, we run them, investigate the failures, repair broken tests, and file bug reports. If you have a specific test case in mind, schedule a call and let’s discuss it.