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

Size: px
Start display at page:

Download "SE 3S03 - Tutorial 2. Zahra Ali. Week of Feb 8, 2016"

Transcription

1 SE 3S03 - Tutorial 2 Department of Computer Science McMaster University naqvis7@mcmaster.ca Week of Feb 8, 2016 Traditional Specific Battery Usage Test

2 Outline Traditional Specific Battery Usage Traditional Specific Battery Usage Test

3 Emulator Emulates real mobile device software, hardware and OS Simulator Simulates internal behavior but does not emulate hardware Traditional Specific Battery Usage Test

4 Traditional Product Focused Used to find bugs Process Focused Protect software from bugs Traditional Specific Battery Usage Test

5 Traditional Traditional Specific Battery Usage Test

6 Traditional Traditional Specific Battery Usage Test

7 Traditional Process Focused, languages, tools, guidelines, standards Product Focused Static Dynamic White box Black box Traditional Specific Battery Usage Test

8 Traditional White Box Statement coverage Branch coverage Decision coverage Control Flow Data flow Black Box Boundary values Decision Table Equivalence class partitioning Traditional Specific Battery Usage Test

9 Specific Functional Usability Accesibility Traditional Specific Battery Usage Test

10 Functional Execute test cases Test if features and requirements have been correctly implemented Test acceptance criteria Test all functions Traditional Specific Battery Usage Test

11 Usability Less is more Avoid useless navigation, text/words Self explanatory Clear and understandable elements Pay attention to patterns Check compliance with design pattern Allow mistakes User friendly error messages, phrase messages according to target customer, allow user to correct errors Traditional Specific Battery Usage Test

12 Usability Check the wording Easy wording, free of typos, text size in different languages Check consistency Same look and feel in all views, platforms, corporate identity guidelines Write it down Note down differences, screen capture, categorize bugs Traditional Specific Battery Usage Test

13 Accesibility Visual Impairment Make elements available for screen readers Adjustable font size Allow changing color contrasts Voice recognition Auditory Impairment Vibrations or visual notifications Subtitles for video content Volume control Mono audio Physical Impairment Use voice recognition Processing speed Traditional Specific Battery Usage Test

14 Accesibility Cognitive Impairment Provide easy interface Screen readers, text highlighting Auto text feature Accesibility guidelines Available for Android and ios Traditional Specific Battery Usage Test

15 Battery Usage Fully Charged Battery Foreground Background Proxy tools to check requests to back end systems Low Battery 10% to 15% battery left Completely empty battery Traditional Specific Battery Usage Test

16 Battery Usage Battery Consumption Traditional Specific Battery Usage Test

17 Battery Usage Battery Consumption Traditional Specific Battery Usage Test

18 Manual trigger notifications Automatic Generates events like touch, click, screen rotation, swipe Example: Monkey tool for android Traditional Specific Battery Usage Test

19 Performance Areas Server data networks Device and s Traditional Specific Battery Usage Test

20 Measure launch time Check for delays during user interactions Measure content loading time Test on different hardware Compare live app version with the new candidate version Profiling tools to measure operation time of the code Traditional Specific Battery Usage Test

21 Standby Put app into standby mode Check UI refreshes Check data consistency Absence of internet connection Traditional Specific Battery Usage Test

22 Installation Verify installation on local storage or memory card Check installation with different internet connections Change connection during installation Switch to other Switch internet off Install with less memory remaining Uninstall Traditional Specific Battery Usage Test

23 Update Logged in user should not be logged out after update Existing app data should not be modified Traditional Specific Battery Usage Test

24 Database Validation Integration Performance Procedure and Function Trigger CRUD operation Integration with UI Security Traditional Specific Battery Usage Test

25 Local Storage When storage is full When local storage is full but extended has some space When local has some space but extended is full When both are full When local is nearly full Move app to extended storage When local storage is empty Traditional Specific Battery Usage Test

26 Security Common app security problems Cache storage Unintended local storage Encryption Client side validation Un encrypted communication Unnecessary app permissions Traditional Specific Battery Usage Test

27 Security Security requirement analysis Identify user roles and permissions Impact of user role on back end system Security approaches and tools Traditional Specific Battery Usage Test

28 Platform Guideline Keep platform specific guidelines in mind Include guidelines in design phase Android guidelines Apple ios design guidelines Apple ios approval guidelines Traditional Specific Battery Usage Test

29 Conformance European Telecommunication Standards Institute World Wide Web Consortium Institute of Electrical and Electronics Engineering Traditional Specific Battery Usage Test

