Powered By Blogger

Search Here!

Tuesday, June 15, 2021

Setup Mobile Automation With Robot Framework And Appium !

 Robot Framework  [only for android]

 Is an open-source test automation framework for acceptance testing and acceptance test-driven development. It follows different test case styles − keyword-driven, behavior-driven, and data-driven for writing test cases.

Appium is an open-source tool to automate native, web and hybrid mobile application.

Setup needed in Windows?

  1. Java 
  2. Android Studio
  3. Android Emulator 
  4. Node.js 
  5. Appium
  6. Robot Framework 
  7. Python - IDE PyCharm
Java Setup -




Android Studio Setup -




Android Emulator Setup -




Node JS Setup -




Appium Setup -


Robot Framework Setup – Install Python -




Robot Framework Setup – Install Robot -


Robot Framework Setup – Install Pycharm - 



Execute Test - 

robot -d Output --loglevel TRACE Tests/Essential/Login.robot
robot -d Output --loglevel TRACE -i Regression Tests/*
robot -d Output --loglevel TRACE -i All Tests/*

No comments:

Post a Comment