开发者

Performance testing a .NET smart client application (.NET ClickOnce technology)

开发者 https://www.devze.com 2022-12-15 08:16 出处:网络
What is the experience run开发者_运维技巧ning performance tests for a ClickOnce application? I have engaged with a vendor who had trouble setting up their toolset with our software because it is smar

What is the experience run开发者_运维技巧ning performance tests for a ClickOnce application?

I have engaged with a vendor who had trouble setting up their toolset with our software because it is smart client based. They are understandably more geared toward purely browser-based applications.

What vendors could be recommended who use industry standard tools such as LoadRunner (which I assume can handle the smart client)?


Is your smart client calling into a web service? If so then the vendor should be able to use the web services to set up tests.

If the architecture of the application means you are hitting a database directly then you would need to set up soem kind of UI tests, Integration tests can be helpful here as well and maybe profile the database to ensure there are no bottleneccks there.


We are using a company with a tool called Web Performance (http://www.webperformanceinc.com).

0

精彩评论

暂无评论...
验证码 换一张
取 消