Michael Yudanin. Chicago Quality Assurance Association November 19, 2013

Size: px
Start display at page:

Download "Michael Yudanin. Chicago Quality Assurance Association November 19, 2013"

Transcription

1 Michael Yudanin Chicago Quality Assurance Association November 19, 2013

2 » Michael Yudanin, Certified Software Quality Engineer (by the American Society for Quality)» In software quality assurance and testing since 1990s» Was involved in testing, process improvement, and management roles that included implementation of quality standards; development of policies and procedures; test planning, design, and execution; management of testing teams and business units; test automation for web, Windows, Unix, databases, mobile, etc.» Worked with large global corporations and federal government: CDC, UPS, Beazer Homes, the Home Depot, the Weather Channel, Bank of America, Spirit Airlines, etc., as well as with small start-up companies» Established Conflair, a QA and testing company, in 2006» Since 2008 active in mobile test automation. Developed RealMobile TM» For more details see Copyright Conflair Inc. All rights reserved. 2

3 The mobile challenge The automation challenge Evaluation criteria Available solutions DEMO Copyright Conflair Inc. All rights reserved. 3

4 » The multiplicity of platforms Operating systems: ios, Android, BlackBerry, Windows Mobile, Hardware: Apple iphone and ipad, HTC, Motorola, BlackBerry,» Limited resources Weaker CPU Limited memory» Connectivity modes Network: G3, G4, CDMA, GPRS,, and Wi-Fi Carrier: <a whole lot>» Embeddedness in the business process End-to-end business processes involving mobile front-end and different back-end (web, Windows, mainframe, DB, )» Unique functionality» App stores Location Orientation Barcode scanning Vendor-approved Alternative» Data Entry One has only so many thumbs» and more Copyright Conflair Inc. All rights reserved. 4

5 » Multiple hardware platforms CPU Memory Display size / resolution Keyboard (soft / hard / external) Touch functionality» Multiple operating systems ios versions Android versions Windows Mobile vs. Window Phone BlackBerry» Jailbroken / Rooted Copyright Conflair Inc. All rights reserved. 5

6 » Relevant to ios and Android platforms» Bringing Unix back to its original state: removing restrictions and enabling root access» Allows to install apps that are not in the Apple / Google store» Legal yet can violate warranty» As of September 2013, necessary for controlling ios devices remotely NOT necessary for controlling Android devices remotely Copyright Conflair Inc. All rights reserved. 6

7 Platform Code base Coding languages Native App Platform-specific - OS - Hardware type (smartphone/tablet) Separate for each platform >>> mind code generators Different languages for different platforms (usually) Mobile Website Platform-agnostic (usually) One for all platforms (usually) One set of languages for all platforms Dependency None (almost always) Mobile browser Installation Relevant Irrelevant Re-directing Irrelevant Relevant Copyright Conflair Inc. All rights reserved. 7

8 » Not your PC Weaker CPU Little memory» Prone to fail due to memory leaks Endurance/Reliability tests» Cannot install a full-featured test automation tool on a mobile device Copyright Conflair Inc. All rights reserved. 8

9 » Different network types G3, G4, CDMA, GPRS,, and Wi-Fi Combination of network and Wi-Fi» Different carriers US & Canada Europe Western and Eastern Japan India and China» Reception How do you simulate varying reception conditions? Faraday cage Copyright Conflair Inc. All rights reserved. 9

10 » Information» Social media» Games» Retail» Banking» Telephony» Professional Financial Medical Engineering Copyright Conflair Inc. All rights reserved. 10

11 Corporate DB Many mobile apps are merely a front-end for complex business functionality that involves:» Mainframe computers» Database servers» Application servers» Parallel front ends Web Windows Web services Other mobile devices Local WiFi App server Web T1 line Store server Store floor Copyright Conflair Inc. All rights reserved. 11

12 » Gestures & shake-up HW and SW-dependent Conventions?» Location awareness GPS + DB(s)» Orientation Portrait / Landscape Default» App install Store Side-load» Automatic opening of the mobile website version Copyright Conflair Inc. All rights reserved. 12

13 » Battery» Low reception and loss of reception» Loss of GPS signal» Data transfer interruption USB entry See-through window Faraday cage Copyright Conflair Inc. All rights reserved. 13

14 GPS Simulators» Emit signals that mimic live GPS signals» Allow full control over the signal» Can simulate GPS alternatives, e.g.: GLONASS, BeiDou, Galileo Copyright Conflair Inc. All rights reserved. 14

15 » Factors to consider: Types of barcode Fonts Paper Lighting + Research what are the expected lighting conditions + Can be more than one Distance + What is the expected distance from the barcode? + Are there any physical limitations? Copyright Conflair Inc. All rights reserved. 15

16 » Factors to consider: Color Texture Paper Lighting Distance Ink + What is the expected distance from the check? + Are there any physical limitations? + Color + Thickness + Texture Handwriting / typing Copyright Conflair Inc. All rights reserved.

17 » Apple App Store Cydia» Android Google Play (former Android Market) Side-load» Microsoft Windows Store (former Windows Phone Marketplace)» Side load Installing native apps from other sources Copyright Conflair Inc. All rights reserved. 17

18 » App opening time When not in memory When pre-loaded Copyright Conflair Inc. All rights reserved. 18

19 » Reliability tests Important to discover memory leaks Outcome frequently depends on the device HW and OS flavor phone holder USB cord to PC on/off switch power status indicator Automation that can access a device that is being physically manipulated Copyright Conflair Inc. All rights reserved. 19

