Tagged Questions
2
votes
2answers
353 views
Web application GUI automation best practices
Our team develops automation solutions for various web based products.
I'd like to compile a list of patterns and best practices from the GUI web automation space that have been used and proven as ...
3
votes
1answer
135 views
What is tested by IcuTest?
In the current "Automated Software Testing" magazine there is a short article about IcuTest. It is written that with "Test Generator" you can automatically create GUI unit tests:
ICUTest is a ...
4
votes
5answers
229 views
What Are Some Unobvious Differences Between Testing a Web Application and a Desktop Application?
In the same flavour of this question, what are some unobvious differences between testing a web application and a desktop application? I've recently started looking at automating some GUI tests for a ...
12
votes
5answers
341 views
Are Exhaustive “Brute Force” UI Tests Worth It?
Lately I've been asked to write some automated GUI tests of the following style:
Open the application
Open ALL dialog boxes
In each dialog check for ...
Are these types of tests worthwhile? What ...