DotNetShoutout - Stories tagged with Coded UI Test
3
Shouts

Coded UI Tests : WPF Utilities

published 489 days, 3 hours, 58 minutes ago posted by jmix90jmix90 491 days, 6 hours, 4 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 494 days, 13 hours, 34 minutes ago posted by jmix90jmix90 497 days, 1 hour, 52 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
6
Shouts

UIAutomation, Coded UI tests, AutomationPeer and WPF/silverlight custom controls

published 787 days, 1 minute ago posted by jmix90jmix90 789 days, 21 hours, 46 minutes ago
Saturday, March 26, 2011 8:56:13 PM GMT Wednesday, March 23, 2011 11:10:28 PM GMT
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 Silverlight custom control ?" Note: the same technique is used by accessibility client and by enabling this feature you also ease the people using your application through UI automation client like the partially-sighted person. (more)
category: How To | clicked: 39 | 1 comment | | source: blog.lexique-du-net.com
tags: Automation, Test Automation, Silverlight, Coded UI Test, WPF, custom
3
Shouts

C l e m e n s | CodedUI Test Builder - Crosshair highlights UI Control wrong …

published 820 days, 22 hours, 52 minutes ago posted by ClemensReijnenClemensReijnen 823 days, 1 hour, 39 minutes ago
Sunday, February 20, 2011 10:04:43 PM GMT Friday, February 18, 2011 7:17:47 PM GMT
To add an assertion for the test you can use the crosshair, which selects the UI control and lets you select the properties you want to test. The UI Test Builder visualizes your selection by a blue highlight around the selected UI control. in the screenshot below this highlighting goes wrong, and it goes wrong for every control… pretty annoying. (more)
category: Architecture | clicked: 1 | comment | | source: www.clemensreijnen.nl
tags: Coded UI Test, VS2010
9
Shouts

User Interface Testing with Selenium Vs. Coded UI | devermind.com

published 1109 days, 13 hours, 18 minutes ago posted by http://claimid.com/adriangrigorehttp://claimid.com/adriangrigore 1111 days, 1 hour, 30 minutes ago
Saturday, May 08, 2010 7:38:35 AM GMT Thursday, May 06, 2010 7:26:55 PM GMT
This week I needed to write some automated UI level tests for my current web project (LogMyTime Zeiterfassung). After a bit of research, I narrowed the list of candidates down to Selenium and Visual Studio UI Automation testing (a.k.a. Coded UI). Then I spent a couple of hours with each tool to see what works better for me. This article gives a summary of my first impression. (more)
category: Web Dev | clicked: 54 | comment | | source: devermind.com
tags: Test Automation, Coded UI Test, Web application, Selenium
2
Shouts

Gautam Goenka (MSFT) : Logging a message in test result as part of an automated test

posted by HusseyHussey 1259 days, 13 hours, 18 minutes ago
Wednesday, December 09, 2009 7:39:18 AM GMT
Logging a message in test result as part of an automated test Multiple folks have asked in forums on how to log a message from a Coded UI Test for tracing\debugging purpose.  I know of as many as 5 ways of doing this from any test type (Coded UI Test, Unit Test etc).  Try this code out ... (more)
category: Web Dev | clicked: 8 | comment | | source: blogs.msdn.com
tags: Coded UI Test, Testing Tools in VS, Unit Test, Developer Testing