Stress-endurance test | Capacity testing


100% + 1 testing


The 100% + 1 test strategy is useful when an automated test solution that tests the client GUI directly does not exist, but there is an automation tool that can simulate the client's interactions with the server.

The 100% refers to running the 100% automation bucket that runs against the server directly simulating the GUI interactions but without GUI (since the assumption here is that you do not have a tool to test the GUI in an automated mechanism). The " refers to the 1 (or more) testers manually running the test case using the client GUI.

The key benefit of this approach versus the single user functional test is that you test the client GUI behavior while the server is under load. Using this methodology:

Although this process is not foolproof, it is probably the next best alternative to using an automation tool that works with the client GUI.