DotNetShoutout - Stories tagged with Tests
3
Shouts

Coded UI Tests : WPF Utilities

published 518 days, 20 hours, 26 minutes ago posted by jmix90jmix90 520 days, 22 hours, 32 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 2:52:46 PM GMT
I played a lot with Coded UI Tests API on WPF applications these last weeks. It turned out that this is a really powerful framework available to use but that we need to write a lot of code ourselves even for simple things. You may already know the coded ui test utilities of Gautam Goenka available on his blog. On this blog post, I want to introduce a set of complementary helper methods that you can use in your project. The links to the binaries/sources are at the end of the post. (more)
category: How To | clicked: 18 | comment | | source: www.jonathanantoine.com
tags: Coded UI Test, WPF, Tests, ALM, coded ui tests
2
Shouts

Coded UI Tests : Property “ReadOnly” cannot be retrieved due to the current state of Edit

published 524 days, 6 hours, 2 minutes ago posted by jmix90jmix90 526 days, 18 hours, 20 minutes ago
Friday, January 13, 2012 7:23:16 AM GMT Tuesday, January 10, 2012 7:05:14 PM GMT
Did you ever encounter this error while trying to retrieve a property value from an AutomationElement ? I did ! Don’t worry, there is always a work-around, and I’ve found one. In this post, we’ll dig a little more into this issue and give a little example of the “Coded UI Tests” fun ! (more)
category: How To | clicked: 20 | 2 comments | | source: www.jonathanantoine.com
tags: Coded UI Test, How-To, WPF, Tests, UI, Testing, coded ui tests
4
Shouts

Coded UI tests : AutomationId or how to find the chose one (control) !

posted by jmix90jmix90 594 days, 21 hours, 13 minutes ago
Thursday, November 03, 2011 4:11:39 PM GMT
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 now need to be uniquely identified. This is done via the AutomationId property. In this post we’ll digg a little more in coded UI tests and discover the AutomationId property. (more)
category: How To | clicked: 28 | comment | | source: www.jonathanantoine.com
tags: Automation, Silverlight, Test, WPF, Tests, UI, coded
2
Shouts

How to create your own control library (how-to + tips)

posted by jmix90jmix90 989 days, 21 hours, 44 minutes ago
Monday, October 04, 2010 3:41:33 PM GMT
Reusability and factorizing are maybe the most commons things you want and use when you are developing applications. In WPF it often means creating controls library (i don’t mean UserControl) that will be easy to use in multiple applications. In this post we'll see all the step to create a control library useable in differents projects. (more)
category: How To | clicked: 7 | comment | | source: blog.lexique-du-net.com
tags: library, Resources, Control, How-To, Test, WPF, Tests, custom, windows presentation foundation, resource, How, Tips, ContentControl, controls
2
Shouts

How can I use static/dynamic resources in my tests

published 999 days, 4 hours, 59 minutes ago posted by jmix90jmix90 1000 days, 2 hours, 30 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 10:55:16 AM GMT
You are surely, as I am, creating a lot of units tests in your WPF applications. Some of the tests may use statics or dynamics resources declared in your application and when you launch the tests, all you get is an XamlParseException exception thrown. The tip to make them work is quite simple to use. (more)
category: How To | clicked: 2 | comment | | source: blog.lexique-du-net.com
tags: Resources, How-To, Test, WPF, Tests, windows presentation foundation, resource, How, Tips
2
Shouts

Writing tests as specifications with Expect Framework

posted by gleborgnegleborgne 1028 days, 17 hours, 7 minutes ago
Thursday, August 26, 2010 8:18:12 PM GMT
This post introduce Expect, a brand new tool to write tests as executable specifications within Visual Studio (more)
category: Agile | clicked: 0 | comment | | source: expectframework.wordpress.com
tags: Tests, executable specification, Testing Tools in VS, Testing