30 Bugs Bug ID Bad: 123 Good: AppXYZ-123 Description Bad: App crashed, blank screen Good: Error code 542 on detail message view, Time out when sending a search request Steps to reproduce Bad: I tried to execute a search Good: Start the app and enter into search input field. Press search button and you will see error code 783 Traditional Specific Battery Usage Test

31 Bugs Expected result Bad: It should work, It shouldnt have crashed Good: expected to see search results with maximum 20 entries Actual result Bad: It didnt work Good: The search result page was empty Work-around Bad: I found a work around Good: search results are visible if the device is in landscape mode Traditional Specific Battery Usage Test

32 Bugs Reproducible Bad: Sometimes Good: occurs two out of ten times Operating system, platform, device Bad: Android Good: Android, Version Google Nexus 4 Device specific information Bad: No information Good: Battery state=15%, GPS was activated Traditional Specific Battery Usage Test

33 Bugs Browser version Bad: Google Chrome Good: Google Chrome version Software build version Bad: No information Good: App build version Network condition and environment Bad: Happened while walking Good: Connected to 3G while walking through a place surrounded with buildings Traditional Specific Battery Usage Test

34 Bugs Language Bad: No information Good: German Language Test data Bad: No information Good: Find attached SQL script Severity Bad: No information Good: Critical Traditional Specific Battery Usage Test

35 Bugs Bug category Bad: No information Good: UI, Performance Screenshot or video Bad: Screenshot1 Good: 01SearchResultPage Log files Bad: No information Good: Attached, with full stack trace Tester information Bad: No information Good: Name. Traditional Specific Battery Usage Test

36 Pyramid Traditional Specific Battery Usage Test

37 Pyramid Traditional Specific Battery Usage Test

38 Flipped Pyramid Traditional Specific Battery Usage Test

39 Flipped Pyramid Traditional Specific Battery Usage Test

40 Test Pyramid Traditional Specific Battery Usage Test

41 Test Pyramid Traditional Specific Battery Usage Test

42 Image recognition Embed screenshots into script Example: eggplant, RoutineBot Coordinate based recognition Rely on predefines coordinates to interact with UI elements Examples: MonkeyTalk, Perfecto OCR/text recognition To determine if text is present on screen Examples: eggplant, MonkeyTalk Traditional Specific Battery Usage Test

43 Native object recognition Accesses UI elements using CSS or object ID of elements Examples: Appium, Calabash Capture and replay Captures activity, replays it to test Traditional Specific Battery Usage Test

44 Business critical parts User workflows and scenarios Complex app scenarios Sequences that need repetition Acceptance criteria Automate if economically reasonable! Traditional Specific Battery Usage Test

45 Support for different app types platforms Recognition technology Tests on real device, simulator, emulator Test execution time UI and control elements Gesture support Language tests Open source or closed source Cross platform tests Traditional Specific Battery Usage Test

46 Crowd Cloud Traditional Specific Battery Usage Test

47 Crowd Crowd outsourcing Diverse backgrounds: geographically and technically Progress of the crowd testers is made visible to the client Traditional Specific Battery Usage Test

48 Crowd Process Briefing between crowd provider and client Crowd provider selects crowd based on client requirements Crowd tests the software Testers file reports Provider ensures quality of report Provider writes final test report at the end of the test cycle Report is presented to client Traditional Specific Battery Usage Test

49 Pros Testers with different demographic background and skill sets Different mobile devices App tested in real world conditions by real users Provider filters and categorizes bugs Traditional Specific Battery Usage Test

50 Cons Testers are generally not experts Reports may be of low quality Access to back end systems may be limited due to privacy issues Time taking process Reproducing bugs can be difficult Testers may keep using the app after cycle has ended Traditional Specific Battery Usage Test

51 Cloud Wide range of devices with different hardware and software available on the cloud The cloud uses a dynamic, shared and virtual IT infrastructure The cloud provides on demand self service Priced according to consumption Traditional Specific Battery Usage Test

52 Cloud Types Functional Load Device Cross Browser Traditional Specific Battery Usage Test

53 Pros Easy access to physical devices Easy access to emulators and simulators Fast and easy setup of mobile devices Accessibility from anywhere in the world Lower costs No maintenance cost Traditional Specific Battery Usage Test

54 Cons Less control over devices Network issues Security and privacy issues. Delete app after session complete. Sensors and interfaces cannot be tested No physical contact with the device Traditional Specific Battery Usage Test

