Skip to content

gobearjr/poc-robot-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

Automation Appium With Robot Framework


This project is an example how to execute automation using Appium with Robot Framework

📝 Table of Contents

🧐 About

In this project, we will be automating the login and registration modules of a sample application using Appium and Robot Framework. The sample application may be any mobile application that requires user authentication to access its features.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them.

  • First things first, you should install the Python first, you can download here

  • Next, install the Appium, you can download here

  • Then, install the library what we need to run the project. You can use command:

    pip3 install -r prerequisites.txt
    robot --version
    

🔧 Running the tests

To running the test, please follow this steps:

  • Turn on your Android Emulator or you can use real device

  • Turn on your Appium Desktop or Appium Server or you can using Appium in terminal:

    appium
    
    // Successfully on the Appium
    [Appium] Welcome to Appium v1.22.3
    [Appium] Appium REST http interface listener started on 0.0.0.0:4723
    
  • Finally, you can start the test using:

    robot -d Result --loglevel TRACE Tests/login-test.robot
    

⛏️ Built Using

✍️ Authors

Evidence Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published