UI Test Automation with Appium

Slides:



Advertisements
Similar presentations
Cloud Roadshow. Getting Started with mobile app development with the Office 365 APIs.
Advertisements

Perfecto’s CQ Lab using Selenium RemoteWebDriver & Appium
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Zero to DevOps Donovan
Appium Studio Appium testing made easy at any scale.
5/3/2018 2:15 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
0 to DevOps. 0 to DevOps Who am I? Donovan Brown Fun Stuff 5/7/2018 Who am I? Donovan Brown Principal DevOps Manager.
5/15/2018 5:43 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
6/2/2018 4:08 AM BRK3327 Ten things you didn't know about building .NET UWP apps in Visual Studio 2017 Daniel Jacobson Program Manager – Visual Studio.
DevOps for any language
Microsoft /17/2018 4:24 AM BRK4012 Dive deep on Skype Web SDK & Skype for Business App SDK - Build apps across Web, IOS & Android Srividhya Chandrasekaran Amit.
Azure SDKs and Tools for You
Data Science & Web Dev with Python in Visual Studio
Microsoft Connect /2/ :38 AM
SQL Server + PHP: What’s New
Building Innovative Apps using the Microsoft Developer Platform
Microsoft Connect /23/2018 5:27 PM
Modern Front-End Web Development with Visual Studio
Introducing ASP.NET Core 2.0
Cross platform automated appium testing - A Primer
Python Tools for Visual Studio
Microsoft Azure P wer Lunch
Automation for mobile apps Presenter: Nikita Mader
SQL Server + Python Meet Bhagdev Program Manager.
11/15/ :59 AM THR2294 Building great looking experiences with Microsoft Graph and Office UI Fabric Ben Summers Office Marketing David Lavenda Harmon.ie.
Azure Websites Teemu Tapanila Microsoft Azure
Microsoft Build /19/2018 2:06 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Microsoft Virtual Academy
Windows Device Portal and Remote Diagnostics
Learn. Imagine. Build. .NET Conf
11/24/2018 4:51 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Microsoft Connect /26/2018 6:09 PM
Hosted Web Apps with Windows App Studio
11/27/2018 6:59 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Build /30/2018 2:15 AM Migrating Silverlight Windows Phone apps to the Universal Windows Platform Ricardo Villalobos Principal SDE Manager.
Digital display units This template is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION.
Intranet web banner units
Application Insights Diagnostics Preview
Connected Animations Create seamless page transitions in the Fall Creators Update Steven Moyes Program Manager – User Experience Platform.
TechEd /6/2018 8:16 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Web Development in Visual Studio 2017
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Connect /31/2018 7:21 AM
1/2/2019 9:19 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Xamarin Test Recorder John Lago Senior Program Manager.
Microsoft Build /3/2019 4:12 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
API DOCUMENTATION Swetha Mohandas Microsoft Connect 2016
Welcome to Azure Notebooks
Internal social media units
Bringing desktop apps to the UWP using Desktop App Converter
C++ Productivity Improvements
Microsoft Connect /23/ :38 AM
Office 365 Development.
Microsoft Connect /24/ :10 PM
What is Visual Studio Code?
Microsoft Connect /25/2019 1:20 PM
Microsoft Office 4/3/2019 Deep Dive into native Universal App development with the Office 365 APIs Speaker name Title Microsoft Corporation © 2012 Microsoft.
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Learning with Xamarin Workbooks
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Windows Device Portal Hirsch Singhal Program
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
What’s new in Visual Studio 2012
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Microsoft Connect /29/2019 1:53 AM
Build /24/ What's new for Azure developers in Visual Studio 2013 update 2 and Azure SDK 2.3 Dan Fernandez Principal PM
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:

UI Test Automation with Appium Yosef Durr Program Manager

UI Test Automation Improve Quality Reduce Costs 6/24/2018 6:02 AM UI Test Automation Improve Quality Reduce Costs Faster Dev+Test Lifecycle Improve Product Accessibility © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6/24/2018 6:02 AM Appium © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Appium Philosophy Any Language Any Test Runner Any App Any Platform 6/24/2018 6:02 AM Appium Philosophy Any Language C#, Java, Python, Ruby, JS Any Test Runner MSTest, Node.js, Python, NUnit, JUnit Any App Native, Hybrid, Web Any Platform iOS, Android, Windows © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Appium Design Test Script 6/24/2018 6:02 AM Appium Design Test Script Selenium : Browser testing Appium : App testing Test Runner WebDriver : Standardized HTTP protocol POST /session GET /session/element/:id/:attr POST /session/element/:id/click JSONWP : WebDriver MJSONWP : WebDriver + more API’s HTTP Messages Test Server Application © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Appium Investments Windows Application Driver Appium Installer 6/24/2018 6:02 AM Appium Investments Windows Application Driver Enables you to test Windows apps using Appium Beta available today for PC http://github.com/microsoft/winappdriver Appium Installer Now Installs WinAppDriver for you Supports testing Windows apps via WinAppDriver http://appium.io Appium .Net Driver Will be including a Windows Namespace Nuget package update is coming soon © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Appium Design Test Script Test Runner 6/24/2018 6:02 AM Appium Design Test Script Test Runner WebDriver : Standardized HTTP protocol POST /session GET /session/element/:id/:attr POST /session/element/:id/click JSONWP : WebDriver MJSONWP : WebDriver + more API’s HTTP Messages WinAppDriver Windows Apps © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo Microsoft Connect 2016 6/24/2018 6:02 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Call to Action Learn More https://appium.io http://github.com/microsoft/winappdriver