Why using branches is good for your tests

READ THE BLOG


- Jan 17, 2020
- 0 min


- Dec 4, 2019
- 3 min
Bugs and reproducing them


- Nov 27, 2019
- 1 min
Java naming conventions revisited


- Nov 13, 2019
- 6 min
Using HashMaps in automated tests


- Oct 31, 2019
- 2 min
Removing duplicates from a List
- Oct 24, 2019
- 0 min


- Oct 9, 2019
- 2 min
Useful type conversions
- 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


- Nov 8, 2018
- 2 min
Find files inside a folder in your automated test


- Nov 1, 2018
- 4 min
Better Test Code Principles: Use proper naming, for everything


- Oct 25, 2018
- 4 min
The Automated Regression Suite. Part 3 of 3. How to run the suite


- Oct 18, 2018
- 3 min
The Automated Regression Suite. Part 2 of 3. When to run the tests.


- Oct 11, 2018
- 4 min
The Automated Regression Suite. Part 1 of 3. When to create the tests for regression


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


- Aug 9, 2018
- 2 min
Easily compare a list of Strings with the contents of a file


- Aug 2, 2018
- 2 min
Better Test Code Principles: #6 Don't create a new variable for a value you will only use once


- Jul 26, 2018
- 2 min
Create a Proof of Concept before going full throttle with your automation