SlideShare a Scribd company logo
#ATAGTR2019
iOS App Automation, GitHub, and Jenkins
Integration
Anish Anand Jha
14th 15th Dec 2019
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
A. What is Continuous Integration and Continuous Delivery?
B. Setting up iOS automation project on macOS
C. Installing Jenkins on mac OS and its use
D. Creating webhooks with GitHub
E. Opening local server with ngrok
F. Creating a basic Jenkins job for doing action after pushing a commit
Key Learnings
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
A. Continuous Integration and Continuous Delivery
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
B. iOS Automation Project on macOS
Installation and Setup using Terminal:
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
B. iOS Automation Project on macOS (Continued…)
Cloning WebDriverAgent Project and Setup for XCode Integration:
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
B. iOS Automation Project on macOS (Continued…)
• Open
WebDriverAgent.xcodeproj
• Select Target
WebDriverAgentLib (Manage
code sign in)
• Select Product > Build
Repeat last two steps for
WebDriverAgentRunner
• Build WebDriverAgent
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
C. Jenkins on macOS
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
• Create a new private
repository in GitHub
• Create a webhook on
GitHub > Project >Settings >
Webhooks > add webhook
• In Payload URL field,
add Jenkins url:
http://localhost:8080
D. Webhooks with GitHub
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Installation and setup: http://bit.ly/ngrok-setup
Using Terminal Run Command: $ ./ngrok http 8080
E. Local server with ngrok
Change Payload URL: http://localhost:8080
to https://end_point/github-webhook/
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
F. Jenkins Job
• Open browser and set http://localhost:8080
• Select new item on the left menu > custom name
for the job
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
F. Jenkins Job (Continued…)
• ‘Build Triggers’ tab > check ‘GitHub
hook trigger for GITScm polling’
• ‘Source Code Management’ tab > Set git project credentials
• ‘Branch Specifier > To change the ‘master’ branch
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
F. Jenkins Job (Continued…)
• Click on Schedule button painted in
red arrow.
• Build > Add Build step > Execute Shell
• Apply and Save
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
F. Jenkins Job (Continued…)
• Make a commit and push changes >
the new Build on jenkins Build history
• Select Console output
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
• https://medium.com/livefront/basic-continuous-integration-with-jenkins-xcode-and-github-e999673e73b4
• https://medium.com/@litoarias/continous-integration-continous-delivery-for-ios-with-jenkins-and-fastlane-
fd2906956b20
• https://www.raywenderlich.com/1774995-continuous-integration-with-github-fastlane-jenkins
• https://www.softwaretestingmaterial.com/setting-mobile-automation-project-macos/
• https://developer.github.com/webhooks/
• https://dzone.com/articles/learn-how-to-setup-a-cicd-pipeline-from-scratch
• https://www.edureka.co/blog/jenkins-pipeline-tutorial-continuous-delivery
• https://ngrok.com/
References
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Demo Session
#ATAGTR2019
As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial
channels(Provided due credit is given to me/us)
Questions & Answers
&
Thank YouContacts:
Anish Anand Jha
Qapitol QA [P] Ltd.
Mobile: +91 9724433556
Email: anish.a@qapitol.com

More Related Content

PPTX
Salesforce: CI,CD & CT
PPTX
Windows Automation with Ansible
PDF
Building GPE: What We Learned
PPTX
GAE as Android Test Portal. Part 1.
PPT
Google Website Optimizer API integration with Motivity
PPTX
Eclipse Overview
PPTX
Create first-web application-googleappengine
PPT
HTML5 & WAI-ARIA - Happy Families
Salesforce: CI,CD & CT
Windows Automation with Ansible
Building GPE: What We Learned
GAE as Android Test Portal. Part 1.
Google Website Optimizer API integration with Motivity
Eclipse Overview
Create first-web application-googleappengine
HTML5 & WAI-ARIA - Happy Families

What's hot (20)