55 usability, accessibility and functional Bug reporting Test automation methods Traditional Specific Battery Usage Test

56 References I Appendix References Daniel Knott Hands-On.

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

Perfecto Mobile. Deep testing on market devices and quick verification on as many market devices as possible

Perfecto Mobile. Deep testing on market devices and quick verification on as many market devices as possible October 25, 2013 Perfecto Mobile How to Build an Enterprise Grade Mobile Testing Strategy Presented by Carlo Cadet, Director Product Marketing carloc@perfectomobile.com, http://www.perfectomobile.com,

More information

1) What is the difference between Mobile device testing and mobile application testing?

1) What is the difference between Mobile device testing and mobile application testing? 1) What is the difference between Mobile device testing and mobile application testing? Ans. Mobile device testing means testing the mobile device and mobile application testing means testing of mobile

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

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

App & Web User s Manual. For Students

App & Web User s Manual. For Students App & Web User s Manual For Students UCheck Plus App & Web User s Manual [For Students] Version 1.00 First Edition (2016.02.23) Address Room #609, 285, Digital-ro, Guro-gu, Seoul, Republic of Korea Tel

More information

Copyright

Copyright 1 2 How to Start Testing a Mobile Page Find and divide page into components/modules Create a list/table of modules/testing types/ testing Create a variety of variables and conditions within each module

More information

DefDroid: Towards a More Defensive Mobile OS Against Disruptive App Behavior

DefDroid: Towards a More Defensive Mobile OS Against Disruptive App Behavior http://defdroid.org DefDroid: Towards a More Defensive Mobile OS Against Disruptive App Behavior Peng (Ryan) Huang, Tianyin Xu, Xinxin Jin, Yuanyuan Zhou UC San Diego Growing number of (novice) app developers

More information

VMware vrealize Code Stream 6.2 VPAT

VMware vrealize Code Stream 6.2 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Code Stream 6.2 VPAT June 2015 Since the VPAT must be comprehensive, all Section

More information

Salesforce1 - ios App (Phone)

Salesforce1 - ios App (Phone) Salesforce1 - ios App (Phone) Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that helps officials and decision-makers to evaluate Salesforce1

More information

VMware vrealize Code Stream 1.0 VPAT

VMware vrealize Code Stream 1.0 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware vrealize Code Stream 1.0 VPAT June 2015 Since the VPAT must be comprehensive, all Section

More information

VMware AirWatch 8 VPAT

VMware AirWatch 8 VPAT VMware, Inc. 3401 Hillview Avenue Palo Alto, CA 94304 (877) 486-9273 main (650) 427-5001 fax www.vmware.com VMware AirWatch 8 VPAT May 2015 Since the VPAT must be comprehensive, all Section 508 issues

More information

User s Guide. Attainment s. GTN v4.11

User s Guide. Attainment s. GTN v4.11 Attainment s User s Guide A printable PDF of this user guide is available from the Attainment Company website: https://www.attainmentcompany.com/gotalk-now Contents 1 Getting Started with GoTalk NOW 1

More information

Android User Guide. User Guide 2.3

Android User Guide. User Guide 2.3 Android 2.3 THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS WITHOUT ANY EXPRESS REPRESENTATIONS OF WARRANTIES. IN ADDITION, INFRAGISTCS, INC. DISCLAIMS ALL IMPLIED REPRESENTATIONS AND WARRANTIES,

More information

Web accessibility evaluation tools. Paweł Konkol Cracow University of Economics

Web accessibility evaluation tools. Paweł Konkol Cracow University of Economics Web accessibility evaluation tools Paweł Konkol Cracow University of Economics Web accessibility standards in Polish state regulations Selection of Web accessibility evaluation tools Result of the comparison

More information

IdeaTab A1000L-F. User Guide V1.0. Please read the Important safety and handling information in the supplied manuals before use.

IdeaTab A1000L-F. User Guide V1.0. Please read the Important safety and handling information in the supplied manuals before use. IdeaTab A1000L - UserGuide IdeaTab A1000L-F User Guide V1.0 Please read the Important safety and handling information in the supplied manuals before use. file:///c /Users/xieqy1/Desktop/EN UG/index.html[2013/8/14

More information

Copyright

Copyright Copyright NataliaS@portnov.com 1 APP RISK ANALYSIS What about Functional Testing What Does it do? Does the app perform the designed tasks? Does the app perform non-designed tasks? Is prevention of actions

More information

Copyright

