15
Advanced Appium Syam Sasi 30-Nov-2016 Lucas Films Sandcrawler, Singapore 1

Appium advanced vodqa

Embed Size (px)

Citation preview

Advanced Appium

Syam Sasi 30-Nov-2016

Lucas Films Sandcrawler, Singapore1

Syam Sasi, Senior Agile TesterEx-OracaliteCreator of Relative Xpath Chrome Extension

Connect Mehttps://www.facebook.com/syam.s.nairhttps://www.linkedin.com/in/syam-sasi-357aa516

About Me

“Views are my own and does not represent the views of my employer or any other organization I am affiliated with”

2

Tell us your name and your experience with appium!!

3

Recap

4

What’s New In Appium 1.6

XCUITest

- Support for iOS 10.x and XCODE 8

UIAutomator 2

WinAppDriver

5

Scrolling Down In Appium

6

(endX,endY)

(startX,startY)

swipe(startX,startY,endX,endY)

Verifying The Toast Messages

Optical Character Recognition (OCR)

7

Find Element By Image

8

Real Device Browser Automation

9

Appium And Jenkins

10

Parallel Execution

https://youtu.be/zsbNVkayYRQ?t=11411

Assignment - 1

Given I navigate to Alert page When I click on ALERT button Then I should see the “This is the alert message” text And I click on OK button Then Alert message should be disappeared

12

Assignment - 2

Given I launch https://google.com in chrome When I search for vodQA singapore Then I should see “vodQA | ThoughtWorks Singapore”

13

14

15