20 » Typing on a smartphone keyboard, hard or soft, takes 2-5 times longer than on a computer keyboard.» No copy-paste from test data files is available. Copyright Conflair Inc. All rights reserved. 20

21 » Hardware compatibility Apple: iphone versions & ipad versions Android: device and tablet versions» OS compatibility Apple: ios versions Android: OS versions and flavors» Carrier compatibility» Mobile Website Does it open automatically on all target platforms? Copyright Conflair Inc. All rights reserved. 21

22 » Data Exchange Exchanging data with the app server, DB server, Data upload after off-line» Invoking functionality Notifications: tray, pop-up, update Real-time messaging Video streaming» App updates Copyright Conflair Inc. All rights reserved. 22

23 » Is your system in production working properly everywhere it is supposed to work? Opening time Main functionality Transaction time Production Monitoring Dashboard Report results to the Production Monitoring Dashboard Run apps at different locations every X minutes Copyright Conflair Inc. All rights reserved. 23

24 » All the regular reasons plus» Data entry Significant time gap between devices and PC» Time-to-market Increased need for regression testing» Exposure Production monitoring» Memory leaks Mobile devices are quicker to fail little memory Reliability tests Copyright Conflair Inc. All rights reserved. 24

25 THE ULTIMATE CHALLENGE OF MOBILE TEST AUTOMATION Automating mobile apps and websites as we automate PC applications and websites: All the functionality - Clicking buttons - Entering data - Validating images - Verifying text - Scanning barcodes - Imitating low reception - on real devices while keeping them intact in one script Copyright Conflair Inc. All rights reserved. 25

26 1. Technology i. Platform support + Mobile + Other ii. Device operations + Jailbreaking / rooting + Hardware modification + Instrumentation Connectivity 2. Vendor i. Size ii. History iii. Location (legal) 3. Cost of ownership i. Licensing ii. iii. iv. Other software to purchase / rent + Automation tools + Remote control + Hardware to purchase / rent Script development effort v. Skill acquisition + Training + Hiring Copyright Conflair Inc. All rights reserved. 26

27 » Emulators» Hardware modification Instrumentation vs. rooting/jailbreaking» Special tools» Common tools Copyright Conflair Inc. All rights reserved. 27

28 » A piece of software installed on the PC that emulates the device. PRO 1. Easy to install and manipulate 1. Not realistic CONTRA 2. Not always up to date on the latest patches of the OS Copyright Conflair Inc. All rights reserved. 28

29 » Hard-wiring the device to allow remote control. Internet PRO 1. Device hardware utilized 1. Not realistic 2. Tools usually maintained by at least midsize companies CONTRA 2. Might take significant time to add newly released devices to the lab 3. Highly complex hardware and software Copyright Conflair Inc. All rights reserved. 29

30 » Instrumentation: adding special hookups to the application under test to control it by signals from a computer WiFi / USB / other conneciton Tool PRO 1. Real devices utilized 1. AUT changed 2. Little load on device s memory and CPU 3. Communication-agnostic >>> depends on the tool used CONTRA 2. Security / configuration management risks 3. Cannot open AUT automatically 4. Cannot work with other applications, e.g., Settings Copyright Conflair Inc. All rights reserved. 30

31 » Control the device remotely; jailbreak if needed» Decoupling automation tools, remote control, and the AUT WiFi / USB / other conneciton Tool PRO CONTRA 1. Real devices utilized 1. Jailbreaking required for ios 2. Little load on device s memory and CPU 3. Communication-agnostic >>> depends on the tool used 4. Can use common automation tools 2. Remote control software required usually platform-specific 3. Usually cannot simulate gestures Copyright Conflair Inc. All rights reserved. 31

32 » Tools dedicated to automating tests for mobile platforms Different approaches: HW modification, instrumentation, remote control Some have unique scripting languages Some are add-ons to common tools Usually support 1-2 platforms Accommodating new platforms requires changing to the tool All are supported by small or midsize vendors An add-on to a common tool is akin to a stand-alone tool with added dependency.! Copyright Conflair Inc. All rights reserved. 32

33 » Mobile test automation as a method: utilizing common tools in a way that allows automating mobile interfaces» Usually use jailbroken ios devices» Use common remote control applications» Platform-agnostic Utilizes multiple remote control apps» Communication-agnostic» Can support all non-mobile platforms that the utilized tool supports Copyright Conflair Inc. All rights reserved. 33

34 You will find videos that record demos of using common tools to automate tests for mobile devices at: Copyright Conflair Inc. All rights reserved. 34

35 » Multi-platform process automation» Barcode / Check scanning» Voice recognition» Multi-finger gestures Copyright Conflair Inc. All rights reserved. 35

36 (1) generates barcode (4) validates scan Automation tool (2) prints barcode (3) scans barcode by activating the device app Copyright Conflair Inc. All rights reserved. 36

37 » The task of mobile test automation is to address the challenges Multiple platforms Limited resources Variety of connectivity modes Unique functionality while working with real, intact devices» None of the currently available methods can do that 100%» Each enterprise should compile a set of criteria in order to select the best method for its needs Copyright Conflair Inc. All rights reserved. 37

38 Michael Yudanin, CEO Conflair (678) Conflair Inc 38

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Sept 21, 2012 VERSION: 12.09R21.01 Copyright 2010, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible

More information

PrintMe Mobile 3.0 User s Guide

PrintMe Mobile 3.0 User s Guide PrintMe Mobile 3.0 User s Guide Overview of contents About PrintMe Mobile System Requirements Printing Troubleshooting About PrintMe Mobile PrintMe Mobile is an enterprise solution that enables mobile

More information

MOBILE APPLICATION TESTING. TekMindz s Testing solutions for enterprises INDZ TM TEK

MOBILE APPLICATION TESTING. TekMindz s Testing solutions for enterprises INDZ TM TEK MOBILE APPLICATION TESTING TekMindz s Testing solutions for enterprises TEK INDZ TM Mobile Testing Strategy There are unique challenges in testing mobile applications. The challenges are mainly due to

More information

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK M.E III SEM CSE MOBILE APPLICATION DEVELOPMENT UNIT -I INTRODUCTION

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK M.E III SEM CSE MOBILE APPLICATION DEVELOPMENT UNIT -I INTRODUCTION DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK M.E III SEM CSE NE7011 MOBILE APPLICATION DEVELOPMENT UNIT -I INTRODUCTION Part A (2 marks) 1. Define Mobile Application? 2. List the uses of

More information

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS

ANDROID PRIVACY & SECURITY GUIDE ANDROID DEVICE SETTINGS ANDROID PRIVACY & SECURITY GUIDE WESNET The Women s Services Network Smartphones store a lot of personal information, including email or social media accounts, reminders and notes, the number of steps

More information

17655: Discussion: The New z/os Interface for the Touch Generation

17655: Discussion: The New z/os Interface for the Touch Generation 17655: Discussion: The New z/os Interface for the Touch Generation Thursday, August 13, 2015: 12:30 PM-1:30 PM Europe 2 (Walt Disney World Dolphin ) Speaker: Geoff Smith(IBM Corporation) 1 Trademarks The

More information

WELCOME : OVERVIEW Mobile Applications Testing. Copyright

WELCOME : OVERVIEW Mobile Applications Testing. Copyright WELCOME : OVERVIEW Mobile Applications Testing Copyright NataliaS@portnov.com 1 INTRODUCTION: Mobile APP vs Desktop and WEB Ever since the first cell phone hit the commercial market in 1983, the mobile

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Sep 19, 2013 Copyright 2013, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible Platform... 1 Related

More information

BUYING PERSONAL COMPUTERS AND SMART DEVICES SOUTHEAST COASTAL GEORGIA COMPUTER CLUB - CHARLES MURPHY

BUYING PERSONAL COMPUTERS AND SMART DEVICES SOUTHEAST COASTAL GEORGIA COMPUTER CLUB - CHARLES MURPHY BUYING PERSONAL COMPUTERS AND SMART DEVICES SOUTHEAST COASTAL GEORGIA COMPUTER CLUB - CHARLES MURPHY Getting Started Types Features Brands Shopping Tips Consider Tech Support Overview Explosion of personal

More information

MOBILE LOCATION-BASED SERVICES

MOBILE LOCATION-BASED SERVICES MOBILE LOCATION-BASED SERVICES INDEX Index Table of Contents Table of Contents... i List of Figures... vi Executive summary...1 1 Introduction to location-based services...3 1.1 Definition of mobile location-based

More information

Learning About Dexcom Share. Setting up the 7 CHAPTER ONE 36 CHAPTER TWO. Table of Contents

Learning About Dexcom Share. Setting up the 7 CHAPTER ONE 36 CHAPTER TWO. Table of Contents 7 CHAPTER ONE Learning About Dexcom Share 8 Glossary 17 Symbols 17 System Overview 21 System Components 22 Conditions That Affect Use 23 Risks 25 Benefits 26 Indications for Use 27 Contraindications 28

More information

N150 Wireless Modem Router

N150 Wireless Modem Router Performance & Use Built-in ADSL2+ modem N150 WiFi Speed Wirelessly share an Internet connection Ideal for web, email, & social networking The NETGEAR Difference - NETGEAR genie Live Parental Controls Faster

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection.

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. Quick Start Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. This document will help you understand your Mobile WiFi so you can start using

More information

Downloaded from manuals search engine. Quick Start

Downloaded from   manuals search engine. Quick Start Quick Start Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. This document will help you understand your Mobile WiFi so you can start using

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 EMULATORS vs Real Devices USER EXPERIENCE AND USABILITY User Interactions Real occurring events Overall performance Consistency in results SPECTRUM OF DEVICE CONFIGURATIONS

More information

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements

System requirements. Display requirements. PDF reader requirements. Fingerprint Login/Touch Authentication requirements System requirements The computer you use must meet the following minimum requirements: PC or Mac with at least a 1-GHz processor and 1 GB of RAM. Available browser updates applied for improved security

More information

Bring Your Own Device

Bring Your Own Device Bring Your Own Device Individual Liable User Contents Introduction 3 Policy Document Objectives & Legal Disclaimer 3 Eligibility Considerations 4 Reimbursement Considerations 4 Security Considerations

More information

IJRDTM Kailash ISBN No Vol.17 Issue

IJRDTM Kailash ISBN No Vol.17 Issue ABSTRACT ANDROID OPERATING SYSTEM : A CASE STUDY by Pankaj Research Associate, GGSIP University Android is a software stack for mobile devices that includes an operating system, middleware and key applications.

More information

How A Cloud-Based Mobile Device Lab Accelerates Time To Market And ROI

How A Cloud-Based Mobile Device Lab Accelerates Time To Market And ROI Co-Webinar: How A Cloud-Based Mobile Device Lab Accelerates Time To Market And ROI August 2016 Speakers Guy Arieli CTO, Experitest Sai Chintala SVP & Global Head Solutions Group, Cigniti 2 AGENDA 1 2 3

More information

WEB & MOBILE AUTOMATION

WEB & MOBILE AUTOMATION WEB & MOBILE AUTOMATION 11 th Feb 2017 Presenter: (CoE) 9 Mansi, 5 th Floor, Cross Lane No. 1, Ram Maruti Road, Thane West Email: info@educognitio.com Phone: +91 (0)22 65555131 Web:http://www.educognitio.com

More information

CSC Introduction to Computers and Their Applications

CSC Introduction to Computers and Their Applications CSC 170 - Introduction to Computers and Their Applications Lecture 9 Software Essentials When searching for new software, it helps to have a framework of categories System Software Operating Systems For

More information

Extending Enterprise Applications to Mobile - Key Considerations. Zensar Technologies Sep 2011

Extending Enterprise Applications to Mobile - Key Considerations. Zensar Technologies Sep 2011 Extending Enterprise Applications to Mobile - Key Considerations Zensar Technologies Sep 2011 AGENDA Section 1: Trends & Adoption across industry Section 2: Enterprise Mobile Application Development --

More information

Airplane mode Android app application Back key bandwidth

Airplane mode Android app application Back key bandwidth 1G First-generation analog wireless telephone technology. 2G Second-generation wireless technology, the first digital generation and the first to include data services. 3G Third-generation wireless telephone

More information

Facebook Messenger Install For Android Mobile Java Touchscreen

Facebook Messenger Install For Android Mobile Java Touchscreen Facebook Messenger Install For Android Mobile Java Touchscreen Free Facebook Messenger 3.0.4 Applications Download for your Mobile Phone. Install Facebook Messenger 3.0.4 on PC Using Emulator for free.

More information

BRING YOUR OWN DEVICE: POLICY CONSIDERATIONS

BRING YOUR OWN DEVICE: POLICY CONSIDERATIONS WHITE PAPER BRING YOUR OWN DEVICE: POLICY CONSIDERATIONS INTRODUCTION As more companies embrace the broad usage of individual liable mobile devices or BYOD for access to corporate applications and data,

More information

Manually Ios For Iphone 4s Gsm >>>CLICK HERE<<<

Manually Ios For Iphone 4s Gsm >>>CLICK HERE<<< Manually Ios 6.0 1 For Iphone 4s Gsm As you know by now, ios 8, ios 8.1 and ios 8.1.1 download links for final version are live for iphone 6, iphone 6 Plus, iphone 5s, 5c, 5, 4S, ipad 2 and over, iphone

More information

The Applications We See The Most

The Applications We See The Most Get More From Your ERP, CRM, Tax and Client Portal Systems Kevin M. Martin, CPA, CITP, MCSE Martin & Assoc. September 17 th, 2014 www.martinandassoc.com - The Applications We See The Most ERP Office Applications

More information

DR CONTROL. Contents. Trademarks

DR CONTROL. Contents. Trademarks Contents Trademarks...1 Software License Agreement...2 Connecting a DR-22WL/DR-44WL with a smartphone or tablet by Wi-Fi...3 Installing the DR CONTROL app...3 When using a DR-44WL...3 Selecting the Wi-Fi

More information

Update Manual Ios 7 Ipad Mini Link >>>CLICK HERE<<<

Update Manual Ios 7 Ipad Mini Link >>>CLICK HERE<<< Update Manual Ios 7 Ipad Mini Link Learn how to update your ios device wirelessly or using itunes. introduce new features that let you do even more with your iphone, ipad, or ipod touch. you can either

More information

Iphone 2.2 User Guide On Phone Ios 7.0 Software

Iphone 2.2 User Guide On Phone Ios 7.0 Software Iphone 2.2 User Guide On Phone Ios 7.0 Software iphone. User Guide. For ios 7.1 Software 20 View this user guide on iphone You can still get phone calls, FaceTime calls, text messages, alarms,. This provides

More information

SE 3S03 - Tutorial 1. Zahra Ali. Week of Feb 1, 2016

SE 3S03 - Tutorial 1. Zahra Ali. Week of Feb 1, 2016 SE 3S03 - Tutorial 1 Department of Computer Science McMaster University naqvis7@mcmaster.ca Week of Feb 1, 2016 testing vs Software Devices and s Devices and s App Device Outline testing vs Software Devices

More information

DeltaV Mobile. Introduction. Product Data Sheet September DeltaV Distributed Control System

DeltaV Mobile. Introduction. Product Data Sheet September DeltaV Distributed Control System DeltaV Distributed Control System Product Data Sheet September 2017 DeltaV Mobile Make faster and better decisions with secure, read-only access to your critical operational data, whenever and wherever

More information

ipad Basics Hannah Digital Literacy Specialist December 6 th, 2017

ipad Basics Hannah Digital Literacy Specialist December 6 th, 2017 ipad Basics Hannah Digital Literacy Specialist December 6 th, 2017 What We ll Cover What is an ipad? Basic features Swiping and hand gestures Settings Built-In Apps The App Store Tips and Tricks Questions

More information

Tethering an Android Smartphone to USB Devices

