Selenium for everyone.

Explore and practice, make mistakes and fix them, learn a few techniques, have fun.

Why Selenium

- It's an open source tool that is supported by a great community.

- It allows QA engineers to write/run test cases in Java, C#, Python, JavaScript, Ruby, and a few more...

- It makes it easy to implement test cases, just need to know how to locate a web element in the browser and perform actions.

A web element is ...

anything you can find on a web page: text boxes, checkboxes, radio buttons, dropdowns, links, etc. Each element has a unique identifier, such as ID, name or unique classes. A web element can be located by ID, XPath or CSS Selectors.

A few tips & tricks

JavaScript to set attribute click to expand contents

Navigate to a new window and back to the parent window click to expand contents

Navigate to a new iframe click to expand contents

Scroll on a web page to a specific web element click to expand contents

Take a screenshot click to expand contents

Submit with alert click to expand contents

Recorded web test automation

© CollColl-2020
Java source code
Practice more

loading