WP8 BDD Functional Tests
I wanted to create app's that have end to end functional tests in the same was a I can for iOS or Android using Calabash.
After doing a load of research I came across a great little package called WindowsPhoneTestFramework by Expensify.
After installing to using this package with Specflow is quickly became apparent that it wasn't going to work.
Although all the work for WP8 had be developed alot of the code had been commented out or deleted so the packaged didn't work as expected.
Solution
I forked the repo and modified the code to make it work with WP8.
Now all the examples pass and I am currently using this in one of my projects
http://github.com/DigitalInnovation/WindowsPhoneTestFramework/tree/master
Take a look and see what you think!!!
















