Load Testing
Load testing is boundary condition testing. Run a test that the program should be able to pass (such as maximum no of terminals) and another test that the program should fail (one to many terminals). Test many limits in combination. It may not be able to cope with more than one limiting case at once. Also, do enough general testing while you've got the program operating under this load to be sure it can continue to cope. |
|