Skip to content

prptri/RobotFrameWork_Practice

Repository files navigation

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

About

practicing Automation Basic using Robot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published