如何对自定义 Excel 加载项和自动化功能进行性能测试

发布于 2024-12-01 01:45:06 字数 307 浏览 2 评论 0原文

根据 MSDN,http://msdn.microsoft.com/en-us/library /dd293540.aspx,在性能和压力测试方面不支持 Visual Studio Professional。我希望这里有人可以向我推荐一些免费的测试工具。

另外,我想知道测试自定义 Excel 加载项和自动化功能的最佳方法是什么?有什么方法可以自动化 Excel 加载项和自动化功能的测试过程吗?

谢谢

According to MSDN, http://msdn.microsoft.com/en-us/library/dd293540.aspx, Visual Studio Professional is not supported in terms of performance and stress testing. I am hoping some one here can suggest a few free testing tools to me.

Also, I am wondering, what would be the best way to test custom Excel add-in and automation functions? Is there any way that I can automate the testing process for Excel add-in and automation functions?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

救赎№ 2024-12-08 01:45:06

您的 Excel 加载项使用什么服务器和接口与下一个上游架构组件进行通信?正是这个界面将决定可以使用哪些工具来复制加载项对话以实现性能和压力测试目的。如果幸运的话,您可能会拥有一个也被一些开源工具覆盖的界面。

What server and interface does your excel add-in use to communicate to the next upstream architectural component? It is this interface which will dictate what tools can be used to replicate the add-in conversation for performance and stress-testing purposes. If you are lucky then you may have an interface that is also covered by some open source tools.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文