Skip to content

PabloGarcia10/robotAutomationTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Robot Framework Automation Test

This is a automation test project using Robot Framework and Python.

Installation

Install python on your machine in the official website: Python

After the installation you need to install robot framework by running this command:

pip install robotframework

Now you must download the chromedriver.exe in the official website: Chrome. And paste the .exe file in the Scripts folder of Python, if you're using Windows it should be something like: C:/Users/{USER}/AppData/Local/Programs/Python/Python312/Scripts

Running

Open the folder project and run the project file by running this command:

robot form.robot

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published