Tethering an Android Smartphone to USB Devices Tethering an Android Smartphone to USB Devices March 2011 BizDev@SecureCommConsulting.com Veteran Owned Small Business DUNS: 003083420 CAGE: 4SX48 http://www.securecommconsulting.com 1.1. Purpose This

More information

Smartphones. What are they and what are they good for?

Smartphones. What are they and what are they good for? Smartphones What are they and what are they good for? What is a Smartphone? No standard definition The definition changes with time as technology advances One definition: A device that lets you make telephone

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide

More information

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment...

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment... Chatter Instructions Contents Signing Up... 2 Accessing Chatter... 5 On Your Computer... 5 On Your Smartphone... 6 Using Chatter... 9 Posting... 9 Like or Comment... 9 Share a File... 9 Search and Organize

More information

Developing a Comprehensive Mobile Test Strategy STC Analyst Quality Assurance. inautix Technologies

Developing a Comprehensive Mobile Test Strategy STC Analyst Quality Assurance. inautix Technologies 1 Developing a Comprehensive Mobile Test Strategy STC-2013 Analyst Quality Assurance. mayuri.anil.kale@bnymellon.com inautix Technologies Magarpatta City,Pune. 2 Abstract: Recent studies suggest that at

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Jun 04, 2012 VERSION: 12.06R04.01 Copyright 2010, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible Platform...

More information

An Introduction to Mobile User Assistance

An Introduction to Mobile User Assistance An Introduction to Mobile User Assistance Joe Welinske WritersUA.com joewe@writersua.com This seminar For those who intend to design and support apps for phones, tablets and yet-to-emerge device types

More information

SeeTest Quality Assurance Platform On-premise Digital Assurance Lab

SeeTest Quality Assurance Platform On-premise Digital Assurance Lab SeeTest Quality Assurance Platform On-premise Digital Assurance Lab On-premise Digital Assurance Lab Centrally manage browsers & mobile devices (physical/emulated), and allow your team to remotely access

More information

Your guide to using the Lead Retrieval App. A powerful and easy way to capture sales leads using your own Smartphone. Powered by

Your guide to using the Lead Retrieval App. A powerful and easy way to capture sales leads using your own Smartphone. Powered by Your guide to using the Lead Retrieval App A powerful and easy way to capture sales leads using your own Smartphone Powered by APP FEATURES Capture and view lead information in real-time on and off the

More information

MOBILE LOCATION-BASED SERVICES

MOBILE LOCATION-BASED SERVICES MOBILE LOCATION-BASED SERVICES INDEX Index Table of Contents Table of Contents... i List of Figures... vi Executive summary...1 1 Introduction to location-based services...3 1.1 Definition of mobile location-based

More information

Users Guide. Wyse PocketCloud TM. Issue: PN: Rev. F

Users Guide. Wyse PocketCloud TM. Issue: PN: Rev. F Users Guide Wyse PocketCloud TM Issue: 083010 PN: 883930-01 Rev. F Copyright Notices 2010, Wyse Technology Inc. All rights reserved. This manual and the software and firmware described in it are copyrighted.

More information

Mobile Technologies. Types of Apps

Mobile Technologies. Types of Apps Mobile Technologies Types of Apps What is mobile? Devices and their capabilities It s about people Fundamentally, mobile refers to the user, and not the device or the application. Barbara Ballard, Designing

More information

Introduction. Do you have any difficulty in choosing an ideal mobile phone?

Introduction. Do you have any difficulty in choosing an ideal mobile phone? IT Prefects Team Newsletter Vol.1 Introduction Do you have any difficulty in choosing an ideal mobile phone? Nowadays, using Smartphones has become a new trend in our society. Smartphones are not only

More information

Aprima 2016 SYSTEM REQUIREMENTS

Aprima 2016 SYSTEM REQUIREMENTS Aprima 2016 SYSTEM REQUIREMENTS INTRODUCTION This document defines the system requirements for Aprima PRM 2016. Please be aware that Aprima always uses the latest technology available. For this reason,

More information

Aprima 2016 System Requirements

Aprima 2016 System Requirements Aprima 2016 System Requirements INTRODUCTION This document defines the system requirements for Aprima PRM 2016. Please be aware that Aprima always uses the latest technology available. For this reason,

More information

GENERIC ANDROID DEVICE INFORMATION TIPS & TRICKS

GENERIC ANDROID DEVICE INFORMATION TIPS & TRICKS DEVICE INFORMATION TIPS & TRICKS How to get the best experience from your mobile phone APP MANAGEMENT The S3 company mobile admin chooses apps for your company from the global library and assigns them

More information

SIMPLIFY MULTI-PLATFORM ENTERPRISE MOBILITY MANAGEMENT

SIMPLIFY MULTI-PLATFORM ENTERPRISE MOBILITY MANAGEMENT DATASHEET SIMPLIFY MULTI-PLATFORM ENTERPRISE MOBILITY MANAGEMENT Silver level EMM Enterprise Mobility Management for Corporate-owned and BYOD devices BlackBerry Enterprise Service 10 is a powerful device,

More information

TASCAM DR CONTROL. Contents. Trademarks

TASCAM DR CONTROL. Contents. Trademarks Contents Trademarks...1 Software License Agreement...2 Connecting a DR-22WL/DR-44WL with a smartphone by Wi-Fi...3 Installing the TASCAM DR CONTROL app...3 Connect the DR-22WL/DR-44WL with the smartphone

More information

