Posts

Showing posts from July, 2022

Robot Framework and Appium Mobile Automation Tests Integration With BrowserStack

Image
  Mobile Automation Tests Integration with BrowserStack In this blogpost, we will discuss integration of mobile automation test with BrowserStack.  The Mobile Automation test is written using Robot Framework and Appium on Pycharm IDE. First of all, Sign up to BrowserStack  Sign Up After, Sign up, Login to BrowserStack  Sign In  with your credentials. You will see the home page Click on “ App Automate ” as shown above for BrowserStack Dashboard.   You will see the screen below and here  Click on “ UPLOAD APP ” You will be navigated to the screen below Click on “ Browse ” button above to upload your “ .apk”  file   for Android (OR) ".ipa"  file for  iOS  from your computer. I have uploaded my " TED.apk " file for this blogpost. Click on " Open " and your ".apk " file will be uploaded. You will be navigated to the screen below. Make sure, you copy the link from above which looks something like below "bs://8ec18a0a1f134e7edaebfb775...

Mobile Automation Testing with Robot Framework and Appium for Android

Image
   Mobile Automation Testing on Android In this blogpost, we will discuss Mobile Automation testing with Robot Framework and Appium Library using PyCharm IDE.  I have taken the app "TED Conferences" from apkpure.com website  TED  for testing. You can visit to this website. It has many apps for practising mobile automation testing. I will try to keep this article much simple into two points. 1. Set Up  2. Test Automation Framework 1 . Set Up: You have to install the following  Install Java from  Java8-Mac-Download   Install Homebrew  Install Appium Inspector Install NodeJs, Python3 and Robot Framework Install Pycharm  Install Robot Framework Appium Library : Incase, if you've already installed that's fine. Otherwise, just run this command on terminal " pip3 install --upgrade robotframework-appiumlibrary "  for keeping the latest one!  Install Appium Doctor - Run command  “ npm install appium-doctor -g ” on your term...