Risks & Trust. A different view on testing Erik Boelen

Size: px
Start display at page:

Download "Risks & Trust. A different view on testing Erik Boelen"

Transcription

1 Risks & Trust A different view on testing Erik Boelen

2 Risks & Trust Objectives

3 Objectives Why do we test? What is all this commotion about risks? What is testing then for real? How do we place these ideas in the modern world? I will try to show you that testing is about common sense!

4 NO RISK NO TEST NO TEST NO TRUST

5 Risks & Trust Why do we test? And who is involved?

6 Why do we test?

7 Scarlet Trio Why do we test?

8 KBC Online Why do we test?

9 Euroclear Why do we test?

10 European Commission Why do we test?

11 Developers Analysts Business owners Clients Marketing Operational people System testers Who is involved in this project?

12 Developers Analysts Business owners Clients Marketing Operational people System testers Who are the testers in this project?

13 How do they each test in this project? Developers Build code Test code for errors Test from a coding point of view Does my code give errors when I run it? Analysts Write specifications documents Test from a specifications point of view Did the developer do what I expect him to do?

14 How do they each test in this project? Business owners Decide on business requirements Test from a business point of view Is this a marketable product? Clients Are represented by business owners Test from a client point of view Can I use this product? Does it do what I expect it to do?

15 How do they each test in this project? Marketing Test from a marketing point of view Are all our marketing rules OK for this application? Operational people Test from an operational point of view Does this application fit in our monitoring tools? What happens if the application crashes? Is there an automatic restart?

16 System Testers How do they each test in this project? Test from a system point of view Does this application perform the functions as speficied in the requirements? Can this application handle the required amount of concurrent users? Does the system fit in the existing system architecture?...

17 Risks & Trust How to organise your testing?

18 How do you handle these roles in testing? Possibility 1 Let s bring them all together when the product is finished Show the product and have them test all at once Possibility 2 Get things organised in an effective way Which one would you choose?

19 Step 1 - The V-Model Business owners Clients Marketing Operational people System testers Analysts Developers How to prevent testing from becoming a bottleneck in your project?

20 Step 2 Context driven How do we adapt the V-Model principles in our context? Can be translated to More on this with the part of the challenges in the modern world

21 Step 3 Determine your test approach What kind of testing do we need? How much of this testing do we need? What kind of test techniques will we use? Who will perform these tests? When will we perform these tests? RISK

22 Risks & Trust Risks and the test approach

23 What is a risk? A risk is something that can become a problem, because of the change that the project is doing

24 What is all this commotion about risk? NO RISK NO TEST

25 Our first project together! Replacing the flaps of an airplane wing No functional impact What to test? Unit testing Unit integration testing System testing System integration testing User acceptance testing Operational acceptance testing

26 Documents? User requirements? Risks? Own experience? Intuition? What did we base ourselves on? Do we need some more information in order to set up our tests? If yes? What kind of information? If no? What are our following activities in testing?...or did we miss something in this story?

27 Option 1 The real requirements Replacing the flaps of an airplane wing No functional impact Unit testing Unit integration testing System testing System integration testing User acceptance testing Operational acceptance testing

28 Option 1 The real requirements Replacing the flaps of an airplane wing No functional impact User acceptance testing

29 Option 2 The real requirements Replacing the flaps of an airplane wing No functional impact Unit testing Unit integration testing System testing System integration testing User acceptance testing Operational acceptance testing

30 Option 2 The real requirements Replacing the flaps of an airplane wing No functional impact System integration testing User acceptance testing

31 Option 3 The real requirements Replacing the flaps of an airplane wing No functional impact Unit testing Unit integration testing System testing System integration testing User acceptance testing Operational acceptance testing

32 Option 3 The real requirements Replacing the flaps of an airplane wing No functional impact Extensive testing Unit testing Unit integration testing System testing System integration testing User acceptance testing Operational acceptance testing

33 Difference? What is the difference between option 1,2 and 3?

34 Difference? What is the difference between option 1,2 and 3? RISK

35 Our second project together! Upgrading the database to a higher version No functional impact What to test? Unit testing Unit integration testing System testing System integration testing User acceptance testing Operational acceptance testing

36 Our second project together! Upgrading the database to a higher version What to test? No functional impact RISK Unit testing Unit integration testing System testing System integration testing User acceptance testing Operational acceptance testing

37 Step 3 Determine your test approach What kind of testing do we need? How much of this testing do we need? What kind of test techniques will we use? Who will perform these tests? When will we perform these tests? We have to make a good assessment of our risks in our context and adapt our approach to this This is where your testing really starts!

38 What is the nicest part about risks? Risks keep on changing so we need to anticipate Luckily we are used to anticipating in real life!

39 Let s play some poker

40 What do we do? The Flop

41 The Flop What do we do? Based on the given situation we check whether we want to change cards

42 What do we do? The Turn

43 The Turn What do we do? Based on the given situation we check whether we want to change cards

44 The River Our cards are adapted as much as possible according to the situation

45 Conclusion on risks Testing makes sense but testing based on risks makes even more sense

46 Risks & Trust What is testing?

