Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i've created the business application using c#.net with sql server. i need to do load and performance testing. please suggest me to find out best tool

What I have tried:

tried google so many tools available most of them for web or mobile.
Posted
Updated 20-Oct-16 21:45pm

1 solution

First of all,
What kind of performance test you are planning to do on your windows application?

If I am not wrong a standalone application can be used by 1 user at a time if you have a single keyboard and mouse attached to it. So, it should not take much time for each of your requests to process. In this case I don't think you need to look for performance testing tool.

What else ! Ok. There can be another case that your application is pulling or pushing records to another webservice or so and multiple desktop applications are supposed to do that. Then again, the test has to be carried out at the webservice level not at your windows application level. For that to do, you'll find numerous tools like SoapUI etc.

Hope, I caught the right vein and able to make you understand the whole story. If not, please let me know.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900