Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorial:load_testing [2020/12/31 21:48] admin [Load testing with cloud-based services] |
tutorial:load_testing [2021/01/05 03:00] (current) |
||
---|---|---|---|
Line 9: | Line 9: | ||
* [[#Load testing with cloud-based services]] | * [[#Load testing with cloud-based services]] | ||
* [[# | * [[# | ||
- | * [[# | + | |
Line 77: | Line 77: | ||
//Runtime// servers can be running on different OS or even on the cloud. | //Runtime// servers can be running on different OS or even on the cloud. | ||
+ | |||
+ | By using // | ||
Line 87: | Line 89: | ||
* [[https:// | * [[https:// | ||
- | To connect to these services, you would use [[plugins# | + | To connect to these services, you would use [[../plugins# |
===== Simulating production load ===== | ===== Simulating production load ===== | ||
The first step in load testing is to determine the type of loads and how much you wish to exercise on AUT. Typically you would already have suite of models created for functional testing of AUT. These models when executed generates a specific type of loads on AUT. | The first step in load testing is to determine the type of loads and how much you wish to exercise on AUT. Typically you would already have suite of models created for functional testing of AUT. These models when executed generates a specific type of loads on AUT. | ||
Line 106: | Line 108: | ||
- | ===== Performance testing ===== | ||