VC较老的版本自带一个叫做ActiveX control test container的东西,从vs 2008开始,这个被移除了,改为以源代码的方式放在Samples里面发布。在VS的安装目录下有一个Samples目录,里面有一个VC2010Samples.zip,打开之后把C++/MFC/ole/TstCon解压缩出来并且编译即可。
这个东西可以支持VBA脚本,于是就可以自动化测试ActiveX控件,比如
Sub RunTest()
set ocx=TCForm.InsertControl(“ShockwaveFlash.ShockwaveFlash.11″,”flash”)
简介:IBM Research最近在Big Data领域有很多工作,例如我们组在4月份在10台采用POWER7处理器的P730服务器上成功地用14分钟跑完了1TB数据的排序,这项工作已经发表为一篇IBM Research Report,欢迎大家围观,并提出宝贵意见,谢谢。
The use of Big Data underpins critical activities in all sectors of our society. Achieving the full transformative potential of Big Data in this increasingly digital world requires b
My own Cliffs Notes on PowerShell unit testing. Hope it helps you as well. I may update this as I move along.
1. For serious, robust programming, TDD is definitely the way to go;
2. I looked at both Pester and PSUnit. Despite the 10 votes (so far) for the Pester answer on a stackoverflow question, my tinkering with bot