KEY
Code Review: An apple a day
PDF
Git Anti-Patterns: How To Mess Up With Git and Love it Again
PDF
React native
PPTX
Photogram - English Manual
PDF
Amazing vue.js projects that are open source and free.
PPTX
Plugin development
PDF
How to implement internationalization (i18n) in angular application(multiple ...
PDF
Making Twitch Interactive with Twitch Extensions
PDF
A Tale of 3 CLIs - Angular 2, Ember, and React
PDF
Microservices for the Masses with Spring Boot and JHipster - RWX 2018
PPT
WordPress Power Tips by Lorelle VanFossen
PDF
Ember.js - Harnessing Convention Over Configuration
PPTX
Presentation of the KansaiScene API at #kansaimashapp
PPT
Google app engine
PDF
A Practical Approach to React Native at All Things Open Conference
PDF
Adding step subtitles to presentations within author tools final
PDF
Get started with AAR
PDF
Using Angular-CLI to Deploy an Angular 2 App Using Firebase in 30 Minutes
PDF
Building Rich Applications with Appcelerator
PPTX
Constantly Contributing Pretty Patches FLCD
Code Review: An apple a day
Git Anti-Patterns: How To Mess Up With Git and Love it Again
React native
Photogram - English Manual
Amazing vue.js projects that are open source and free.
Plugin development
How to implement internationalization (i18n) in angular application(multiple ...
Making Twitch Interactive with Twitch Extensions
A Tale of 3 CLIs - Angular 2, Ember, and React
Microservices for the Masses with Spring Boot and JHipster - RWX 2018
WordPress Power Tips by Lorelle VanFossen
Ember.js - Harnessing Convention Over Configuration
Presentation of the KansaiScene API at #kansaimashapp
Google app engine
A Practical Approach to React Native at All Things Open Conference
Adding step subtitles to presentations within author tools final
Get started with AAR
Using Angular-CLI to Deploy an Angular 2 App Using Firebase in 30 Minutes
Building Rich Applications with Appcelerator
Constantly Contributing Pretty Patches FLCD
Ad

Similar to #ATAGTR2019 Presentation "iOS App Automation, GitHub and Jenkins integration" By Anish Anand Jha (20)

PPTX
varun JENKINS.pptx
PDF
Learning GitHub Actions 1 / converted Edition Brent Laster
PPTX
Python Automation With Gauge + Selenium + API + Jenkins
PPTX
Continuous Test Automation via CI (CodeMash 2012) - Automating the Agile way
PDF
Learning GitHub Actions 1 / converted Edition Brent Laster
PDF
Exploring the GitHub Service Universe
PPTX
Kevin Glavin - Continuous Integration, Continuous Delivery, and Deployment (C...
PPT
Continuous integration
PDF
CICD_1670665418.pdf
PDF
Learning GitHub Actions: Automation and Integration of CI/CD with GitHub 1st ...
PDF
Automate Your Automation | DrupalCon Vienna
DOCX
Manoj Kolhe - Setup GitHub with Jenkins on Amazon Cloud - End-to-end Automation
PDF
Software Delivery in 2016 - A Continuous Delivery Approach
KEY
Continuous integration & deployment
PPTX
Continuous integration ( jen kins travis ci)
PDF
Continuous Cross Platform Mobile App Development using Jenkins Build Server
PPTX
Apache Geode Test Automation and Continuous Integration & Deployment (CI-CD)
PPT
Jenkins CI
PDF
Survival of the Continuist
PPTX
GitHub Actions (Nakov at RuseConf, Sept 2022)
varun JENKINS.pptx
Learning GitHub Actions 1 / converted Edition Brent Laster
Python Automation With Gauge + Selenium + API + Jenkins
Continuous Test Automation via CI (CodeMash 2012) - Automating the Agile way
Learning GitHub Actions 1 / converted Edition Brent Laster
Exploring the GitHub Service Universe
Kevin Glavin - Continuous Integration, Continuous Delivery, and Deployment (C...
Continuous integration
CICD_1670665418.pdf
Learning GitHub Actions: Automation and Integration of CI/CD with GitHub 1st ...
Automate Your Automation | DrupalCon Vienna
Manoj Kolhe - Setup GitHub with Jenkins on Amazon Cloud - End-to-end Automation
Software Delivery in 2016 - A Continuous Delivery Approach
Continuous integration & deployment
Continuous integration ( jen kins travis ci)
Continuous Cross Platform Mobile App Development using Jenkins Build Server
Apache Geode Test Automation and Continuous Integration & Deployment (CI-CD)
Jenkins CI
Survival of the Continuist
GitHub Actions (Nakov at RuseConf, Sept 2022)
Ad

More from Agile Testing Alliance (20)

PPTX
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
PDF
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
PPTX
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
PDF
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
PDF
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
PPTX
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
PPTX
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
PPTX
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
PDF
#Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at...
PPTX
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
PPTX
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
PPTX
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
PPTX
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
PDF
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
PPTX
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
PDF
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
PDF
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
PPTX
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
PDF
#Interactive Session by Aniket Diwakar Kadukar and Padimiti Vaidik Eswar Dat...
PPTX
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...
#Interactive Session by Anindita Rath and Mahathee Dandibhotla, "From Good to...
#Interactive Session by Ajay Balamurugadas, "Where Are The Real Testers In T...
#Interactive Session by Jishnu Nambiar and Mayur Ovhal, "Monitoring Web Per...
#Interactive Session by Pradipta Biswas and Sucheta Saurabh Chitale, "Navigat...
#Interactive Session by Apoorva Ram, "The Art of Storytelling for Testers" at...
#Interactive Session by Nikhil Jain, "Catch All Mail With Graph" at #ATAGTR2023.
#Interactive Session by Ashok Kumar S, "Test Data the key to robust test cove...
#Interactive Session by Seema Kohli, "Test Leadership in the Era of Artificia...
#Interactive Session by Ashwini Lalit, RRR of Test Automation Maintenance" at...
#Interactive Session by Srithanga Aishvarya T, "Machine Learning Model to aut...
#Interactive Session by Kirti Ranjan Satapathy and Nandini K, "Elements of Qu...
#Interactive Session by Sudhir Upadhyay and Ashish Kumar, "Strengthening Test...
#Interactive Session by Sayan Deb Kundu, "Testing Gen AI Applications" at #AT...
#Interactive Session by Dinesh Boravke, "Zero Defects – Myth or Reality" at #...
#Interactive Session by Saby Saurabh Bhardwaj, "Redefine Quality Assurance –...
#Keynote Session by Sanjay Kumar, "Innovation Inspired Testing!!" at #ATAGTR2...
#Keynote Session by Schalk Cronje, "Don’t Containerize me" at #ATAGTR2023.
#Interactive Session by Chidambaram Vetrivel and Venkatesh Belde, "Revolution...
#Interactive Session by Aniket Diwakar Kadukar and Padimiti Vaidik Eswar Dat...
#Interactive Session by Vivek Patle and Jahnavi Umarji, "Empowering Functiona...

Recently uploaded (20)

PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Encapsulation theory and applications.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
Spectroscopy.pptx food analysis technology
PDF
Empathic Computing: Creating Shared Understanding
PDF
KodekX | Application Modernization Development
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Machine learning based COVID-19 study performance prediction
Chapter 3 Spatial Domain Image Processing.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation_ Review paper, used for researhc scholars
The Rise and Fall of 3GPP – Time for a Sabbatical?
Encapsulation theory and applications.pdf
Electronic commerce courselecture one. Pdf
Spectroscopy.pptx food analysis technology
Empathic Computing: Creating Shared Understanding
KodekX | Application Modernization Development
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
“AI and Expert System Decision Support & Business Intelligence Systems”

#ATAGTR2019 Presentation "iOS App Automation, GitHub and Jenkins integration" By Anish Anand Jha

  • 1. #ATAGTR2019 iOS App Automation, GitHub, and Jenkins Integration Anish Anand Jha 14th 15th Dec 2019
  • 2. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) A. What is Continuous Integration and Continuous Delivery? B. Setting up iOS automation project on macOS C. Installing Jenkins on mac OS and its use D. Creating webhooks with GitHub E. Opening local server with ngrok F. Creating a basic Jenkins job for doing action after pushing a commit Key Learnings
  • 3. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) A. Continuous Integration and Continuous Delivery
  • 4. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) B. iOS Automation Project on macOS Installation and Setup using Terminal:
  • 5. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) B. iOS Automation Project on macOS (Continued…) Cloning WebDriverAgent Project and Setup for XCode Integration:
  • 6. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) B. iOS Automation Project on macOS (Continued…) • Open WebDriverAgent.xcodeproj • Select Target WebDriverAgentLib (Manage code sign in) • Select Product > Build Repeat last two steps for WebDriverAgentRunner • Build WebDriverAgent
  • 7. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) C. Jenkins on macOS
  • 8. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) • Create a new private repository in GitHub • Create a webhook on GitHub > Project >Settings > Webhooks > add webhook • In Payload URL field, add Jenkins url: http://localhost:8080 D. Webhooks with GitHub
  • 9. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Installation and setup: http://bit.ly/ngrok-setup Using Terminal Run Command: $ ./ngrok http 8080 E. Local server with ngrok Change Payload URL: http://localhost:8080 to https://end_point/github-webhook/
  • 10. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) F. Jenkins Job • Open browser and set http://localhost:8080 • Select new item on the left menu > custom name for the job
  • 11. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) F. Jenkins Job (Continued…) • ‘Build Triggers’ tab > check ‘GitHub hook trigger for GITScm polling’ • ‘Source Code Management’ tab > Set git project credentials • ‘Branch Specifier > To change the ‘master’ branch
  • 12. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) F. Jenkins Job (Continued…) • Click on Schedule button painted in red arrow. • Build > Add Build step > Execute Shell • Apply and Save
  • 13. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) F. Jenkins Job (Continued…) • Make a commit and push changes > the new Build on jenkins Build history • Select Console output
  • 14. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) • https://medium.com/livefront/basic-continuous-integration-with-jenkins-xcode-and-github-e999673e73b4 • https://medium.com/@litoarias/continous-integration-continous-delivery-for-ios-with-jenkins-and-fastlane- fd2906956b20 • https://www.raywenderlich.com/1774995-continuous-integration-with-github-fastlane-jenkins • https://www.softwaretestingmaterial.com/setting-mobile-automation-project-macos/ • https://developer.github.com/webhooks/ • https://dzone.com/articles/learn-how-to-setup-a-cicd-pipeline-from-scratch • https://www.edureka.co/blog/jenkins-pipeline-tutorial-continuous-delivery • https://ngrok.com/ References
  • 15. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Demo Session
  • 16. #ATAGTR2019 As a author of this presentation I/we own the copyright and confirm the originality of the content. I/we allow Agile testing alliance to use the content for social media marketing, publishing it on ATA Blog or ATA social medial channels(Provided due credit is given to me/us) Questions & Answers & Thank YouContacts: Anish Anand Jha Qapitol QA [P] Ltd. Mobile: +91 9724433556 Email: anish.a@qapitol.com