YOUR Guide on using the Online Retailer EMPERIA. Scan app and web portal

YOUR Guide on using the Online Retailer EMPERIA. Scan app and web portal YOUR Guide on using the Online Retailer EMPERIA Scan app and web portal CONTENTS Using the Emperia Scan app 3 Using the Web Portal to access leads 6 FAQ 9 Using the Emperia Scan app when there is no network

More information

Manual For Android Phones From Verizon

Manual For Android Phones From Verizon Manual For Android Phones From Verizon Wireless New Non-smartphones More than 20 smartphones, including the exclusive Droid Turbo by Motorola, are If you don't want to buy a new prepaid cell phone, Verizon

More information

Facetime Manual Iphone 4s Not Work On 3g

Facetime Manual Iphone 4s Not Work On 3g Facetime Manual Iphone 4s Not Work On 3g in itunes and choose Restore Backup from the Summary tab then follow the instructions. You might find that people are trying to call you, but your iphone is not

More information

Product Manual. Version PROMISE Technology, Inc. All Rights Reserved.

Product Manual. Version PROMISE Technology, Inc. All Rights Reserved. Product Manual Version 2.0 2016 PROMISE Technology, Inc. All Rights Reserved. Contents Table of Contents Introduction 1 Unpacking 1 Requirements for Apollo setup and use 1 Back of Apollo 2 Front of Apollo

More information

Mobile Devices and Smartphones

Mobile Devices and Smartphones Mobile Devices and Smartphones Smartphone Modern smartphones can do almost as much as a desktop PC could. They are extremely mobile and convenient. With a proper service provider they can access the internet

More information

Introduction to Android Tablets and Smartphones

Introduction to Android Tablets and Smartphones The name Android describes mobile devices which use the Android operating system developed by Google and used in many brands of Smartphones and Tablets types and models. Such as Samsung, Sony, Aldi, Huawie,

More information

Junos Pulse Supported Mobile Platforms

Junos Pulse Supported Mobile Platforms Junos Pulse Supported Mobile Platforms Updated: Dec 10, 2013 VERSION: 5.0R1 Copyright 2010, Juniper Networks, Inc. Contents Introduction... 1 Definitions... 1 Qualified Platform... 1 Compatible Platform...

More information

Mobile phone setup guide

Mobile phone setup guide Mobile phone setup guide Introduction The purpose of this guide is to help staff set up their new mobile phone (either provided by PU or personal) by installing their SIM card, connecting to the University

More information

Harmony Smart Keyboard

Harmony Smart Keyboard Harmony Smart Keyboard Setup Guide Installationshandbuch Guide d installation Installatiegids Contents / Inhalt Sommaire / Inhoud English................. 4 3 Package contents 1 5 2 3 6 1 2 4 1. Harmony

More information

IT Quick Reference Guides How to Find Your MAC Address

IT Quick Reference Guides How to Find Your MAC Address IT Quick Reference Guides How to Find Your MAC Address Various Systems / Network Guides From time to time, especially when trying to attach a network device to the network, you may be asked to provide

More information

Digital Test. Coverage Index

Digital Test. Coverage Index Digital Test Coverage Index Edition 3 December 2015 Table of Contents Introduction How We Built the Index and How to Read It... Pg. 4 Key Takeaways... Pg. 5 Mobile and Web Indexes by Country U.S... Pg.

More information

INSTRUCTION MANUAL INDEX

INSTRUCTION MANUAL INDEX 20 INSTRUCTION MANUAL INDEX INTRODUCTION 20 SAFETY INSTRUCTIONS 21 CONTENTS OF PACKAGE 21 OVERVIEW BRIDGE 22 COMPATIBLE MOBILE PLATFORMS 22 IMPORTANT TO KNOW 23 GETTING STARTED 23 IPHONE/IPAD ETHERNET

More information

Delivering fast, professional and reliable print performance to small offices and business workgroups. at your side = à vos côtés

Delivering fast, professional and reliable print performance to small offices and business workgroups.  at your side = à vos côtés Delivering fast, professional and reliable print performance to small offices and business workgroups. www.brother.eu at your side = à vos côtés INTRODUCTION BUILT TO LAST. Businesses need a device they

More information

Mobile phone in aviation IT: (an independent opinion)

Mobile phone in aviation IT: (an independent opinion) 2009 Amadeus IT Group SA Mobile phone in aviation IT: (an independent opinion) Grach Muradyan MOW, October 2010 1 Agenda Technical overview Solutions Amadeus applications 2 Mobile phone was originally

More information

How Cellica Database Anywhere Enterprise Edition works?

How Cellica Database Anywhere Enterprise Edition works? How Cellica Database Anywhere Enterprise Edition works? Administrative PC (Windows OS) Desktop Application User Manager Database Profiles, Forms Sync Server Change Detection logic, Send & receive updated

More information

Setup Guide Revised: April 4, 2012 Developed by: www.discoverysoftware.com COPYRIGHT, DISCOVERY SOFTWARE LTD.: April 4, 2012: This material may not be copied or otherwise reproduced in any form, by any

More information

U.S. Mobile Benchmark Report

U.S. Mobile Benchmark Report U.S. Mobile Benchmark Report ADOBE DIGITAL INDEX 2014 80% 40% Methodology Report based on aggregate and anonymous data across retail, media, entertainment, financial service, and travel websites. Behavioral

More information

N300 Wireless Router. Data Sheet WNR2000. Performance & Use. The NETGEAR Difference - WNR2000. Overview. NETGEAR genie Home Networking Simplified

