Watch me talk about testing with Java, Junit5, Selenium and best practices

SELENIUM POSTS
- Mar 7
- 1 min
Watch this Selenium all stars discussion that i am also a part of


- Feb 27
- 6 min
waiter2: Typing into fields


- Feb 22
- 4 min
waiter2: Clicking on page elements


- Feb 20
- 4 min
waiter2: Opening a page and waiting for it to load


- Feb 17
- 4 min
waiter2: My new Selenium wait based library


- Mar 30, 2021
- 3 min
The weird story of Selenium,the StaleElementReferenceException,the iframe,the List,the WebElement
- Jan 29, 2021
- 1 min
Read my new article on Selenium Actions
- Jan 15, 2021
- 1 min
Read my article on using WebDriverWaits as retries


- Jun 10, 2020
- 11 min
Working with user prompts in Selenium


- May 21, 2020
- 10 min
Working with windows/tabs in Selenium

- May 6, 2020
- 8 min
Iframes, switchTo() and default content with Selenium


- Mar 31, 2020
- 9 min
Browser unaware Selenium tests. STEP 3: Starting a browser based on a system property


- Mar 25, 2020
- 8 min
Browser unaware Selenium tests. STEP 2: Creating browser initialization methods for Chrome, Firefox


- Mar 18, 2020
- 6 min
Browser unaware Selenium tests. STEP 1: Identify OSs to run tests + choose browsers to support
- Jun 28, 2019
- 1 min
The recording of my CSS selectors webinar is now available online


- Nov 22, 2018
- 6 min
thewaiter: wait for WebElement attribute. To equal, contain a String, with variations.


- Nov 15, 2018
- 4 min
How WebDriverWait works differently for WebElements defined by driver.findElement versus PageFactory


- Aug 14, 2018
- 4 min
Use waits as assertions for your Selenium tests


- Oct 30, 2017
- 2 min
Check that the value you think you typed into a field has actually been typed correctly
- Sep 19, 2017
- 4 min
Checking whether an image is broken with HttpClient

- Apr 18, 2017
- 5 min
A three-course menu for writing your Selenium tests before the feature is complete


- Apr 10, 2017
- 4 min
Using Lists to get UI elements with nearly impossible selectors
- Mar 1, 2017
- 6 min
@FindBy, Lists and using them to check for similar UI elements

- Jan 16, 2017
- 6 min
Selenium tests, the Object Oriented way - example 1 (with code)
- May 11, 2016
- 3 min
Selenium: How to wait for an element to be displayed / not displayed
- May 5, 2016
- 3 min
Selenium: How to correctly test whether an element is displayed (or not)


- Aug 13, 2015
- 3 min
Quick Tip: Running automated tests in parallel

- Aug 6, 2015
- 2 min
Quick Tip: Selenium - select / deselect a value from a dropdown

- Jul 27, 2015
- 7 min
Selenium tests, the Object Oriented Way
- Apr 8, 2015
- 1 min
Page navigation with Selenium
- Apr 3, 2015
- 3 min
Working with cookies in Selenium


- Feb 27, 2014
- 2 min
Common Selenium exceptions


- Feb 27, 2014
- 3 min
Waiting for UI events


- Feb 27, 2014
- 4 min
Run tests on multiple browsers


- Feb 25, 2014
- 5 min
Creating the page objects


- Feb 25, 2014
- 3 min
CSS Selectors


- Feb 25, 2014
- 1 min
XPATH selectors


- Feb 25, 2014
- 4 min
HTML and Selenium. An introduction


- Feb 22, 2014
- 2 min
Setting up the Selenium bits