Copyright 1 SECURITY TEST Data flow -- Can you establish an audit trail for data, what goes where, is data in transit protected, and who has access to it? Data storage -- Where is data stored, and is it encrypted?

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

Press Input to open the on screen input menu. Then tap on any input to select it.

Press Input to open the on screen input menu. Then tap on any input to select it. Power LED Remote IR Sensor PC Home Screen USB Ports Not Used Power Input Exit Home Settings Vol. - Vol. + Screen Press Input to open the on screen input menu. Then tap on any input to select it. Page #:

More information

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE

Deploying VMware Workspace ONE Intelligent Hub. October 2018 VMware Workspace ONE Deploying VMware Workspace ONE Intelligent Hub October 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Manual Testing. Software Development Life Cycle. Verification. Mobile Testing

Manual Testing.  Software Development Life Cycle. Verification. Mobile Testing 10 Weeks (Weekday Batches) or 12 Weekends (Weekend batches) To become a Professional Software Tester To enable the students to become Employable Manual Testing Fundamental of Testing What is software testing?

More information

VPAT for Apple ibooks 2

VPAT for Apple ibooks 2 VPAT for Apple ibooks 2 The following Voluntary Product Accessibility information refers to the Apple ibooks version 2 running on ios 5. For more information on the accessibility features of this product

More information

Sophos Mobile Control Technical guide

Sophos Mobile Control Technical guide Sophos Mobile Control Technical guide Product version: 1.1 Document date: July 2011 Contents 1. About Sophos Mobile Control... 3 2. Integration... 4 3. Architecture... 6 4. Workflow... 12 5. Directory

More information

User Guide pdoc Signer for Apple ipad

User Guide pdoc Signer for Apple ipad User Guide pdoc Signer for Apple ipad Version 1.4 July 18, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Secure Messaging Plus Website. User s Guide

Secure Messaging Plus Website. User s Guide Secure Messaging Plus Website User s Guide While every attempt is made to ensure both accuracy and completeness of information included in this document, errors can occur, and updates or improvements may

More information

Salesforce1 - ios App (Phone)

Salesforce1 - ios App (Phone) Salesforce1 - ios App (Phone) Web Content Accessibility Guidelines 2.0 Level A and AA Voluntary Product Accessibility Template (VPAT) This Voluntary Product Accessibility Template, or VPAT, is a tool that

More information

Team Manatee Group Heuristic Evaluation

Team Manatee Group Heuristic Evaluation Team Manatee Group Heuristic Evaluation by Andy Barry, Greg Marra, Brad Powers, Will Yarak. Identified Issues Team Manatee's prototype performs well in the given scenarios but still has a number of major

More information

Master Every Stage of Your Mobile App Lifecycle: Micro Focus Mobile Center. Brochure. Application Development, Test & Delivery

Master Every Stage of Your Mobile App Lifecycle: Micro Focus Mobile Center. Brochure. Application Development, Test & Delivery Master Every Stage of Your Mobile App Lifecycle: Micro Focus Mobile Center Brochure Application Development, Test & Delivery Brochure Master Every Stage of Your Mobile App Lifecycle: Center Master the

More information

What can you already use today? Brief history of Web Accessibility. What s coming up in WCAG 2.1?

What can you already use today? Brief history of Web Accessibility. What s coming up in WCAG 2.1? 01 02 03 Brief history of Web Accessibility What s coming up in WCAG 2.1? What can you already use today? Note: these are the supplementary slides for a screencast which can be found on Media Exchange

More information

SeeTest Quality Assurance Platform SeeTestAutomation

SeeTest Quality Assurance Platform SeeTestAutomation SeeTest Quality Assurance Platform SeeTestAutomation 1 Mobile Test Automation Tool: Run the same test on different mobile devices and operating systems Fully integrates into any testing & continuous integration

More information

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System HIRING MANAGER S JOB SITE USER S GUIDE Fitchburg State University Hiring System TABLE OF CONTENTS INTRODUCTION... 3 GETTING STARTED... 5 CREATING A POSTING.7 Creating Posting from Position Type... 7 Posting

More information

PRACTICE-LABS User Guide

PRACTICE-LABS User Guide PRACTICE-LABS User Guide System requirements Microsoft Windows XP Sp2/Vista/7/8/2003/2008 Linux Redhat, Fedora, SuSE, Ubuntu Apple Mac OS X Minimum of 512Mb Ram (depending on OS) Minimum processor speed

More information

Copyright

