Agenda Unit Test Framework for the XAML app developer Automated end-user testing using Coded UI Test Q&A.

Slides:



Advertisements
Similar presentations
Tampa Bay Windows Developers User Group File…New…Metro Jan 18th 2012
Advertisements

CROSS PLATFORM DEVELOPMENT WITH MVVM CROSS By Ken Tucker.
Real world Windows Phone development Igor
James Montemagno Developer Evangelist, Xamarin Developing Native iOS, Android, and Windows Apps in C# with Xamarin.
Aptech Borivali(West) Hefin Dsouza. Agenda  What is.NET and What is Visual Studio? .NET Framework 3.5 Overview.  Visual Studio 2008 Enhancements. 
James Montemagno Developer Evangelist, Xamarin Developing Native iOS, Android, & Windows Apps with C#, Xamarin, and Visual Studio 2015.
Introducing Xamarin 2.0 Introducing Xamarin 2.0 Michael Hutchinson
Daniel Levy Solutions Consultant, Telerik Testing Tools Division.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Building Metro style UIs Paul Gusmorino Lead Program Manager Microsoft Corporation DEV354.
BDD with SpecFlow. Why BDD? 1. BDD helps build the right thing. Traditionally there are many handoffs - Requirements, development, component testing,
Virtual techdays INDIA │ Nov 2010 Developing Office Biz Application using WPF on Windows 7 Sarang Datye │ Sr. Consultant, Microsoft Sridhar Poduri.
Windows Phone 8 Tips & Tricks for Developers Sascha Corti, Microsoft Switzerland Technical Evangelist | techpreacher.corti.com.
Studio for WinRT XAML Russ Senior Developer Evangelist Greg Product Manager
Getting Started with Caliburn.Micro and Windows Phone 7 Gary Ewan Park Twitter: Blog:
1 Metro Style Apps in C++ Karthick 8 th May 2012.
Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1.
Ms. Expression Blend Intro Diliara Nasirova. WPF  UI Framework for developing and running.NET programs  It consists of two elements:  A set of DLLs.
FIRST FLOOR SOFTWARE Experts in XAML. Visual Studio Industry Partner FIRST FLOOR SOFTWARE NEXT STEPS Contact us at: First.
ITF11012.NET Demo. Hello HiOf Hello Windows 8 App Samples / Links.
Windows Store apps… lots of choices Windows Store Apps Communication & Data Application Model Devices & Printing WinRT APIs Graphics & Media JavaScript.
Esri UC 2014 | Technical Workshop | Operations Dashboard for ArcGIS: Extending the Functionality Jay Chen Kylie Donia Tif Pun.
Windows 8 for Existing.NET Developers Tim Heuer Program Manager Windows Developer Experience Microsoft Corporation.
Windows Phone 7 Mobile Code Camp The Why Why develop for Windows Phone 7 versus Droid or iPhone? It’s all relative to total app users. SDK and Environment.
04 |Sharing Code Between Windows 8 and Windows Phone 8 in Visual Studio Ben Riga
Friday, March 8 Creating real Custom Controls Kelvin van Geene 12:15.
Model View ViewModel Architecture. MVVM Architecture components.
Consulting | Solutions | Products | Training Extending Project & Project Server.
Continuous Delivery and Team Foundation Server 2013 Ognjen Bajić Ana Roje Ivančić Ekobit.
Stuart Kent Group Program Manager, Visual Studio Follow team coding activity with CodeLens.
Vladimir Milev New Venture Software Sharing Code between WPF and Universal Apps.
Evan Hutnick Session Roadmap  Introductions  Why this session?  Silverlight Developer  Silverlight Designer  How the tools.
Agenda Steps of App Building The Runtime Environment Managing App Data Debug and Test an App Validate an App Publish an App to a Store Packaging Apps.
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
What’s new in Visual Studio 2013 Preview Speaker Name.
The cutting edge event for ITPros and Devs December 7-8, 2013 Athens, Greece Fix it once use it everywhere Elias Markelis MCT, Windows Phone Enthusiast.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Building Metro style apps with XAML with.NET Tim Heuer Program Manager Microsoft Corporation DEV353.
12/29/2017 2:33 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Real world Windows Phone development
The Xamarin Promise - Realized
Build Fundamentals and Continuous Integration
Xamarin Studio Xamarin Curriculum for Xamarin Studio
Universal Windows Platform XAML Custom Controls start to finish
Building Windows 8 App.
DotNetSpider Editor Hefin Dsouza
Unit testing your metro style apps built using XAML
Building Custom Workflows
6/10/ :23 PM TOOL-504T A deep dive into Visual Studio 11 Express for designing Metro style apps using XAML Joanna Mason & Unni Ravindranathan Program.
TechEd /26/2018 3:42 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Windows Azure Jason Olson, Program Manager 4-142
Leveraging your existing code base for Windows 8
Build data-driven collection and list apps using XAML
Manual testing of Windows Metro style apps built using HTML
Introducing ASP.NET Core 2.0
MonoGame and Windows 8.
Microsoft Build /24/2018 4:02 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Visual Studio 2012 and Blend
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
Using C++ in your Windows Phone Applications Talk will be repeated tomorrow morning at 8:30 in 33/McKinley Peter Torr, Program Manager.
Visual Studio Code + Ionic
Xamarin Test Recorder John Lago Senior Program Manager.
Building Metro style apps with XAML with .NET
Build /23/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Microsoft Office 4/3/2019 Deep Dive into native Universal App development with the Office 365 APIs Speaker name Title Microsoft Corporation © 2012 Microsoft.
What's New in Visual Studio & Blend for XAML Developers
Visual Studio Tools for Unity 2.0 Preview
XAML Deep Dive for Windows & Windows Phone Apps Jump Start
Visual Studio Tooling Developer’s Guide to Windows 10
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Presentation transcript:

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 RuntimePrism 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

Demo: Testing the ubiquitous async methods

Demo: Inline data-driving

Demo: Extensible MSTest Framework

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

Demo: Let’s automate “Add To Shopping Cart”

Demo: Shell Controls

Recap Several improvements in Unit Testing framework Extend and share as nuget ! End-to-end functional testing using Coded UI Test Support for Gestures !