如何对自定义 Excel 加载项和自动化功能进行性能测试
根据 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 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.