Should GUIs have their own automated tests?

Posted by mkorpela on Stack Overflow See other posts from Stack Overflow or by mkorpela
Published on 2010-04-17T18:54:32Z Indexed on 2010/04/17 19:03 UTC
Read the original article Hit count: 516

Filed under:
|

Is there any reason for automating tests that focus on GUI (and not to things under it)? In my opinion GUI (and changes in it) should always be tested by a real person.

© Stack Overflow or respective owner

Related posts about testing

Related posts about automated-tests