160 likes | 313 Views
Automated Testing of XAML-based Windows Store apps. Prachi Bora Program Manager Microsoft Corporation 3-323. Agenda. Unit Test Framework for the XAML app developer Automated end-user testing using Coded UI Test Q&A. Quick Tour of the App. AdventureWorks Shopper App
E N D
Automated Testing of XAML-based Windows Store apps Prachi Bora Program Manager Microsoft Corporation 3-323
Agenda • Unit Test Framework for the XAML app developer • Automated end-user testing using Coded UI Test • Q&A
Quick Tour of the App • AdventureWorks Shopper App • Prism for the Windows Runtime • Helps you implement MVVM • Guide to creating accessible apps
Unit Test Framework: What will you need • Windows 8 or newer • Visual Studio 2012 Update 2 or newer • Win8Express, Pro, Premium and Ultimate editions
Coded UI Test: What will you need • Windows 8.1 • Visual Studio 2013 Preview • Premium and Ultimate editions • C# or VB.NET skills
Coded UI Test: What’s new for XAML apps • New Project Template ! • New specialized classes for XAML and Shell controls • Support for Touch Gestures
Recap • Several improvements in Unit Testing framework • Extend and share as nuget ! • End-to-end functional testing using Coded UI Test • Support for Gestures !
Thank You ! Contact: Prachi.Bora@microsoft.com
Related Sessions • [3-338] Improving Developer Productivity and Software Quality With Visual Studio Application Lifecycle Tools • [3-322] Diagnosing Performance Bottlenecks in XAML-based Windows Store apps • [3-321] What's New in Visual Studio & Blend for XAML Developers • [3-301] Easy Async for Windows Store Apps in C#