Silverlight/Wpf

TwitterFacebook
Get flash to fully experience Pearltrees
As a tester in a Scrum development environment when I heard about Specflow and Behaviour Driven Development I started to wonder if we could use the Specflow Gerkin format to specify our acceptance criteria for a User Story and then be able to wire this up to a coded UI Test to prove that we have actually added this feature and to ensure that it will not break in the future.

BDD UI Automation with Specflow and Coded UI Tests « Ryan Burnham's Blog

http://rburnham.wordpress.com/2011/03/15/bdd-ui-automation-with-specflow-and-coded-ui-tests/
http://msdn.microsoft.com/en-us/library/dd286726.aspx 1.How do i manually add objects.Is there something like an Object repository similar to what we have in QTP where we can find the hierarchies[Window/Frame/Button], edit etc.

Testing the User Interface with Automated UI Tests

talks ! » Design your Silverlight application for TDD !

There is one major flaw you must have encountered whilst working with Silverlight for a while: its incompatibility with unit tests! Unless you’ve been using Silverlight solely for drawing circles and rectangles, surely you must have tried to use the Silverlight Toolkit unit test project template to try to put some TDD in your project ! …most probably you were disappointed by it because it’s fairly poor… http://blog.octo.com/en/design-your-silverlight-application-for-tdd/
I had the need recently to automate testing of a Silverlight app and ran into a problem using white (could anyone have come up with a more difficult name to search on?) http://leobartnik.blogspot.com/2010/01/silverlight-uiautomation-testing-using.html

Silverlight UIAutomation Testing -- Using WatiN to navigate to a page and White to test a Silverlight app