Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 400 Bytes

File metadata and controls

9 lines (5 loc) · 400 Bytes

robot-framework-example

Simple Robot Framework example to surf a number of web pages and validate them using different selectors.

See the command line in file BBC.Robot to run these tests.

They require a Python installation with the Robot Framework library installed.

The ideas behind the initial draft of this repo were formed after completing a Udemy course on Robot Framework by Bryan Lamb.