Copyright 1 Overview: Mobile APPS Categories Types Distribution/Installation/Logs Mobile Test Industry Standards Remote Device Access (RDA) Emulators Simulators Troubleshooting Guide App Risk Analysis 2 Mobile APPS:

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony Fabric Integration Service Admin Console User Guide On-Premises Release V8 SP1 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the

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

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

The Google Maps app for iphone and ipad makes navigating your world faster and easier. Voice-guided GPS navigation for driving, biking, and walking

The Google Maps app for iphone and ipad makes navigating your world faster and easier. Voice-guided GPS navigation for driving, biking, and walking Google Maps Earth App For Iphone 4 Voice Navigation Try these quick fixes to improve voice-guided navigation in the Google Maps app. Can't hear voice navigation? Here are a couple tips if you're using

More information

Copyright

Copyright 1 top considerations for creating a release CHECK LIST for mobile app testing Application Installation/Update Application Sign Up & Log in Mobile interruptions Battery Consumption Mobile memory utilization

More information

Live Webinar: Elevating Customer Experience with a Mobile QA Strategy That Works

Live Webinar: Elevating Customer Experience with a Mobile QA Strategy That Works Live Webinar: Elevating Customer Experience with a Mobile QA Strategy That Works Today s Speakers Guido Lubinski QA Principal Manager Kumaresan Narayanaswamy Head, Test Automation CoE Tal Barmeir CEO 2

More information

Implementing Games User Research Processes Throughout Development: Beyond Playtesting

Implementing Games User Research Processes Throughout Development: Beyond Playtesting Implementing Games User Research Processes Throughout Development: Beyond Playtesting Graham McAllister Founder, Player Research @grmcall Introduction Founder - Player Research, a User Research studio

More information

NotifyMDM Device Application User Guide Installation and Configuration for Android

NotifyMDM Device Application User Guide Installation and Configuration for Android NotifyMDM Device Application User Guide Installation and Configuration for Android NotifyMDM for Android, Version 3.x NotifyMDM for Android 1 Table of Contents NotifyMDM for Android 3 Installation Instructions

More information

Cabbie s Mate ios iphone-ipad Apps trouble shooting and Previously Asked Questions INDEX

Cabbie s Mate ios iphone-ipad Apps trouble shooting and Previously Asked Questions INDEX Cabbie s Mate ios iphone-ipad Apps trouble shooting and Previously Asked Questions This was page updated on 21 st December 2017 INDEX 1. I already have the 2012-13 and/or 2013-14 Cabbie s Mate apps, will

More information

USER GUIDE DX100 Digital Audio Player by ibasso

USER GUIDE DX100 Digital Audio Player by ibasso USER GUIDE DX100 Digital Audio Player by ibasso This manual is composed of two parts, the first of which will specifically address the features and operation of the ibasso Music Player while the second

More information

Battery Power Saving Tips

Battery Power Saving Tips Battery Power Saving Tips ios Android Page 1 Table of Contents Page No 1. IOS BATTERY LIFE HINTS & TIPS... 03 I. VIEW BATTERY USAGE INFORMATION. 03 II. DUPLICATE ACTIVESYNC CONFIGURATIONS. 04 III. IOS

More information

Full file at

Full file at Matching Terms 1. e 2. g 3. i 4. f 5. b 6. c 7. a 8. h 9. l 10. j 11. d 12. k Short Answer Web Design, Third Edition End of Chapter Solutions CHAPTER TWO WEB PUBLISHING FUNDAMENTALS Instructions: Write

More information

WELCOME Mobile Applications Testing. Copyright

WELCOME Mobile Applications Testing. Copyright WELCOME Mobile Applications Testing Copyright NataliaS@portnov.com 1 CyanogenMod and Lineage OS Latest Version for all devices Marshmallow offers a number of useful features that CM and Lineage leverages,

More information

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template

Teamcenter Voluntary Product Accessibility Template. Summary Table Voluntary Product Accessibility Template Date: 26-Jun-2015 Name of Product and Release: Teamcenter 11.2.x Contact for more Information: Kiran Hegde [kiran.hegde@siemens.com] Section 508 VPAT Template Version: Version 1.6 This document is for

More information

SAS Report Viewer 8.3 Documentation

SAS Report Viewer 8.3 Documentation SAS Report Viewer 8.3 Documentation About SAS Report Viewer Introduction to SAS Report Viewer SAS Report Viewer (the report viewer) enables users who are not report designers to view a report using a web

More information

IdeaTab S6000. User Guide V1.0. Please read the safety precautions and important notes in the supplied manual before use.

