Controlling and viewing the ScrollBar positions of your Silverlight DataGrid
If you take a look at the Silverlight DataGrid you'll see that you can't control scrolling by default. This could be a hurdle if you're working with data driven applications. What if you want to...
View ArticleContinuous Integration Tip #1 – FTP Deployment
Having a good Continuous Integration setup can be one of the highlights of any developers daily grind. Regardless, it can be seen as almost pointless if your automated deployment setup still needs a...
View ArticleUIAutomation, Coded UI tests, AutomationPeer and WPF/silverlight custom controls
In this post, we will see how to make a custom control fully useable in Coded UI tests scenarii. We will so answer the question "Why the code UI test recorder can't find anything inside my WPF or...
View ArticleCoded UI tests : AutomationId or how to find the chose one (control) !
In my previous post on Coded UI tests, we have seen how to make a control discoverable by a Microsoft UI Automation client including the Coded UI tests builder. This is a first step and the controls...
View Article