microsoft / WinAppDriver

Windows Application Driver
MIT License
3.58k stars 1.39k forks source link

Its not a issue, but a small clarification on UWP Load Testing #908

Open vishnuprakash9845 opened 4 years ago

vishnuprakash9845 commented 4 years ago

For the UWP Application how can we do the Load Testing.

For the Web based application we can use Apache Jmeter (Open source tool) so for UWP which tool can be used. Whether Load Testing of UWP App is possible or not? Please someone guide me in this direction.

licanhua commented 4 years ago

Why do you want load testing? Unlike web based application, UWP is deployed locally, so it doesn't have multiple users, and I didn't see any reason you need to do that. I guess the real thing you want to verify is the API UWP called and its not UWP. If the API is restful API, Jmeter is still possible for you

vishnuprakash9845 commented 4 years ago

Thank you licanhua for the suggestion.