Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 528 Bytes

PYTHON_ROBOT_FRAMEWORK

pip install selenium, robotframework, robotframework-seleniumlibrary

To run the test robot file open cmd prompt in the test directory and run - this uses standalone robot file containing everything in one file

robot TestCases\TestCases001.robot

To run the test robot second file open cmd prompt in the test directory and run - this uses POM framework test file

robot TestCases\LoginTest.robot

if using pycharm - don't forget to add robot framework language server plugin from project settings.