by Jonathan Halder | Jan 5, 2024 | MS Access, MS Access VBA Coding, TDD
First things first, I am continuing to work on the new test and adding code so it will actually be testing the class user expectations. I would expect that if I create this Form Auditor class and don’t have any changes to any forms, I would expect that any...
by Jonathan Halder | Jan 4, 2024 | MS Access, MS Access VBA Coding, TDD
Back to testing: I am currently working on this test, which I never actually completed. ‘@TestMethod(“FormListener”) Private Sub FormListenerRaisesBoundDataChangedEvent() FormListenerTest.Setup NewForm NewForm.TestText = “NewThing”...
by Jonathan Halder | Jan 3, 2024 | MS Access, MS Access VBA Coding, TDD
I just watched a YouTube video today discussing where TDD went wrong, you can watch it if you want, but you don’t have to: Basically, TDD has been around a while and has gone through a lot of analysis. Seems like most proponents now adays are talking about going...
by Jonathan Halder | Jan 2, 2024 | MS Access, MS Access VBA Coding, TDD
Now that I can continue working easily on both my laptop and desktop it is time to recap the project and re-orient to get back to work on building the form auditor. My current vision for the form auditor is to be able to create an instance of a form auditing class in...
by Jonathan Halder | Dec 29, 2023 | MS Access VBA Coding, TDD, Versioning
Well, as I was shutting down various apps, all of a sudden OASIS-SVN started seeing files to export. This could be that it was one of the apps (possibly my Splashtop which had an active session open) or simply that the memory was getting a bit bogged down. This also...
by Jonathan Halder | Dec 28, 2023 | MS Access VBA Coding, TDD, Versioning
I now have a blank checked out copy of the trunk of the FormAuditor repository from SVN. Now it’s time to use OASIS SVN to export the project to a source folder. First I copy the Access database I’ve created to the root of the SVN working copy. I use an...