IdeaTab S6000. User Guide V1.0. Please read the safety precautions and important notes in the supplied manual before use. IdeaTab S6000 User Guide V1.0 Please read the safety precautions and important notes in the supplied manual before use. Chapter 01 IdeaTab S6000 Overview *Specific models only 1-1 IdeaTab Appearance 1-2

More information

i OS iphone and ipad Part 1

i OS iphone and ipad Part 1 i OS iphone and ipad 2019 - Part 1 iphone Overview Diagram - iphone 6 or later. iphone X or later has no Home button Lock Screen - when phone is on but asleep ipad Overview Lock Screen After first Home

More information

DEVELOPING APPS FOR. Note: This ebook relies on and uses information from the Google Glass Developers site.

DEVELOPING APPS FOR. Note: This ebook relies on and uses information from the Google Glass Developers site. DEVELOPING APPS FOR Note: This ebook relies on and uses information from the Google Glass Developers site. Table of Contents GLASS What is Google Glass? 3 Technology Basics.... 3 Design for Google Glass

More information

Global Voice Recognition Market for Smartphones

Global Voice Recognition Market for Smartphones Global Voice Recognition Market for Smartphones 2015-2019 Global Voice Recognition Market for Smartphones 2015-2019 Sector Publishing Intelligence Limited (SPi) has been marketing business and market research

More information

Handshake Accessibility Overview

Handshake Accessibility Overview Handshake Accessibility Overview Handshake takes accessibility seriously. This document provides an overview of our commitment to making Handshake accessible to every user. Handshake takes the following

More information

Comodo IT and Security Manager Software Version 6.6

Comodo IT and Security Manager Software Version 6.6 Comodo IT and Security Manager Software Version 6.6 End User Guide Guide Version 6.6.053117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

Topics in Usability Testing

Topics in Usability Testing Topics in Usability Testing Software Usability Eventually a person will interact with a software system. Software usability is how: appropriate functional effective that interaction is. Ergonomics is the

More information

Agylia Mobile Learning App Feature Summary

Agylia Mobile Learning App Feature Summary Agylia Mobile Learning App Feature Summary Version 12 Agylia Mobile Learning App Available Not Yet Available Optional General Content platforms supported Native device user experience Native Apps Offline

More information

User Interfaces for Web Sites and Mobile Devices. System and Networks

User Interfaces for Web Sites and Mobile Devices. System and Networks User Interfaces for Web Sites and Mobile Devices System and Networks Computer Systems and Networks: Device-Aware Interfaces Interfaces must take into account physical constraints of computers and networks:

More information

Maja Schreiner. 9th Lean, Agile & Scrum Conference 2017

Maja Schreiner. 9th Lean, Agile & Scrum Conference 2017 Maja Schreiner 9th Lean, Agile & Scrum Conference 2017 Senior Test Master @ Swisscom, Switzerland maja.schreiner@gmail.com testmotion.wordpress.com Twitter: majaschreiner process of executing many different

More information

Chrome and IE comparisons

Chrome and IE comparisons Last updated September 16, 2016 Copyright Copyright ezdi, Inc 2016 All Rights Reserved All rights reserved. No part of this manual may be photocopied or reproduced in any form without written permission

More information

Release Notes. FW Version Localization

Release Notes. FW Version Localization Localization WW March 04, 2019 Firmware: 5.20.346 (March 04, 2019) Implemented: New Reading program 1. Improved reading experience thanks to the new PocketBook Reader application. This new embedded application

More information

9 th CA 2E/CA Plex Worldwide Developer Conference 1

9 th CA 2E/CA Plex Worldwide Developer Conference 1 1 Introduction/Welcome Message Organizations that are making major changes to or replatforming an application need to dedicate considerable resources ot the QA effort. In this session we will show best

More information

by AssistiveWare Quick Start

by AssistiveWare Quick Start Pictello - Visual Stories for Everyone by AssistiveWare Quick Start Pictello is a simple way to create talking photo albums and talking books. Each page in a Pictello Story can include a picture or short

More information

Applying for Jobs Online

Applying for Jobs Online Applying for Jobs Online Hi, I m Sarah. I m here to show you how to apply for a job using an online application form. Most jobs now require you to fill out an application on the Internet. In this course

More information

X1 Augmented Reality SmartGlasses Developer Guide

X1 Augmented Reality SmartGlasses Developer Guide X1 Smart Glasses Spec Sheet Ruggedized Military Technology for the Commercial World X1 Augmented Reality SmartGlasses Developer Guide Index 1. ThirdEye X1 Product and Software Overview 1.1 Android Platform

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

