We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
还有ScriptUnit,如果你只是谷歌搜索“vbscript unittest”,你会发现我的一个古老的帖子(不是很成功)。我对这个话题仍然感兴趣,并且愿意以适合您的方式进行合作。
There also is ScriptUnit and if you just google for "vbscript unittest" you find an ancient posting of mine (not very successful). I'm still interested in the topic and would like to cooperate in a way suitable for you.
我刚刚推送了一个 GitHub 存储库,其中包含一个基于 VBScript 的超轻量单元测试框架。现在它只有 AssertEqual 和 AssertErrorRaished,但如果有必要的话,添加更多内容将非常容易: https:/ /github.com/koswald/VBScript
这是 规范文件
这是一个示例测试启动器< /a>
I just pushed a GitHub repo that includes an ultra-lightweight VBScript-based unit testing framework. Right now it only has AssertEqual and AssertErrorRaised, but it would be super easy to add more, if that's even necessary: https://github.com/koswald/VBScript
Here is a snippet from a spec file
And here is a sample test launcher