Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.4 KB

RobotFramework

Learning Web Automation using Robot Framework with Selenium as part of my placement.

Topics Covered

  • What's a test automation framework?
  • Robot Framework vs. Selenium
  • Creating and running your first script
  • Options for running scripts, including PyCharm and Jenkins
  • Making a script more readable
  • Using variables to centralize data
  • Incorporating the Page Object Model
  • Robot Framework libraries
  • Advanced command-line options
  • Forcing and randomizing test execution order
  • Making decisions with automatic variables
  • Using keywords to return values
  • Updating Python and PIP
  • Updating your libraries, browsers, and web drivers
  • Testing specific elements with web locators
  • Conditionals and loops
  • Dictionaries
  • Data-driven testing
  • Testing a multisite from end to end with Robot Framework

Sources