Registering a Card and Creating an Account on

Registering a Card and Creating an Account on Installing MyCardRules The MyCardRules App is available for both iphones and Android phones. To install MyCardRules: 1. Search for the app in the App Store or on Google Play. 2. Follow the instructions

More information

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 /

MDM Server 5.26 Release Highlights. 7P Mobile Device Management. Rel: 1.0 / MDM Server 5.26 Release Highlights 7P Mobile Device Management Rel: 1.0 /2017-10-08 Doc.Nr.: RB.52600.V1.0EN Content 1 GENERAL... 3 1 General The following sections provide a brief overview of all new

More information

DESIGN TRANSFORMATIONAL IPAD APPS

DESIGN TRANSFORMATIONAL IPAD APPS DESIGN TRANSFORMATIONAL IPAD APPS Thank you for participating in a workshop at MicroStrategy World 2019. If you missed or did not finish an exercise and want to complete it after the conference, use this

More information

1. Introduction P Package Contents 1.

1. Introduction P Package Contents 1. 1 Contents 1. Introduction ------------------------------------------------------------------------------- P. 3-5 1.1 Package Contents 1.2 Tablet Overview 2. Using the Tablet for the first time ---------------------------------------------------

More information

Checklist for Testing of Web Application

Checklist for Testing of Web Application Checklist for Testing of Web Application Web Testing in simple terms is checking your web application for potential bugs before its made live or before code is moved into the production environment. During

More information

Is Your App ready for Android P?

Is Your App ready for Android P? Is Your App ready for Android P? Android P: The biggest OS update of 2018 Google has introduced a new mobile OS update Android P focusing mainly on 3 important aspects - Intelligence, Simplicity and Digital

More information

Lenovo TAB A User Guide V1.0. Please read the safety precautions and important notes in the supplied manual before use.

Lenovo TAB A User Guide V1.0. Please read the safety precautions and important notes in the supplied manual before use. Lenovo TAB A10-70 User Guide V1.0 Please read the safety precautions and important notes in the supplied manual before use. Chapter 01 Lenovo TAB A10-70 Overview 1-1 Appearance 1-2 Buttons 1-3 Turning

More information

ACCESSIBLE DESIGN THEMES

ACCESSIBLE DESIGN THEMES WCAG GUIDELINES The Web Content Accessibility Guidelines (WCAG) has been made to guide the Web Content Developers and the Authoring Tools Developers in order to make the Web Content more accessible to

More information

Payment Solutions MyCardRules. MyCardRules Mobile App. User Guide. Release 3.1

Payment Solutions MyCardRules. MyCardRules Mobile App. User Guide. Release 3.1 Payment Solutions November 27, 2017 Installing MyCardRules... 2 Registering a Card and Creating an Account on MyCardRules... 2 Logging In to MyCardRules... 2 Registering a Card... 3 Creating an Account...

More information

Android App Development for Beginners

Android App Development for Beginners Description Android App Development for Beginners DEVELOP ANDROID APPLICATIONS Learning basics skills and all you need to know to make successful Android Apps. This course is designed for students who

More information

Installation Guide - Windows

Installation Guide - Windows Kony Visualizer Enterprise Installation Guide - Windows Release V8 SP3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version

More information

Web Content Accessibility Guidelines (WCAG) Whitepaper

Web Content Accessibility Guidelines (WCAG) Whitepaper Web Content Accessibility Guidelines (WCAG) Whitepaper Table of Contents WCAG Overview Abstract This whitepaper is written to give you an understanding of the various principles and compliances of Web

More information

Mica Lodge Internet Cheat Sheet

Mica Lodge Internet Cheat Sheet Mica Lodge Internet Cheat Sheet Internet communications and telephone services are provided through satellite connection at Mica. On arrival at the lodge you will be provided with an internet account which

More information

Software Development for Mobile Devices

Software Development for Mobile Devices Software Development for Mobile Devices Operating System Diversity Many Operating Systems Google Android Apple ios Microsoft Windows Phone Nokia Symbian Linux RIM BlackBerry OS HP/Palm WebOS BREW Differences

More information

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Lenovo A5500. User Guide V1.0. Please read the safety precautions and important notes in the supplied manual before use.

Lenovo A5500. User Guide V1.0. Please read the safety precautions and important notes in the supplied manual before use. Lenovo A5500 User Guide V1.0 Please read the safety precautions and important notes in the supplied manual before use. Chapter 01 Lenovo A5500 Overview 1-1 Appearance 1-2 Buttons 1-3 Activating/Deactivating

