Streamline Manual Testing Using Cordova Simulate

Slides:



Advertisements
Similar presentations
Native iOS, Android and Windows Development Microsoft | Xamarin.
Advertisements

Amanda Silver Director of Program Management Visual Studio Tools for Client Applications Cross-Platform Development using Visual Studio.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Source: AppBrain, April 2015 Native Wrapper Your JavaScript App.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Node.js on Windows Azure Name Title Microsoft Corporation.
A PRIMER ON INTEGRATING WIIMOTE FUNCTIONALITY Wiiiiii!-Mote Connections.
Lightning Talk Fred Rodriguez Nguyen Do CPSC 473 May 6, 2012.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Windows Windows Phone Azure … and WakeUpAndCode.com.
Introducing NativeScript [Pavel Kolev Software Telerik: a Progress company]
Developing Cross-Platform Applications with Visual Studio 2015
Developer TECH REFRESH 15 Junho 2015 #pttechrefres h Strategies for Developing Cross-Platform Applications Dinis Vieira.
N from what language did C++ originate? n what’s input, output device? n what’s main memory, memory location, memory address? n what’s a program, data?
Social Media Apps Programming Min-Yuh Day, Ph.D. Assistant Professor Department of Information Management Tamkang University
Apache Cordova Tools in Visual Studio
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
Using NativeScript to develop native apps for IOS and Android
Windows iOS Android … and WakeUpAndCode.com.
Ionic & Cordova crash course Ivan Varga
Windows Azure, SQL Azure and SharePoint 2010 Integration.
1 Learning Android Wear Connect Android Wear Emulator to Android Device.
Course Program, Evaluation, Exams Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
PhoneGap / PhoneGap Build #CreateTheWeb Mihai Corlan / Adobe Web Evangelist
SQL Server Reporting Services 2016
Managing Database objects in Visual Studio and Team Foundation Server Presented by Sean P SQL Saturday - Phoenix 2016.
1. Data Platform Solution Architect at Microsoft Working with SQL Server for past 15 years Author of SQL Server and Business Intelligence Books Blog a.
Your Host & Speaker Shahed Chowdhuri Sr. Technical Microsoft Technology Areas Enterprise Web/Software Development Game Development Mobile.
Keynote Enabling Mobile DevOps
Build Hybrid Mobile Apps with Ionic, Angular, & Cordova Brian
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
PhoneGap. web-based mobile development framework, based on the open-source Cordova project. use standard web technologies such as HTML5, CSS3, and JavaScript.
Ziggy StardustAladdin Sane Thin White Duke Nathan AdlerJareth the Goblin KingDavid Jones Major TomThomas Newton.
TELERIK APP BUILDER ( Icenium ). POINTS TO DISCUSS  Introduction  Features  Versions  Supported Frameworks.
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Creating mobile applications that integrate with SharePoint 2013 on-
Ankit Asthana Senior Program Manager Visual C++ for Cross-Platform Mobile Development using Visual Studio 2015.
Beginning of Xamarin for iOS development
Mobile Apps Testing – Contus
Introduction to Xamarin C# Everywhere
Xamarin Studio Xamarin Curriculum for Xamarin Studio
Computer Terms Review from what language did C++ originate?
Building Cordova Apps for Windows 10
Computing.
Build Native Mobile Apps using JavaScript and Ionic
Multi-Device Hybrid Apps What, Why, and When to Use Hybrid Development Option Ervin Loh ALM Program Manager
What’s New in Visual Studio 2017
9/7/2018 4:46 PM Creative Hacking: Delivering React Native App A/B Testing Using CodePush John M. Wargo © Microsoft Corporation. All rights reserved. MICROSOFT.
Configuration of Cisco Routers in GNS3
Hybrid Mobile Applications
Hybrid Mobile Applications
Nick Trogh Technical Evangelist, Microsoft.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
A beginners guide to Mobile Device Management
Cross Platform Development with Xamarin & Visual Studio 2013
Office 365 Development.
Cordova & Cordova Plugin Installation and Management
And I have to create mobile apps too?
Microsoft Ignite /17/2019 6:00 PM
Office 365 Development.
Apache Cordova What is it ? Platforms Development Architecture Plugins
Microsoft Build /8/2019 6:29 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Build /19/2019 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Dot Net Application PROF. S. LAKSHMANAN, DEPT. OF B. VOC. (SD & SA),
Computer Terms Review from what language did C++ originate?
Introduce to Angular 6 Present by: Võ Văn Hào
MOBILE PROGRAMMING Meriska Defriani, S.Komp, M.Kom Introduction
Microsoft Virtual Academy
Microsoft Connect /14/ :11 AM
Presentation transcript:

Streamline Manual Testing Using Cordova Simulate John M. Wargo

About Me Software Developer, Writer, Presenter, Husband, Father, Geek Principal Program Manager @ Microsoft Part of the Azure team working on Visual Studio Mobile Center Responsible for Microsoft’s JavaScript Mobile tooling: Visual Studio Code Extensions for Cordova and React Native Contributor to the Apache Cordova Project Author of a few books

Bonus Material @ts-check in Visual Studio Code

First a Little History…

Apache Ripple

Where We Are Today

Cordova Simulate Open source project led my Microsoft An evolution of the Ripple Emulator Integrated in Visual Studio Tools for Apache Cordova (TACO) https://taco.visualstudio.com/ Integrated in Visual Studio Code’s Cordova Extension https://marketplace.visualstudio.com/items?itemName=vsmobile.cordova- tools Available through a command-line interface Extensible Add support for Cordova Simulate to your Cordova plugins (public or private)

Simplified Cordova Project Creation cdva-create (https://www.npmjs.com/package/cdva-create) To install, open a command prompt or terminal window, and type the following command: npm install –g cdva-create With that in place, create a complete Cordova application project using the following command: cdva-create HelloWorld com.johnwargo.helloworld “Hello World”

Configuring cdva-create {      "platformList":[         "android",       "ios"    ],    "pluginList":[         "cordova-plugin-console",       "cordova-plugin-dialogs",       "cordova-plugin-device"    ],    "enableDebug":false,    "copyFrom":"",    "linkTo":"",    "createParms":"" }

Resources Source code: https://github.com/johnwargo/phonegapday-2017 Cordova Simulate: https://github.com/Microsoft/cordova-simulate Me First dot last @ where I work dot com  First at first plus last dot com  Twitter: @johnwargo Blog: johnwargo.com