N300 Wireless Router. Data Sheet WNR2000. Performance & Use. The NETGEAR Difference - WNR2000. Overview. NETGEAR genie Home Networking Simplified Performance & Use N300 WiFi speed Faster downloads & Internet gaming WiFi range for medium-sized homes Parental Controls keep your Internet experience safe NETGEAR genie App Home networking simplified

More information

Thank you for purchasing the CharJi EVO CLOUD. This CharJi EVO CLOUD brings you a high speed wireless network connection.

Thank you for purchasing the CharJi EVO CLOUD. This CharJi EVO CLOUD brings you a high speed wireless network connection. Thank you for purchasing the CharJi EVO CLOUD. This CharJi EVO CLOUD brings you a high speed wireless network connection. This document will help you understand your CharJi EVO CLOUD so you can start using

More information

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection.

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. Quick Start Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. This document will help you understand your Mobile WiFi so you can start using

More information

Index. Dumisani Herman Nhlapo

Index. Dumisani Herman Nhlapo Index 1. How to Turn Your Droid X into a 3G Hotspot 2. How to Use Your Galaxy Tab as a Mobile Hotspot 3. How to Share Your Connection with ipad Personal Hotspot 4. Using the Mobile Hotspot feature in BlackBerry

More information

BlackBerry BlackBerry 10 OS, version continues to build on the BlackBerry 10 platform for the Z10, Q10 and Z30 devices.

BlackBerry BlackBerry 10 OS, version continues to build on the BlackBerry 10 platform for the Z10, Q10 and Z30 devices. BlackBerry 10.2.1 BlackBerry 10 OS, version 10.2.1 continues to build on the BlackBerry 10 platform for the Z10, Q10 and Z30 devices. PINCH TO PRIORITIZE Don t miss important messages Pinch the Hub to

More information

How Do I Sync My New Iphone To My Icloud. Account >>>CLICK HERE<<<

How Do I Sync My New Iphone To My Icloud. Account >>>CLICK HERE<<< How Do I Sync My New Iphone To My Icloud Account If you back up your iphone, ipad, or ipod touch, you'll have a copy of your Backups let you transfer data from your last device to your new one. In case

More information

Mobile Banking Supported Operating Systems, Browsers, and Networks Phone Channel

Mobile Banking Supported Operating Systems, Browsers, and Networks Phone Channel Mobile Banking ed Operating Systems, Browsers, and Networks Phone Channel ed Operating Systems (October December 2017) The following outlines the scope of ADK on the Go s operating system and network support.

More information

N300 Wireless Router with USB

N300 Wireless Router with USB Performance & Use N300 WiFi speed Faster downloads & Internet gaming ReadySHARE USB Wirelessly access & share USB storage Parental Controls keep your Internet experience safe NETGEAR genie App Home networking

More information

Instruction Manual. Vimar By-web KNX Software for Apple mobile devices User Manual

Instruction Manual. Vimar By-web KNX Software for Apple mobile devices User Manual Instruction Manual Vimar By-web KNX Software for Apple mobile devices User Manual Vimar End-User License Contract Vimar end-user license contract VIMAR SPA located in Marostica (VI), Viale Vicenza n.

More information

How Do I Manually Lock My Iphone 4s A Hotspot Verizon

How Do I Manually Lock My Iphone 4s A Hotspot Verizon How Do I Manually Lock My Iphone 4s A Hotspot Verizon Activation and Setup Guide for Apple iphone 4s and iphone 4 8 GB - New Watch this video to learn how to activate a device on your existing My Verizon

More information

ios Devices ipad, Iphone, itouch Moving to the future of Education

ios Devices ipad, Iphone, itouch Moving to the future of Education ios Devices ipad, Iphone, itouch Moving to the future of Education Why use these Devices? Customization Organization Mobilization Out of the box How to use itunes What is the App Store Syncing Navigation

More information

MOBILE APPLICATION TESTING CHALLENGES

MOBILE APPLICATION TESTING CHALLENGES As per Gartner, by YE18, 55% of bank customers in developed markets will use wearable devices to interact with their banks THE MOBILE CHANNEL - A GAME-CHANGER ACROSS THE BANKING INDUSTRY The mobile channel

More information

Iphone Usb Tethering Windows 7 No Internet. Access >>>CLICK HERE<<<

Iphone Usb Tethering Windows 7 No Internet. Access >>>CLICK HERE<<< Iphone Usb Tethering Windows 7 No Internet Access If you're unable to get your iphone or ipad online because there's no Wi-Fi signal On a Windows PC, you can use the Internet Connection Sharing feature

More information

Intro. This program can retrieve messages, call logs, pictures, contacts, apps, calendar events, s, passwords, deleted data, and much more.

Intro. This program can retrieve messages, call logs, pictures, contacts, apps, calendar events,  s, passwords, deleted data, and much more. FAQ Intro Thank you for purchasing MOBILedit Forensic Express. This tool preforms mobile phone content extractions and is used by professionals in law enforcement, military as well as the corporate and

More information

N600 WiFi Cable Modem Router

N600 WiFi Cable Modem Router Performance & Use WIFI SPEED N600 600 DUAL BAND 300+300 RANGE N600 Dual Band WiFi 300+300 Mbps Cable Internet speeds up to 340 Mbps 8 downstream & 4 upstream channels Eliminate monthly rental fees CableLabs

More information