More information

Web Services for Geospatial Mobile AR

Web Services for Geospatial Mobile AR Web Services for Geospatial Mobile AR Introduction Christine Perey PEREY Research & Consulting cperey@perey.com Many popular mobile applications already use the smartphone s built-in sensors and receivers

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template Introduction A Voluntary Product Accessibility Template (VPAT) is a document that describes the compliance of a website or web application with the accessibility

More information

Mobile Testing Survival Knowledge Part IV. Created by Ivette Doss

Mobile Testing Survival Knowledge Part IV. Created by Ivette Doss Mobile Testing Survival Knowledge Part IV Created by Ivette Doss 1 Objectives Today: Specific of Mobile Testing: Android SDK daily testing activities (screenshots and logs) Emulator/Simulator RDA Services

More information

REVEL 3.0 Android/Magnification Accessibility Documentation for Students REVEL 3.0

REVEL 3.0 Android/Magnification Accessibility Documentation for Students REVEL 3.0 REVEL 3.0 Android/Magnification Accessibility Documentation for Students REVEL 3.0 Email: info@barrierbreak.com Page 1 of 8 Contents REVEL 3.0 Android/Magnification Accessibility Documentation for Students...

More information

PRACTICE-LABS User Guide

PRACTICE-LABS User Guide PRACTICE-LABS User Guide System requirements Microsoft Windows XP Sp2/Vista/7/8/2003/2008 Linux Redhat, Fedora, SuSE, Ubuntu Apple Mac OS X Minimum of 512Mb Ram (depending on OS) Minimum processor speed

More information

Android Oreo. New features guide

Android Oreo. New features guide Android 8.1 - Oreo About this manual To ensure correct usage of the device, please read this manual carefully before using it. This manual is an introduction to the new features included in the latest

More information

2017 NMUG CLASSES MANAGING THE IPHONE AND IPAD IN IOS 10

2017 NMUG CLASSES MANAGING THE IPHONE AND IPAD IN IOS 10 2017 NMUG CLASSES MANAGING THE IPHONE AND IPAD IN IOS 10 1 iphone Overview Your Apple ID is the account you use for just about everything you do with Apple. If you already have an Apple ID use it when

More information

Adobe Campaign (15.12) Voluntary Product Accessibility Template

Adobe Campaign (15.12) Voluntary Product Accessibility Template Adobe Campaign 6.1.1 (15.12) Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

User Guide. mpos Readers RP350x & RP457c Mobile Payment Acceptance User Guide for Android

User Guide. mpos Readers RP350x & RP457c Mobile Payment Acceptance User Guide for Android mpos Readers RP350x & RP457c Mobile Payment Acceptance User Guide for Android Disclosure Statements Confidential Notice The information contained herein is the property of Total System Services, Inc. (TSYS

More information

Mobile Access Guide SuccessMaker 9

Mobile Access Guide SuccessMaker 9 Document last updated February 10, 2017 Copyright 2017 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks,

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

Lab - Working with Android

Lab - Working with Android Introduction In this lab, you will place apps and widgets on the home screen and move them between different screens. You will also create folders. Finally, you will install and uninstall apps from the

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

EPiServer s Compliance to WCAG and ATAG

EPiServer s Compliance to WCAG and ATAG EPiServer s Compliance to WCAG and ATAG An evaluation of EPiServer s compliance to the current WCAG and ATAG guidelines elaborated by the World Wide Web Consortium s (W3C) Web Accessibility Initiative

More information

Voluntary Product Accessibility Template PowerBroker for Mac

Voluntary Product Accessibility Template PowerBroker for Mac Voluntary Product Accessibility Template PowerBroker for Mac The VPAT (Voluntary Product Accessibility Template) product is a tool developed by ITIC (Information Technology Industry Council) and government

More information

Revision August 2016

Revision August 2016 Revision 1.1.4 August 2016 Contents Introduction...3 What's New...4 Managing Recordings...6 The Recorder View...7 Sharing...10 Notifications...12 Home Screen Widget...13 Tablet Support...14 Settings...15

More information

PDF Expert for ipad User guide

PDF Expert for ipad User guide PDF Expert for ipad User guide 2011 Readdle Inc. 2 Contents Introduction Chapter 1: Copying documents to PDF Expert USB file transfer using itunes File Sharing Saving attachments from Mail and other ipad

More information