47 Software Testing What is testing then for real? Testing is the process consisting all life cycle activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and to detect defects Risk Based Testing An approach to testing to reduce the level of product risks and inform stakeholders of their status, starting in the initial stages of a project. It involves the identification of product risks and the use of risk levels to guide the test process. ISTQB Glossary of Software Testing

48 What is testing then for real? Evaluation of software products Satisfy requirements Fit for purpose Defect detection Reduce the level of product risks NO TEST NO TRUST

49 Where do we build trust? We build trust in preparation & execution!

50 Risks & Trust Testing in the modern world Mobile Applications

51 Mobile testing - General approach Always start from Risk Based Testing approach Assess the subject under test What is the exact subject that we have to test? What is the scope of the test activities given the test subject? What are the requirements that we need to test against? Determine the product risks given the subject and the context Given the subject under test, what are the risks that we need to cover with tests? Define the approach based on these product risks

52 Mobile testing - Mobile App Risks Functional product risks Compatibility risks - Large number of Devices + Large number of OS Typical non-functional mobile risks Interruptions SMS, calls, network outage, battery removal,... Portrait vs landscape Motion sensors Status of the device (e.g. Flight mode) Memory allocation App interactions + interactions with SIM Cards Installation procedure + interruptions Battery status energy modes Localisation Security risks - Network, application, OS Userfriendlyness in combination with target groups

53 Mobile testing - Mobile App Test Approach Functional testing similar to non-mobile Compatibility testing Emulators & simulators SDK emulators from Android & Apple Simulation lools Monkeytalk for ios and Android Genymotion for Android Actual device testing 3 sets of devices 2 client site, one internal Non-functional testing Requirements check with the client Risk based assessment of the subject under test Test matrix based on the previous items Security risks We work together with highly specialized partner in security testing

54 Mobile testing - Test Automation Main question is What to automate? Functional test automation Not to be applied on the devices Automation principles applied to the emulators Simulation of the devices through drivers for functional testing of back office To be applied on the devices Functional testing tools currently investigating Test Studio Compatibility test automation Investigating solutions in the Cloud Offshoring to our Poland office Non-functional test automation Performance testing on the device itself Investigating solutions in the Cloud Performance testing of the back office of the app Devices are being simulated through drivers

55 Mobile app example Group exercise Let s do one more project together Mobile App Sports betting application Front End Graphical User Interface App Website with similar functionality Back End Database in the cloud Billing system Payment system

56 What are our requirements? Registration form Spots selection screen Betting screen Billing overview Payments overview Sports Betting App

57 Who is involved in testing? Sports Betting App How do we organise our testing based on the development lifecycle model? What are the risks that we see in this application? What would be the best test approach in this situation?

WHITEPAPER BEST PRACTICES IN MOBILE APPLICATION TESTING

WHITEPAPER BEST PRACTICES IN MOBILE APPLICATION TESTING WHITEPAPER BEST PRACTICES IN MOBILE APPLICATION TESTING 1 The basic frame of software testers mind-set is attuned to check documentation, functionality, stability, API and performance and make sure that

More information

Syllabus Version 1.2.8.

Syllabus Version 1.2.8. Syllabus Version 1.2.8. 0. Introduction to This Syllabus... 4 0.1 Purpose of this Document... 4 0.2 Cognitive Level of Knowledge... 4 0.3 The Examination... 5 0.4 Business Outcome... 5 0.5 Specialization...

More information

12 October 2012 White paper. Best Practices in Mobile Application Testing

12 October 2012 White paper. Best Practices in Mobile Application Testing 12 October 2012 White paper Best Practices in Mobile Application Testing The basic frame of software testers mindset is attuned to check documentation, functionality, stability, API and performance and

More information

Automated testing for Mobility New age applications require New age Mobility solutions

Automated testing for Mobility New age applications require New age Mobility solutions Automated testing for Mobility New age applications require New age Mobility solutions Executive Summary Today, mobile phone has transformed from its former role as a mere medium of communication to that

More information

Mobile Test Strategy. Shankar Garg. Senior Consultant - Testing

Mobile Test Strategy. Shankar Garg. Senior Consultant - Testing Mobile Test Strategy Shankar Garg Senior Consultant - Testing Scope of Mobile Testing Why Quality is important Challenges in Mobile Testing Best Practices for Mobile Test Strategy Mobile Testing Tools

More information

Mobile App Testing Guide. Basics of Mobile App Testing

Mobile App Testing Guide. Basics of Mobile App Testing 2015 Mobile App Testing Guide Basics of Mobile App Testing Introduction Technology is on peek, where each and every day we set a new benchmark. Those days are gone when computers were just a machine and

More information

Mobile Application Testing

Mobile Application Testing Mobile Application Testing Whitepaper Author: Scott Aziz Date: June 1, 2012 This whitepaper outlines the critical areas of testing needed to certify mobile enterprise applications Best practices from UST

More information

Syllabus Version 2.5_R (04.04.2016)

Syllabus Version 2.5_R (04.04.2016) Syllabus Version 2.5_R (04.04.2016) CMAP-F-Syllabus V2.5_EN, 04.04.2016 Page 1 of 15 0. Introduction to This Syllabus... 4 0.1 Purpose of this document... 4 0.2 Cognitive Levels of Knowledge... 4 0.3 The

