React Native Mobile
App Automation
Testing
A report by Jayad Aadrit
React native app
Appium, maven and jUnit
Android and iOS demo with eclipse
and terminal
Appcenter integration for CI CD
About
Automation testing of react
native app for iOS and
Android platform with
CI/CD integration on
microsoft appcenter
React Native Mobile App
React Native is a javascript framework for building cross platform apps
The app runs both on Android and iOS
Better than hybrid apps and equivalent to native apps
Appium, Maven and jUnit
Appium
Appium is an open-source tool for automating
native, mobile web and hybrid application on
iOS, Android and windows desktop platforms
Maven
Apache Maven is a software project
management and comprehension tool used
for defining project structure and downloading
dependencies.
jUnit
jUnit is a test framework which uses
annotations to identify methods which
specifies a test.
Automation
testing
The app is installed by giving the
path in maven project which
connects to appium server for UI
automation.
We can run it using eclipse or from
terminal itself
We can integrate the appium-maven
project with Microsoft Appcenter
for CI CD.
Once the build is generated, it will
be automatically tested on real
devices over cloud and results will
be available with screenshots.
CI CD
We can automate the whole mobile UI of
react native app on iOS and Android
using appium and integrate it with
appcenter for automated testing over
cloud
Conclusion
Thank You! :)

More Related Content

PPTX
Automation Testing With Appium
PDF
Automating Hybrid Applications with Appium
PPTX
Appium ppt
PDF
Automated UI Testing Frameworks
PPTX
Automation With Appium
PDF
Improving Android app testing with Appium and Sauce Labs
PDF
Appium: Automation for Mobile Apps
PDF
Mobile Test Automation - Appium
Automation Testing With Appium
Automating Hybrid Applications with Appium
Appium ppt
Automated UI Testing Frameworks
Automation With Appium
Improving Android app testing with Appium and Sauce Labs
Appium: Automation for Mobile Apps
Mobile Test Automation - Appium

What's hot (20)

PPTX
Reactive web applications using MeteorJS
PPTX
Appium - test automation for mobile apps
PPTX
Mobile apps using meteor - Part 1
PDF
Getting started with appium
PPTX
Wheat - Mobile functional test automation
PPTX
Mobile automation testing with selenium and appium
PPTX
Appium meet up noida
PDF
Appium
PDF
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
PPTX
Appium presentation matific
PPTX
Appium testing api
PDF
Appium Interview Questions and Answers | Edureka
PPTX
ATAGTR2017 Appium
PPTX
Android App Development 20150611
PDF
Mobile automation – should I use robotium or calabash or appium?
PPTX
Appium solution artizone
PPTX
Appium overview session final
PPTX
Mobile Automation Using Appium - vodQA Bangalore 2015
PPTX
Mastering Mobile Test Automation with Appium
PDF
Testing on Mobile Devices with Location Services
Reactive web applications using MeteorJS
Appium - test automation for mobile apps
Mobile apps using meteor - Part 1
Getting started with appium
Wheat - Mobile functional test automation
Mobile automation testing with selenium and appium
Appium meet up noida
Appium
[Srijan Wednesday Webinar] Mastering Mobile Test Automation with Appium
Appium presentation matific
Appium testing api
Appium Interview Questions and Answers | Edureka
ATAGTR2017 Appium
Android App Development 20150611
Mobile automation – should I use robotium or calabash or appium?
Appium solution artizone
Appium overview session final
Mobile Automation Using Appium - vodQA Bangalore 2015
Mastering Mobile Test Automation with Appium
Testing on Mobile Devices with Location Services
Ad

Similar to React native automation testing (20)

