I am evaluating Telerik Test Studio (http://www.telerik.com/automated-testing-tools) as a web regression tool and looking for a how-to on setting up and using of a Page Object Model environment like is possible in Selenium.
http://code.google.com/p/selenium/wiki/PageObjects
Their documentation is focused on record/playback which is very brittle, and my google searches haven't turned up relevant links.
I would say, you really need not implement a Page-Object model if you are using Telerik Test Studio(TTS). TTS comes with its own AUT Object manager which is of above average quality and does a decent enough job. However, if you must go for a Page-Object implementation; here are some guidelines:
While it is true that there is no framework support as such for implementing the page-object model in TTS, the basic essence is easy to replicate. Beyond that, it is up to you to extend the approach to higher levels.