Forum Discussion
lsainsbury
10 years agoContributor
I'm not sure I have an answer to the direct root of the problem, however I'd suggest creating a framework in your project regardless in case the software under test changes for any reason.
If the developers change something in the software which affects your name mapping you would have to update every test that contains that mapped object. If you create a framework you can just change the framework and your tests will reflect this.
amcnamara
10 years agoContributor
What exactly do you mean by "create a framework"?