Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 695 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 695 Bytes

Testsuite using Robot Framework

How to run the Testsuite.

Video of Testsuite Run .

Framework Setup.

  • Install python.

  • Install Robot Framework.

    pip install robotframework
    pip install robotframework-selenium2library
  • Install Webdriver

     brew install chromedriver
     brew install geckodriver
  • Install Pycharm IDE.

    Some useful pycharm plugins

    intellibot

    PipeTableFormatter