Robot Automation

Test Automation using Robot Framework
https://robotframework.org/


RIDE Installation
How to install robotframework RIDE on windows – Stack Overflow

1. Make sure you already installed Python…..  ( in my case, I have python 3.x installed)
https://www.python.org/downloads/
• e.g.  Python Release Python 3.11.8 | Python.org

Note: You can also update your PIP ( if needed, such as before Step 1)
python.exe -m pip install –upgrade pip

2. On the Windows PC’s  CMD window, type in and run the following PIP commands to install wxPython package, etc. Detail steps are as following.

Step 1:
pip install -U wxPython

Step 2:
pip install robotframework-ride

Step 3:  In the command prompt write and run
 ride.py

Step4:
pip install robotframework-selenium2library

Step 5: 
Create a new Project for your new .robot application program

Step 6:
Coding on the Editor.  e.g. AutoTestCase1.robot