Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.18 KB

RobotFW_Practice

Practicing Automation Basic using Robot Framework

To running the script you'll need these

  • Python (at least 3 or the latest version)

  • Pip

  • Configure PATH (Add python and pip to PATH)

  • Install robotframework

pip3 install robotframework
  • Install robotframework seleniumlibrary
pip3 install robotframework-seleniumlibrary

Note Before you run the TestSuite.robot scirpt

  • On the BlognoneJobLogin.robot you should put the valid id and password for the website to test login function on the variable that I marked the comment on it (email & password)
  • The last test case (applying) should be fail since I hard code the specific site testing on okkami result but the jd site doesn't exist anymore.
  • Manual Test Case Example is in the excel file.

To run this robot -d results .\Tests\BlognoneJob\TestSuite.robot

Room for improvment for these scripts

  • Dynamic Testing

  • Setup & Teardown

  • Variables

  • Tags

  • Page Object Model