Forum Discussion
For that you want LoadComplete
https://support.smartbear.com/loadcomplete/docs/testing-with/configuring/workstations/about.html
- tristaanogre7 years agoEsteemed Contributor
Well... LoadComplete is not for desktop applications. It is for load testing web applications.
If you think about it... a Desktop app can NEVER have more than one user at a time. They just don't work that way. At least, not from the UI layer. However, there are functions, methods, calls, etc., that the Desktop app can make to things like Web services, APIs, SQL server calls, etc., that are multi-threaded.
So, what I would do (and have done in the past) is use TestComplete for the general single user functionality of your application. Run through those functional tests. Then, for the web layers (if they exist) design a load test using LoadComplete that ONLY simulates the web requests.
For APIs, same thing. API requests are typically REST or SOAP layer requests that can be simulated with HTTP POST/GET requests.- Marsha_R7 years agoModerator
Yep, I missed the desktop part. Because like you said, can't happen. :)
- tristaanogre7 years agoEsteemed Contributor
An additional alternative is to look at using distributed testing in TestComplete. You will need multiple licenses of either TestComplete or TestExecute to do so but it is an option. See
https://support.smartbear.com/testcomplete/docs/testing-with/advanced/distributed/index.html
Related Content
- 13 years ago
- 3 years ago
Recent Discussions
- 21 hours ago
- 22 hours ago
- 5 days ago