I am currently automating a connection to MS Office. We create coded interface tests in VS 2010. As an option, I could use the "Coded UI test builder" tool, but in my case it does not work. Therefore, I created my own map class and extension methods for each control / UI map, where I add various functionality, for example, click buttons or approve some user interface values. Test case scripts are in test classes.
I am new to this area and also new to working as an automation tester. Perhaps you can share your experience or advice with some good practices and practices for test automation (in terms of programming / design).
source
share