More information

"It's a Phone First! How to Test Your Five-star Mobile Apps"

It's a Phone First! How to Test Your Five-star Mobile Apps BW4 Concurrent Session 11/7/2012 10:15 AM "It's a Phone First! How to Test Your Five-star Mobile Apps" Presented by: Will Hurley Quality and Security Services Brought to you by: 340 Corporate Way, Suite

More information

Lee Barnes, CTO Utopia Solutions. Utopia Solutions

Lee Barnes, CTO Utopia Solutions. Utopia Solutions Mobile Technology Testing Are You Ready? Lee Barnes, CTO Utopia Solutions Agenda 1. Mobile Testing Challenges 2. Mobile Testing Practices 3. Mobile Test Automation 4. Summary and Q & A Mobile Testing Challenges

More information

Pathways to Digital Growth

Pathways to Digital Growth Pathways to Digital Growth Course Outlines IT Service Management This course will help individuals understand the disciplines and processes that help service management staff to deliver and support quality

More information

Mobile Application Testing Challenges & Best Practices

Mobile Application Testing Challenges & Best Practices Mobile Application Testing Challenges & Best Practices SSQA Silicon Valley; Sept 11, 2012 1 Agenda Key Challenges in Mobile Application Testing Best Practices Test Automation Test Sourcing Q & A 2 Mobile

More information

Open source Test Automation Tools for Mobile Applications A Primer

Open source Test Automation Tools for Mobile Applications A Primer W H I T E PA P E R Open source Test Automation Tools for Mobile Applications A Primer Authors: Anil Sannareddy: Senior Test Automation Architect, Aspire Systems Murali Murugan: Lead Test Automation Consultant,

More information