Best Ipod Touch Manual Guide 4th Generation Apps Games

Best Ipod Touch Manual Guide 4th Generation Apps Games Best Ipod Touch Manual Guide 4th Generation Apps Games This guide describes the features of ios 8.4 and ipod touch 5th generation. ipod touch apps and features may vary based on your location, language,

More information

Android Overview. Francesco Mercaldo, PhD

Android Overview. Francesco Mercaldo, PhD Android Overview Francesco Mercaldo, PhD Post-Doctoral researcher Corso di Sicurezza delle Reti e dei Sistemi Software Università degli Studi del Sannio (fmercaldo@unisannio.it) Things are not always what

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

Manually Update Ipod Touch 4.3 3g To Ios 5.0.1

Manually Update Ipod Touch 4.3 3g To Ios 5.0.1 Manually Update Ipod Touch 4.3 3g To Ios 5.0.1 Download links for all ios Firmware updates released for ipod Touch ios IPSW Firmware for Apple ipod Touch 3G ios 5.0.1 ipod3,1 (9A405), ios IPSW. Soft Upgrade

More information

Online and Mobile Banking Requirements Guide

Online and Mobile Banking Requirements Guide Online and Mobile Banking Requirements Guide Introduction This document explains the hardware and software requirements for Valley First Credit Union s Online and Mobile Banking Experience. Members are

More information

GadgitKids IS. Reverse Mentoring. Customized to Your: o Mobile Device o Learning Objectives o Learning Needs

GadgitKids IS. Reverse Mentoring. Customized to Your: o Mobile Device o Learning Objectives o Learning Needs Reverse Mentoring Customized to Your: o Mobile Device o Learning Objectives o Learning Needs Convenient Locations: o Your Business o Public Wi-Fi Space o Our Training Center One on One Training GadgitKids

More information

AC1750 WiFi Cable Modem Router

AC1750 WiFi Cable Modem Router Performance & Use WIFI SPEED AC1750 1750 DUAL BAND 450+1300 RANGE AC1750 WiFi 450+1300 Mbps Cable modem download speeds up to 680 Mbps 16 times faster than DOCSIS 2.0 Eliminate monthly rental fees Works

More information

Image from Google Images tabtimes.com. CS87 Barbee Kiker

Image from Google Images tabtimes.com. CS87 Barbee Kiker Image from Google Images tabtimes.com CS87 Barbee Kiker bjkik@comcast.net Table of Contents ipad Parts... 3 Home Button... 3 Touch Gestures... 4 Additional Gestures... 4 Control Center... 5 Notification

More information

Compliance Manager ZENworks Mobile Management 2.7.x August 2013

Compliance Manager ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Compliance Manager ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Ipad And Ipad Mini User Guide (for Ios 6.1. Software) >>>CLICK HERE<<<

Ipad And Ipad Mini User Guide (for Ios 6.1. Software) >>>CLICK HERE<<< Ipad And Ipad Mini User Guide (for Ios 6.1 Software) ipad. User Guide. For ios 8.4 Software 20 View this user guide on ipad. 20 Tips for Use this to connect ipad (4th generation or later) or ipad mini.

More information

Connect the DR-22WL/DR-44WL with the smartphone by Wi-Fi for the first time...3

Connect the DR-22WL/DR-44WL with the smartphone by Wi-Fi for the first time...3 Contents Software License Agreement...2 Installing the app...3 Connect the / with the smartphone by Wi-Fi for the first time...3 Connecting the DR unit and the smartphone by Wi-Fi (after the first time)...4

More information

N900 WiFi Dual Band Gigabit Router Premium Edition

N900 WiFi Dual Band Gigabit Router Premium Edition Performance & Use N900 900 DUAL BAND 450+450 RANGE Faster WiFi speed 450+450 Up to 900 Mbps Improves WiFi range for large homes Wirelessly access & share USB hard drive & printer IPv6 Compatible Future-proof

More information

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection.

Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. Quick Start Thank you for purchasing the Mobile WiFi. This Mobile WiFi brings you a high speed wireless network connection. This document will help you understand your Mobile WiFi so you can start using

More information

Vendor: Microsoft. Exam Code: MB Exam Name: Microsoft Dynamics CRM Online Deployment. Version: Demo

Vendor: Microsoft. Exam Code: MB Exam Name: Microsoft Dynamics CRM Online Deployment. Version: Demo Vendor: Microsoft Exam Code: MB2-715 Exam Name: Microsoft Dynamics CRM Online Deployment Version: Demo Exam A QUESTION 1 You are a systems support specialist for your company. A sales manager is currently

More information

Ipod Manual Turn Off Voice Control My Iphone 5s

Ipod Manual Turn Off Voice Control My Iphone 5s Ipod Manual Turn Off Voice Control My Iphone 5s Use the Apple EarPods with Remote and Mic (iphone 5 or later) or the Apple buttons control basic functions, such as turning iphone on or adjusting the volume.

More information

Mobile OS Landscape. Agenda. October Competitive Landscape Operating Systems. iphone BlackBerry Windows Mobile Android Symbian

Mobile OS Landscape. Agenda. October Competitive Landscape Operating Systems. iphone BlackBerry Windows Mobile Android Symbian Mobile OS Landscape October 2008 Agenda Competitive Landscape Operating Systems iphone BlackBerry Windows Mobile Android Symbian 2 Smartphone OS Competitive Landscape iphone OS (Apple) BlackBerry OS (RIM)

More information