User Interface Testing Templates

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).

+3
source share
2 answers

Here is a list of 10 best practices for automating user interface testing:

http://fczaja.blogspot.com/2011/01/ui-test-automation-best-practices.html

+4
source

The good practice that applies to test automation and design is the same as for good programming in general.

, , , . .

+6

Source: https://habr.com/ru/post/1780658/


All Articles