简体   繁体   English

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

[英]How to conduct performance test on custom Excel add-in and automation functions

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. 根据MSDN http://msdn.microsoft.com/zh-cn/library/dd293540.aspx ,在性能和压力测试方面不支持Visual Studio Professional。 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? 另外,我想知道,测试自定义Excel加载项和自动化功能的最佳方法是什么? Is there any way that I can automate the testing process for Excel add-in and automation functions? 有什么方法可以使Excel加载项和自动化功能的测试过程自动化?

Thanks 谢谢

What server and interface does your excel add-in use to communicate to the next upstream architectural component? 您的excel外接程序使用什么服务器和接口与下一个上游体系结构组件进行通信? 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. 如果幸运的话,您可能会拥有一些开源工具也涵盖的界面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM