QA Evangelist » Blog Archive » Load Testing

Load Testing

Load testing is generally used by simulating multiple users accessing the program’s services concurrently. As such, this testing is most relevant for multi-user systems, often one built using a client/server model, such as web servers. However, other types of software systems can be load-tested also.

Leave a Comment