本文介绍了MS Access 中的单元测试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个 Access 数据库项目,它变得有点大,无法在我的脑海中进行跟踪.我知道比赛有点晚了,但迟到总比不到好,对吧?
I have an Access database project that is getting a bit to large to try to keep track of in my head. I know it is a little late in the game, but better late than never right?
我用谷歌搜索过,但没有找到令我满意的.是否有针对 MS VBA 的单元测试框架之类的东西?
I have Googled but found nothing to my satisfaction. Is there any such thing as a unit testing framework for MS VBA?
推荐答案
有 VBAUnit 用于在 SourceForge 上免费.此外,商业 vbUnit 3 可能支持 VBA 以及常规 VB ......我不确定,不过.
There is VBAUnit for free on SourceForge. Also, the commercial vbUnit 3 may support VBA as well as regular VB ... I'm not sure, though.
这篇关于MS Access 中的单元测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!