belovedcej
Programmer
Okay - I have several questions.
I've been learning about testing and regression testing in Java. I totally see the value of it, but I work in Access at work and have not been able to come up with any way to test beyond just using the program to see if it works. After a while, there is a LOT to test. My boss keeps suggesting a start doing regression testing, but I don't know how I would accomplish this in any kind of automated way, like I can with Java.
How do you all work with this issue? Do you program modules that function as your test suites and run them? Or do you just plunk through testing by hand?
Also, related but not. . . .
Soemone suggested that in their programming languages it is possible to activate an event in the code. For instance, if I have a close button on the screen, some other activity could trigger a module that would "click" the close button. But I haven't figured out how to do that in VBA.
Any thoughts?
Thanks for any suggestions/experiences you can share.
I've been learning about testing and regression testing in Java. I totally see the value of it, but I work in Access at work and have not been able to come up with any way to test beyond just using the program to see if it works. After a while, there is a LOT to test. My boss keeps suggesting a start doing regression testing, but I don't know how I would accomplish this in any kind of automated way, like I can with Java.
How do you all work with this issue? Do you program modules that function as your test suites and run them? Or do you just plunk through testing by hand?
Also, related but not. . . .
Soemone suggested that in their programming languages it is possible to activate an event in the code. For instance, if I have a close button on the screen, some other activity could trigger a module that would "click" the close button. But I haven't figured out how to do that in VBA.
Any thoughts?
Thanks for any suggestions/experiences you can share.