The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd,...

13
T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy Presented by: Harry Roberts Perfecto Brought to you by: 350 Corporate Way, Suite 400, Orange Park, FL 32073

Transcript of The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd,...

Page 1: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM

The Appium Framework: Create and Implement Your Mobile Testing

Strategy

Presented by:

Harry Roberts

Perfecto

Brought to you by:

350 Corporate Way, Suite 400, Orange Park, FL 32073

Page 2: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

888-- -268- - -8770 ·· 904- --278-- -0524 - [email protected] - http://www.stareast.techwell.com/

Harry Roberts Perfecto Harry Roberts is a Senior Solutions Architect with Perfecto and has over 5 years of experience helping customers be successful with mobile automated testing. He has presented at multiple user conferences and tradeshows and has managed Development, QA, Support and Implementation Teams. Harry is an enthusiastic about helping customers develop and implement mobile testing strategies.

Page 3: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

1

The Appium FrameworkCreate and Implement Your Mobile Testing Strategy

Harry Roberts, Senior Solutions Consultant

• Senior Solutions Engineer at Perfecto• Over five years test automation• Over five years of mobile testing• Project Management Professional• Managed Development• Managed QA

Harry Roberts – Who I Am

Page 4: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

2

3/16/18 3© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Agenda

• What is Appium?• Mobile Testing Strategy• Executing on Mobile Testing• Appium’s Strengths• Appium’s Weaknesses

3/16/18 4© 2015, Perfecto Mobile Ltd. All Rights Reserved.

What is Appium

Appium is an open-source tool for automating native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms.It was created as an open-source alternative to existing commercial tools.

Page 5: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

3

3/16/18 5© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium Design Philosophy

• Performs actions just like a user would• No instrumentation of application• Inherits from Selenium• Test what you ship to the end user• In QA• In the wild

3/16/18 6© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium – How it works

Page 6: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

4

3/16/18 7© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium Sample Commands

• driver.findElementByXPath("//INPUT[@id='userId']")• driver.manage().timeouts

3/16/18 8© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium

Mobile Testing Strategy

Page 7: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

5

3/16/18 9© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Strategy

What are you solving for? What is most important?

Cost

Quality Time

3/16/18 10© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Strategy

Script development• By Developers• By QA• By Automation Engineers

What is you current/planned tools set• Programming language(s)• IDE(s)• CI tools• Other points of integration

Page 8: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

6

3/16/18 11© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Strategy

Device and O/S Coverage• IOS• Android• Windows Mobile• Native, Hybrid and/or WEB• Do you have analytics?

Device Differences• Device Browser Differences• Device Performance• O/S Differences• Carrier OS Differences

3/16/18 12© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Execution

Define and Prioritize Test Cases• Define what is Automatable• P1 – on pull request• P2 – partial regression• P3 – full regression• User Journey • Atomic• Autonomous

Page 9: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

7

3/16/18 13© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Execution

Define Test Execution Timing• P1 – on pull request• P2 – partial regression• P3 – full regression• What is acceptable duration

Define device/OS/browser coverage• P1 – on pull request• P2 – partial regression• P3 – full regression

3/16/18 14© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Execution

Define Test Execution Timing

• P1 – on pull request

• P2 – partial regression

• P3 – full regression

• What is acceptable duration

Define device/OS/browser coverage

• P1 – on pull request

• P2 – partial regression

• P3 – full regression

Page 10: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

8

3/16/18 15© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Execution

What is your percentage of automation goal?

3/16/18 16© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Mobile Testing Execution

Define and agree to an approach• Start Small• Integrate with CI• Run often• Consistent results• Lessons learned• Grow the automation

Page 11: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

9

3/16/18 17© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium Strengths

• Support for native, hybrid and web applications• Inherits from Selenium• Open source• Cross device/OS/Browser testing• No application instrumentation required

3/16/18 18© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium Strengths

• Does not require application source code• Agnostic to language• Agnostic to testing frameworks• Agnostic to CI tools• In theory, single script across IOS and

Android

Page 12: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

10

3/16/18 19© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium Weaknesses

• Espresso and XCUITest• Faster• Developers prefer to use IDE/Language

• Access to device settings• Network setting (Wifi/Airplane mode)

• Appium is limited to application/web objects• No visual verification• No OCR

3/16/18 20© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium Weaknesses

• Limited Real User Conditions• Network conditions• Other Apps in the background

• No image injection• No fingerprint verification• No Facial verification• Testing multiple browsers on a specific device• Lack of IDE plugins

Page 13: The Appium Framework: Create and Implement Your Mobile ... · T23 Mobile Testing Thursday, May 3rd, 2018 3:00 PM The Appium Framework: Create and Implement Your Mobile Testing Strategy

3/16/18

11

3/16/18 21© 2015, Perfecto Mobile Ltd. All Rights Reserved.

Appium Strategy

Planning is criticalDefining the test cases is criticalFocus on your minimum required capabilities