ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   unit testing code using vba (https://www.excelbanter.com/excel-programming/347307-unit-testing-code-using-vba.html)

Eric[_27_]

unit testing code using vba
 
Not a new idea, but I haven't seen anything out there that has worked for
me, so I built some classes to facilitate unit code testing. It works for a
given module, but now I'd like to apply the same idea to the project.
Strategy I'd like to figure out how to implement is:
1) common Public name in code module to test, "zTestSuite"
2) add test dedicated module to project, "zUnitTest"
3) get a collection of all codeModules
(Application.VBE.ActiveVBProject.VBComponents)?
4) runt the procedure if present, skip if error (Application.Run??)

Obviously half-baked still, but I'd rather not invent a wheel if it's out
there? Anyone doing anything solely with VBA that is quick and effective?

Thanks! Eric




All times are GMT +1. The time now is 01:23 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com