MANUAL TESTING. (Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info

MANUAL TESTING. (Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info MANUAL TESTING (Complete Package) WEB APP TESTING DB TESTING MOBILE APP TESTING We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info START DATE : TIMINGS : DURATION :

More information

Mobile Tester Foundation Course Outline

Mobile Tester Foundation Course Outline Mobile Tester Foundation Course Outline General Description This course provides testers and test managers with an understanding of test fundamentals for mobile applications. Attendees will get a brief

More information

Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality,

Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, Mobile Testing Mobile application testing is a process by which application software developed for hand held mobile devices is tested for its functionality, usability and consistency. A mobile application

More information

White Paper Bridging the Essential Gap between Continuous Quality and Crowd Based Testing

White Paper Bridging the Essential Gap between Continuous Quality and Crowd Based Testing White Paper Bridging the Essential Gap between Continuous Quality and Crowd Based Testing 1 Contents Introduction... 3 Testing Lifecycle... 4 Testing typologies... 4 Functional Testing... 4 Manual vs.

More information

How To Test For Performance

How To Test For Performance : Roles, Activities, and QA Inclusion Michael Lawler NueVista Group 1 Today s Agenda Outline the components of a performance test and considerations Discuss various roles, tasks, and activities Review

More information

Mobile Performance Testing Approaches and Challenges

Mobile Performance Testing Approaches and Challenges NOUS INFOSYSTEMS LEVERAGING INTELLECT Mobile Performance Testing Approaches and Challenges ABSTRACT Mobile devices are playing a key role in daily business functions as mobile devices are adopted by most

More information

Copyrighted www.eh1infotech.com +919780265007, 0172-5098107 Address :- EH1-Infotech, SCF 69, Top Floor, Phase 3B-2, Sector 60, Mohali (Chandigarh),

Copyrighted www.eh1infotech.com +919780265007, 0172-5098107 Address :- EH1-Infotech, SCF 69, Top Floor, Phase 3B-2, Sector 60, Mohali (Chandigarh), Content of 6 Months Software Testing Training at EH1-Infotech Module 1: Introduction to Software Testing Basics of S/W testing Module 2: SQA Basics Testing introduction and terminology Verification and

More information

TesT AuTomATion Best Practices

TesT AuTomATion Best Practices Test Automation Best Pr actices 2 Which test Cases should be automated? A test case or use case scenario is a simulated situation in which a user performs determinate actions when using a particular app.

More information

Best Practices for Performance Testing Mobile Apps

Best Practices for Performance Testing Mobile Apps Best Practices for Performance Testing Mobile Apps Lee Barnes, CTO Utopia Solutions Apology I don t believe in best practices I do believe in guidelines and better approaches for a given situation Key

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

Sample Exam Foundation Level Syllabus. Mobile Tester

Sample Exam Foundation Level Syllabus. Mobile Tester Sample Exam Foundation Level Syllabus Mobile Tester September 2015 American Software Testing Qualifications Board Sample Exam Foundation Level Syllabus Mobile Tester 1. What types of testing are particularly

More information

TURKEY SOFTWARE QUALITY REPORT 2014-2015

TURKEY SOFTWARE QUALITY REPORT 2014-2015 TURKEY SOFTWARE QUALITY REPORT 2014-2015 CONTENT Foreword Executive Summary Questions About 03 05 07 21 www.turkishtestingboard.org info@turkishtestingboard.org Phone: + 90 212 290 76 62 Fax:+90 212 290

More information

Best Practices for Testing Mobile Applications. Presented by Frank Schloendorn

Best Practices for Testing Mobile Applications. Presented by Frank Schloendorn Best Practices for Testing Mobile Applications Presented by Frank Schloendorn 1 Let s continue the conversation! @MaaS360 [Share comments, continue Q&A, suggest future topics] #MaaS360Webinar Click the

More information

Why effective Test Automation drives successful and qualitydriven mobile payments

Why effective Test Automation drives successful and qualitydriven mobile payments Whitepaper Why effective Test Automation drives successful and qualitydriven mobile payments sqs.com Answers on how to improve cost effectiveness and reduce time to market Introduction The adoption of

More information

No quality mobile apps without testing in production (TiP) Marc van t Veer

No quality mobile apps without testing in production (TiP) Marc van t Veer No quality mobile apps without testing in production (TiP) Marc van t Veer Content Test environments Relevance of (Big)up-front testing Difference between upfront and TiP My definition of TiP Strategy

More information

Whitepaper Performance Testing and Monitoring of Mobile Applications

Whitepaper Performance Testing and Monitoring of Mobile Applications M eux Test Whitepaper Performance Testing and Monitoring of Mobile Applications Abstract The testing of a mobile application does not stop when the application passes all functional tests. Testing the

More information

Titel des Vortrags Vortragender/Name. Mobile App Tes,ng - Founda,on Level

Titel des Vortrags Vortragender/Name. Mobile App Tes,ng - Founda,on Level Titel des Vortrags Vortragender/Name Mobile App Tes,ng - Founda,on Level INTRODUCTION A FAST GROWING TOPIC People using their handheld devices to access the web is estimated to reach 4.4 billion users

More information

From Traditional Functional Testing to Enabling Continuous Quality in Mobile App Development

From Traditional Functional Testing to Enabling Continuous Quality in Mobile App Development From Traditional Functional Testing to Enabling Continuous Quality in Mobile App Development Introduction Today s developers are under constant pressure to launch killer apps and release enhancements as

More information

Application Performance Testing Basics

Application Performance Testing Basics Application Performance Testing Basics ABSTRACT Todays the web is playing a critical role in all the business domains such as entertainment, finance, healthcare etc. It is much important to ensure hassle-free

More information

Mobile App Testing Process INFLECTICA TECHNOLOGIES (P) LTD

Mobile App Testing Process INFLECTICA TECHNOLOGIES (P) LTD Mobile App Testing Process Mobile Application Testing Strategy EMULATOR QA team can perform most of the testing in a well-equipped test environment using device emulators with various options like ability

More information

Fachbereich Informatik und Elektrotechnik SunSPOT. Ubiquitous Computing. Ubiquitous Computing, Helmut Dispert

Fachbereich Informatik und Elektrotechnik SunSPOT. Ubiquitous Computing. Ubiquitous Computing, Helmut Dispert Ubiquitous Computing Ubiquitous Computing The Sensor Network System Sun SPOT: The Sun Small Programmable Object Technology Technology-Based Wireless Sensor Networks a Java Platform for Developing Applications

More information

White Paper. Bridging the essential gap between Mobile Cloud and crowd based testing. 1. Introduction. 2. Testing Lifecycle

White Paper. Bridging the essential gap between Mobile Cloud and crowd based testing. 1. Introduction. 2. Testing Lifecycle White Paper Bridging the essential gap between Mobile Cloud and crowd based testing 1. Introduction 2. Testing Lifecycle a. Testing typologies (Functional, Usability) b. Functional Testing: Manual

More information

Testing Mobile Applications

Testing Mobile Applications Testing Mobile Applications Published by 360logica software testing Services (www.360logica.com ) [ Testing Mobile applications ] Copyright 2011@ 360logica software testing services Testing Mobile Applications

More information

On the Edge of Mobility Building a Bridge to Quality October 22, 2013

On the Edge of Mobility Building a Bridge to Quality October 22, 2013 Copyright 2013 Vivit Worldwide On the Edge of Mobility Building a Bridge to Quality October 22, 2013 Brought to you by Copyright 2013 Vivit Worldwide Hosted by Stephanie Konkoy Americas Chapter/SIG Liaison

More information

ASHVINS Group. Mobile Application Testing Summary

ASHVINS Group. Mobile Application Testing Summary ASHVINS Group Mobile Application Testing Summary Mobile Application Testing Challenges Unique challenges with mobile applications; device compatibility, OS compatibility, UI compatibility, browser compatibility

More information

Mobile Test Automation: Lessons Learned in the Trenches

Mobile Test Automation: Lessons Learned in the Trenches T4 Track 10/4/2012 9:45:00 AM Mobile Test Automation: Lessons Learned in the Trenches Presented by: Manish Mathuria, InfoStretch Sha Mohammed, Sabre Airline Solutions Brought to you by: 340 Corporate Way,

More information

Cross Platform Mobile. -Vinod Doshi

Cross Platform Mobile. -Vinod Doshi Cross Platform Mobile Application Testing -Vinod Doshi Objective Mobile Application Testing Needs. Challenges Current platform specific tools Cloud Testing Testing Strategies and Recommendations Generic

More information

Taking the First Steps in. Web Load Testing. Telerik

Taking the First Steps in. Web Load Testing. Telerik Taking the First Steps in Web Load Testing Telerik An Introduction Software load testing is generally understood to consist of exercising an application with multiple users to determine its behavior characteristics.

More information

Budget Planner SOFTWARE REQUIREMENT SPECIFICATION. Professor: Dr. Doan Nguyen. Team Members: Bindu Madhavi K Khambam Suganya Srinivasan

Budget Planner SOFTWARE REQUIREMENT SPECIFICATION. Professor: Dr. Doan Nguyen. Team Members: Bindu Madhavi K Khambam Suganya Srinivasan SOFTWARE REQUIREMENT SPECIFICATION Department of Computer Science, Sacramento State University Spring 2015 Budget Planner Professor: Dr. Doan Nguyen Team Members: Bindu Madhavi K Khambam Suganya Srinivasan

More information

Software Testing in the Cloud. Tauhida Parveen, PhD tparveen@tauhida.org

Software Testing in the Cloud. Tauhida Parveen, PhD tparveen@tauhida.org Software Testing in the Cloud Tauhida Parveen, PhD tparveen@tauhida.org About Me University Department Chair, Software Engineering, Keiser University PhD, CS, Florida Institute of Technology MBA, University

More information

How To Understand The Business Analysis Lifecycle

How To Understand The Business Analysis Lifecycle Business Analysis Lifecycle by Sergey Korban Aotea Studios Ltd November 2011 Contents Introduction... 3 Business Analysis Lifecycle... 4 Practical Application... 5 Start-Up Phase... 5 Initiation Phase...

More information

Sample Exam Foundation Level Syllabus. Mobile Tester

Sample Exam Foundation Level Syllabus. Mobile Tester Sample Exam Foundation Level Syllabus Mobile Tester September 2015 American Software Testing Qualifications Board Sample Exam Foundation Level Syllabus Mobile Tester MOB-1.2.1 (K2) Explain the expectations

More information

Mobile and Social Computing

Mobile and Social Computing ì Mobile and Social Computing A.A. 2015/16 Lesson 1 Introduction to mobile and social computing About me Ing. Francesco Florio Mobile designer and developer since 2009 GDG Cosenza manager Teacher for University

More information

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495 International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] Survey on Automation Testing Tools for Mobile Applications Dr.S.Gunasekaran 1, V. Bargavi 2 1 Department

More information

With Cloud Computing, Who Needs Performance Testing?

With Cloud Computing, Who Needs Performance Testing? With Cloud Computing, Who Needs Performance Testing? Albert Witteveen, Pluton IT Insert speaker picture here, no more than 150x150 pixels www.eurostarconferences.com @esconfs #esconfs Albert Witteveen

More information

System Requirements for Microsoft Dynamics NAV 2015

System Requirements for Microsoft Dynamics NAV 2015 System Requirements for Microsoft Dynamics September 2014 Contents... 3 Microsoft Dynamics NAV Windows Client Requirements... 4 Microsoft Dynamics NAV Development Environment Requirements... 5 Microsoft

More information

Before proceeding with the update process, Back-up/Synch your data to maintian: Calendar Events Contacts E-mail Accounts Messages

Before proceeding with the update process, Back-up/Synch your data to maintian: Calendar Events Contacts E-mail Accounts Messages Samsung Repp Bootloader Update Instructions Samsung has released a Bootloader Update for the Samsung Repp (SCH-R680) to correct a network connectivity issue. Please follow the instructions below to download

More information

Tablets in Data Acquisition

Tablets in Data Acquisition Tablets in Data Acquisition Introduction In the drive to smaller and smaller data acquisition systems, tablet computers bring a great appeal. Desktop personal computers gave engineers the power to create

More information

Mobile Test Automation - Right Tools and Right Approach

Mobile Test Automation - Right Tools and Right Approach Mobile Test Automation - Right Tools and Right Approach With business interfaces moving on to the Mobile space, enterprises are leveraging innovative apps that not only connect their customers but also

More information

CMAP MOBILE APP TESTING FOUNDATION LEVEL

CMAP MOBILE APP TESTING FOUNDATION LEVEL CMAP MOBILE APP TESTING FOUNDATION LEVEL Copyright 2014 ps_testware 1/6 Introduction Apps and mobiles have become an important element of today s IT and society in a very short time frame. Mobile technologies

More information

Bringing Value to the Organization with Performance Testing

Bringing Value to the Organization with Performance Testing Bringing Value to the Organization with Performance Testing Michael Lawler NueVista Group 1 Today s Agenda Explore the benefits of a properly performed performance test Understand the basic elements of

More information

Mobile Testing, Agile Methodologies & You!

Mobile Testing, Agile Methodologies & You! & Mobile Testing, Agile Methodologies & You! Before We Begin... It's Quiet in Here Q&A at End of Webinar Contact Details Available Let s Go! Today s Presenters Alan Trefzger XBOSoft William Anderson Go2Group

More information

ISTQB - Certified Tester Advanced Level - Test Manager

ISTQB - Certified Tester Advanced Level - Test Manager CTALTM - Version: 3 30 June 2016 ISTQB - Certified Tester Advanced Level - Test Manager ISTQB - Certified Tester Advanced Level - Test Manager CTALTM - Version: 3 5 days Course Description: Being a technical

More information

ISTQB Agile Tester in a Nutshell ISTQB Marketing Working Group

ISTQB Agile Tester in a Nutshell ISTQB Marketing Working Group ISTQB Agile Tester in a Nutshell ISTQB Marketing Working Group May 2014 WHAT IS THE ISTQB? ISTQB : International Software Testing Qualifications Board (www.istqb.org): Non-profit association Founded in

More information

5 Ways to Improve the Quality and Efficiency of your Mobile Testing

5 Ways to Improve the Quality and Efficiency of your Mobile Testing 5 Ways to Improve the Quality and Efficiency of your Mobile Testing Dennis Schultz, IBM Solution Architect Rational Emerging Technologies Team dennis.schultz@us.ibm.com dennisschultz.wordpress.com 20 February

More information

Mobile Application Performance Testing

Mobile Application Performance Testing StarBase Insight Mobile Application Performance Testing Introduction Purpose This discussion paper aims to educate the reader about mobile applications and demystify their performance testing needs by

More information

Mobile Application Test Automation Best Practices for Best Results. A white paper from Mobile Labs, Inc.

Mobile Application Test Automation Best Practices for Best Results. A white paper from Mobile Labs, Inc. Mobile Application Test Automation Best Practices for Best Results A white paper from Mobile Labs and Mobile Labs Trust are trademarks of HP Quality Center and HP QuickTest Professional are registered

More information

How To Test On A Mobile Device

How To Test On A Mobile Device Mobile Testing April 2013 Mattias Bergströmner Mattias has 12 years of experience within the QA and test domain. Mattias helps and support leading companies in various questions and challenges related

More information

Ensuring Mobile Application Quality Across Your Application Lifecycle

Ensuring Mobile Application Quality Across Your Application Lifecycle Test on Real Devices with Melillo s Managed Cloud Platform (MCP ) Powered by HP Mobile Center, MCP supplies a flexible foundation that includes all common infrastructure needed to enable organizations

More information

Software Testing Certifications

Software Testing Certifications Software Testing Certifications Your first step to becoming an internationally certified software testing professional. MELBOURNE SYDNEY CANBERRA PERTH BRISBANE Improving Software Quality Disqover - Improving

More information

Mobile App Testing is not something special

Mobile App Testing is not something special Mobile App Testing is not something special Simon Peter Schrijver TesT-PRO @simonsaysnomore p.schrijver@test-pro.nl simonsaysnomore.wordpress.com My career in Mobile (App) Testing Between 2006 and 2014

More information

Mobile Application Hacking for Android and iphone. 4-Day Hands-On Course. Syllabus

Mobile Application Hacking for Android and iphone. 4-Day Hands-On Course. Syllabus Mobile Application Hacking for Android and iphone 4-Day Hands-On Course Syllabus Android and iphone Mobile Application Hacking 4-Day Hands-On Course Course description This course will focus on the techniques

More information

Time zone difference Specs are never complete enough or good enough Cultural differences Transferring Business specific knowledge.

Time zone difference Specs are never complete enough or good enough Cultural differences Transferring Business specific knowledge. There are a lot of frustrated business people out there who want to get mobile apps for their business but can t. If they have IT departments and when they ask for app development, they are reminded about

More information

A closer look at HP LoadRunner software

A closer look at HP LoadRunner software Technical white paper A closer look at HP LoadRunner software Table of contents Sizing up the system 2 The limits of manual testing 2 A new take on testing: the HP LoadRunner solution 3 The HP LoadRunner

More information

Mobile Performance Management Tools Prasanna Gawade, Infosys April 2014

Mobile Performance Management Tools Prasanna Gawade, Infosys April 2014 Mobile Performance Management Tools Prasanna Gawade, Infosys April 2014 Computer Measurement Group, India 1 Contents Introduction Mobile Performance Optimization Developer Tools Purpose and Overview Mobile

More information

NAS 136 Controlling ASUSTOR Portal

NAS 136 Controlling ASUSTOR Portal NAS 136 Controlling ASUSTOR Portal Use the ASUSTOR Remote and AiRemote to control ASUSTOR Portal A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use

More information

THE BUSINESS CASE FOR HYBRID HTML5 MOBILE APPS

THE BUSINESS CASE FOR HYBRID HTML5 MOBILE APPS Exploring the business case for building hybrid HTML5 mobile applications for enterprise mobility projects compared to implementing with a purely native development approach. THE BUSINESS CASE FOR HYBRID

More information

System Requirements for Microsoft Dynamics NAV 2013 R2

System Requirements for Microsoft Dynamics NAV 2013 R2 System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics

More information

Mastering Mobile Web with 8 Key Rules. Mastering Mobile Web with 8 Key Rules www.mobilelabsinc.com

Mastering Mobile Web with 8 Key Rules. Mastering Mobile Web with 8 Key Rules www.mobilelabsinc.com Mastering Mobile Web with 8 Key Rules 1 2 Introduction When it comes to mobile web design and testing, mobility plays by a far different set of rules than the desktops of years past. Today we are challenged

More information

Collaborating for Quality in Agile Application Development From Beginning to End

Collaborating for Quality in Agile Application Development From Beginning to End Collaborating for Quality in Agile Application Development From Beginning to End + 1 Agenda Application Development Challenges Meeting the Challenge in the Enterprise End-to-End HP/CollabNet Solution Agile

More information

App Development Best Practices. Jonathan Sprinkle, ECE Wayne Peterson, UITS

App Development Best Practices. Jonathan Sprinkle, ECE Wayne Peterson, UITS App Development Best Practices Jonathan Sprinkle, ECE Wayne Peterson, UITS An old chestnut... Catch a fish for a man, Feed him for a day. Teach a man to fish, and he will ask, Will salmon eggs be on the

More information

Introducing. automated functional testing of mobile apps. Karl Krukow, CTO, LessPainful GotoAMS, May, 2012 karl@lesspainful.

Introducing. automated functional testing of mobile apps. Karl Krukow, CTO, LessPainful GotoAMS, May, 2012 karl@lesspainful. Introducing automated functional testing of mobile apps Karl Krukow, CTO, LessPainful GotoAMS, May, 2012 karl@lesspainful.com, @karlkrukow 1 1 About me PhD Computer Science, University of Aarhus, 2006

More information

Network Server for Macintosh. Sequencher Server Network Overview Page 2. Installing Sequencher Licensing Page 3

Network Server for Macintosh. Sequencher Server Network Overview Page 2. Installing Sequencher Licensing Page 3 Network Server for Macintosh Installation Instructions Sequencher Server Network Overview Page 2 Installing Sequencher Licensing Page 3 Gene Codes Corporation 775 Technology Drive, Ann Arbor, MI 48108

More information

QA Classroom and Online training from Yes-M Systems

QA Classroom and Online training from Yes-M Systems QA Classroom and Online training from Yes-M Systems One of the best QA courses: Manual Testing Highlights 85+ hours to finish the course Experienced Instructors Recruiters help with Resume Preparation

More information

QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS)

QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS) QUICK START GUIDE Bluetooth Cordless Hand Scanner (CHS) 1D Imager Models CHS 7Ci, 7Di, 7DiRx LED Trigger button Power button (also for ios Keyboard Pop-up) Model shown: CHS 7Di This document pertains to

More information

BlackVue Cloud App Overview...3. Getting Started...6. Basic Menu Screens...15. BlackVue Cloud...24. BlackVue Wi-Fi...40. Internal Memory...

BlackVue Cloud App Overview...3. Getting Started...6. Basic Menu Screens...15. BlackVue Cloud...24. BlackVue Wi-Fi...40. Internal Memory... Table of Contents BlackVue Cloud App Overview...3 Key Functions When Cloud is Connected...4 Key Functions When Wi-Fi Connection is Made...4 Key Features of Internal Memory...4 Supported Devices...5 Getting

More information

Getting Started with VMware Horizon View (Remote Desktop Access)

Getting Started with VMware Horizon View (Remote Desktop Access) Getting Started with VMware Horizon View (Remote Desktop Access) Use The Links Below To Navigate This Document Using VMware Horizon View with Tablet and Smartphone APP or Mobile Web Browser Walk Through

More information

10 Best Practices for Application Performance Testing

10 Best Practices for Application Performance Testing Business white paper 10 Best Practices for Application Performance Testing Leveraging Agile Performance Testing for Web and Mobile Applications 10 Best Practices for Application Performance Testing Table