PDF
A Comprehensive Guide to Cross-Platform Mobile Test Automation Using Appium.pdf
PDF
6 Popular Test Automation Tools for React Native Apps.pdf
PDF
6 Popular Test Automation Tools For React Native App.pdf
PDF
5 Popular Test Automation Tools For React Native Apps.pdf
PPTX
Native automation tooling for mobile application testing.pptx
PDF
How to Test Android and iOS Mobile Apps with Appium.pdf
PDF
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdf
PDF
Test automation of mobile apps
PDF
Appium Testing.pdf
PDF
A Step-by-Step Guide to Test Automation with Appium.pdf
PPTX
Test automation of mobile apps (Bugs'a'loud Vilnius QA Gathering)
PDF
Appium in Action: Automating Flutter & React Native Apps
PDF
Best Mobile Test Automation Solutions: Beyond Appium
PPTX
appiumpresent-211128171811.pptx projet de presentation
PDF
How Does Appium Facilitate Mobile App Testing Across Multiple Operating Syste...
PPTX
Appium.pptx
PPTX
Automation testing on ios platform using appium
PDF
Test Automation Frameworks for Mobile App Testing.pdf
PDF
Why the h# should I use Appium with React Native
PDF
Appium workship, Mobile Web+Dev Conference
A Comprehensive Guide to Cross-Platform Mobile Test Automation Using Appium.pdf
6 Popular Test Automation Tools for React Native Apps.pdf
6 Popular Test Automation Tools For React Native App.pdf
5 Popular Test Automation Tools For React Native Apps.pdf
Native automation tooling for mobile application testing.pptx
How to Test Android and iOS Mobile Apps with Appium.pdf
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdf
Test automation of mobile apps
Appium Testing.pdf
A Step-by-Step Guide to Test Automation with Appium.pdf
Test automation of mobile apps (Bugs'a'loud Vilnius QA Gathering)
Appium in Action: Automating Flutter & React Native Apps
Best Mobile Test Automation Solutions: Beyond Appium
appiumpresent-211128171811.pptx projet de presentation
How Does Appium Facilitate Mobile App Testing Across Multiple Operating Syste...
Appium.pptx
Automation testing on ios platform using appium
Test Automation Frameworks for Mobile App Testing.pdf
Why the h# should I use Appium with React Native
Appium workship, Mobile Web+Dev Conference
Ad

Recently uploaded (6)

DOCX
AI-Powered Voice Assistant for Safaricom
PPTX
OUTLINE-DEFENSE-SAMPLE-PRESENTATION-2.pptx
PPTX
Digital Wallet Infographics: Template for Presentation
PPTX
Key Components to Evaluate Before Building a Mobile App: Native vs Hybrid
PPTX
The Future of Custom Mobile App Development.pptx
PDF
Empowerment technologies presentation that helps student
AI-Powered Voice Assistant for Safaricom
OUTLINE-DEFENSE-SAMPLE-PRESENTATION-2.pptx
Digital Wallet Infographics: Template for Presentation
Key Components to Evaluate Before Building a Mobile App: Native vs Hybrid
The Future of Custom Mobile App Development.pptx
Empowerment technologies presentation that helps student

React native automation testing

  • 1. React Native Mobile App Automation Testing A report by Jayad Aadrit
  • 2. React native app Appium, maven and jUnit Android and iOS demo with eclipse and terminal Appcenter integration for CI CD About Automation testing of react native app for iOS and Android platform with CI/CD integration on microsoft appcenter
  • 3. React Native Mobile App React Native is a javascript framework for building cross platform apps The app runs both on Android and iOS Better than hybrid apps and equivalent to native apps
  • 4. Appium, Maven and jUnit Appium Appium is an open-source tool for automating native, mobile web and hybrid application on iOS, Android and windows desktop platforms Maven Apache Maven is a software project management and comprehension tool used for defining project structure and downloading dependencies. jUnit jUnit is a test framework which uses annotations to identify methods which specifies a test.
  • 5. Automation testing The app is installed by giving the path in maven project which connects to appium server for UI automation. We can run it using eclipse or from terminal itself
  • 6. We can integrate the appium-maven project with Microsoft Appcenter for CI CD. Once the build is generated, it will be automatically tested on real devices over cloud and results will be available with screenshots. CI CD
  • 7. We can automate the whole mobile UI of react native app on iOS and Android using appium and integrate it with appcenter for automated testing over cloud Conclusion