Hot answers tagged telerik
5
I presented to the Portland Selenium Users group about creating maintainable, reliable and self documenting UI automation and I think there's a lot in there that would be relevant regardless of whether you're using Selenium or not. The presentation slide deck http://files.meetup.com/2891252/Selenium%20Beyond%20the%20Page%20Object%20Pattern.pptx and more ...
3
I generally focus on three principles for maintainable automated tests:
Hide incidental details
Name every important idea
Eliminate duplication
Here is a paper where I describe these principles in more detail and apply them to a difficult-to-change test: http://dhemery.com/pdf/writing_maintainable_automated_acceptance_tests.pdf
The paper uses one ...
1
I am running different test tools to check witch one is the best for me.
So far i testet, Monkey Talk, KIF, Calabash and UI Automation from Apple.
The easiest and best tool so far is the UIAutomation, it es very easy to use, has every thing i need so far.
The only thing i miss is cross platform support.
MonkeyTalk seems to be the closest to Automation but it ...
1
I'm currently building tests using the UI Automation tool found in Instruments. You can do both things that you are looking for. You can record tests and it allows you print the element tree and the names of those elements in the application. The tests are written in javascript and you can use the editor of your choice. When recording a test, the code will ...
Only top voted, non community-wiki answers of a minimum length are eligible