More information

How Simple Is It To Develop a Mobile App? Uma Sudhan OpenEdge Developer 7 th Oct 2013

How Simple Is It To Develop a Mobile App? Uma Sudhan OpenEdge Developer 7 th Oct 2013 How Simple Is It To Develop a Mobile App? Uma Sudhan OpenEdge Developer 7 th Oct 2013 Agenda What a mobile app is, and why is it so important? Challenges in mobile app development Progress Developer Studio

More information

From Design to Measurement. Steps for Building Successful Mobile Applications

From Design to Measurement. Steps for Building Successful Mobile Applications From Design to Measurement Steps for Building Successful Mobile Applications Table of Contents 3 Introduction 4 Mobile App Lifecycle Design Ease of use Usage Updates 6 Mobile App Development Features Navigability

More information

How To Run A Hello World On Android 4.3.3 (Jdk) On A Microsoft Ds.Io (Windows) Or Android 2.7.3 Or Android 3.5.3 On A Pc Or Android 4 (

How To Run A Hello World On Android 4.3.3 (Jdk) On A Microsoft Ds.Io (Windows) Or Android 2.7.3 Or Android 3.5.3 On A Pc Or Android 4 ( Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution

More information

Speed to Market in Mobile Development

Speed to Market in Mobile Development Speed to Market in Mobile Development Finding the right solution with continuous integration on real devices Tina Su, Director of Development, Intuit About me Nearly 20 years of industry experience in

More information

Choosing a Mobile Application Development Approach

Choosing a Mobile Application Development Approach ASEAN Journal of Management & Innovation Vol. 1 No. 1, 69 74 by Stamford International University DOI: 10.14456/ajmi..4 ajmi.stamford.edu Choosing a Mobile Application Development Approach Phyo Min Tun

More information

Using Story Points to Estimate Software Development Projects in the Commercial Phase

Using Story Points to Estimate Software Development Projects in the Commercial Phase Using Story Points to Estimate Software Development Projects in the Commercial Phase Accurately estimating a software development project s total effort is an essential step to providing your customer

More information

101-301 Guide to Mobile Testing

101-301 Guide to Mobile Testing 101-301 Guide to Mobile Testing Perfecto Mobile & Toronto Association of System and Software Eran Kinsbruner & Joe Larizza 2014 What To Do? Great News Your first Mobile Project has arrived! You have been

More information

http://ubiqmobile.com

http://ubiqmobile.com Mobile Development Made Easy! http://ubiqmobile.com Ubiq Mobile Serves Businesses, Developers and Wireless Service Providers Businesses Be among the first to enter the mobile market! - Low development

More information

Review of Mobile Applications Testing with Automated Techniques

Review of Mobile Applications Testing with Automated Techniques Review of Mobile Testing with Automated Techniques Anureet Kaur Asst Prof, Guru Nanak Dev University, Amritsar, Punjab Abstract: As the mobile applications and mobile consumers are rising swiftly, it is

More information

Mobile Application Testing

Mobile Application Testing Mobile Application Testing Best Practices to Ensure Quality Written by Assaf Ben David, Senior Software Testing Consultant MOBILE APPLICATION TESTING 2 Mobile Application Testing Complexities The world

More information

Samsung Galaxy S II Software Upgrade

Samsung Galaxy S II Software Upgrade Samsung Galaxy S II Software Upgrade Samsung has released a software update for the C Spire Samsung Galaxy S II(SCH-R760), OS Jelly Bean software version 4.1.2 version build GB28. Please follow the instructions

More information

www.planit.net.au + MOBILE APPLICATION SOME OF OUR MOBILE + APPLICATION TESTING CLIENTS

www.planit.net.au + MOBILE APPLICATION SOME OF OUR MOBILE + APPLICATION TESTING CLIENTS www.planit.net.au + MOBILE APPLICATION SOME OF OUR MOBILE + APPLICATION TESTING CLIENTS Mobile + Application Testing Since the introduction of the iphone in 2007, mobile device usage has exploded. But

More information

MOBILE APPS. QA Testing for mobile applications

MOBILE APPS. QA Testing for mobile applications MOBILE APPS QA Testing for mobile applications How familiar are you with Apple devices? This question can be asked for apple devices as well as Android devices - depending on the company your interviewing

More information

Mobile Application Development Meets the Mainstream

Mobile Application Development Meets the Mainstream Kony Write Once, Run Everywhere Mobile Technology WHITE PAPER August 2012 Mobile Application Development Meets the Mainstream Fragmentation and Chaos Is the New Normal... 3 Content Consumption versus Content

More information

Dealing with Device Fragmentation in Mobile Games Testing. Ru Cindrea - Altom Consulting

Dealing with Device Fragmentation in Mobile Games Testing. Ru Cindrea - Altom Consulting Dealing with Device Fragmentation in Mobile Games Testing Ru Cindrea - Altom Consulting About me and Altom started as a tester in 2002 partner and software tester at Altom since 2008 software testing services

More information

Testnet thema-avond. Workshop mobile app testing

Testnet thema-avond. Workshop mobile app testing Testnet thema-avond Workshop mobile app testing 2014 1 Content Introduction Assignments Groups, teams and roles First tour - Hello, world of mobile apps Theory to test mobile apps Second tour - Explore

More information

Contents. Executive Summary 3. A Summary of Mobility Challenges 4. Mobile Platform Capability: 6. Mobile Functional Testing 8. Mobile Performance: 10

Contents. Executive Summary 3. A Summary of Mobility Challenges 4. Mobile Platform Capability: 6. Mobile Functional Testing 8. Mobile Performance: 10 by Laura Paterson Contents Executive Summary 3 A Summary of Mobility Challenges 4 Mobile Platform Capability: 6 Mobile Functional Testing 8 Mobile Performance: 10 Summary 11 2 Executive Summary The increasing

More information

Mobile Testing in a Fast Paced World

Mobile Testing in a Fast Paced World Mobile Testing in a Fast Paced World Shaminder Rai VP, Product Development at MBA Focus Session: Strategies Risk Based Testing Give me time to test in 10 easy steps! Mobile Security Testing Give me

More information

ANDROID RECOVERY STICK QUICK START GUIDE

ANDROID RECOVERY STICK QUICK START GUIDE Before you get started do the following: Open, and read through http://sticks.paraben.com/phone-recovery-faq.htmlhttp:// sticks.paraben.com/phone-recovery-faq.html this will help you with any questions

More information