Page Object Pattern framework using robot for UI Testing.
The robotframework-PageObjectLibrary has been used for this project which is supported in python 3.
Tests\test_started.robot is the main test suite.It contains 2 test cases:
git clone git@github.com:BASNETANAMIKA/Page_Object_Framework_UI.git && cd Page_Object_Framework_UI
pip install -r requirements.txt
Set PYTHONPATH=c:\\Python3\\DLLs;c:\\Python3\\Lib;c:\\Python3;c:\\Python3\\Lib\\site-packages;<path_to_project_directory>\\Modules;
robot --outputdir Logs\Latest --pythonpath resources tests/test_started.robot