This test I refactored yesterday to use the new functions which all the tests are using.
I want to continue refactoring it because it is unreadable and confusing. I am wanting to run multiple changes over multiple form saves. The multiple form saves is something that no other tests were doing yet. I think the Scripting Dictionary additions are confusing and not clear what I’m doing. I’m going to create a custom function which will take a reference to the dictionary with named parameters that will explain what the values I’m specifying represent.
Here it is, adding more descriptive function names (and also added to support functions included here as well:
The test method itself I think is much more self documenting as to what I’m trying to do. In fact, I think I’m going to use these new helper functions to make the other tests self explanatory as well. Ok, that’s it for today.