Refactoring is allowed

READ THE BLOG




- Jul 11, 2018
- 3 min
A bug is still a bug


- Mar 8, 2018
- 5 min
The tester and the code review


- Jan 30, 2018
- 6 min
Automated testing of translations by using property files


- Jan 23, 2018
- 3 min
Write automated tests with repeatable results


- Oct 30, 2017
- 2 min
Check that the value you think you typed into a field has actually been typed correctly

- Oct 26, 2017
- 3 min
Test design: write tests with proper console output to easily identify failure reasons
- Oct 10, 2017
- 3 min
The tester's daily dilemma: my automated tests fail because of the test environment. What can i do?
- Sep 19, 2017
- 4 min
Checking whether an image is broken with HttpClient

- Aug 30, 2017
- 2 min
Identify the OS tests are running on with os.Name or SystemUtils
- Aug 22, 2017
- 5 min
Using Maven checkstyle in your project to help adhere to coding standards

- Apr 24, 2017
- 5 min
Better Test Code Principles #5: Mind your try/catches

- 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 21, 2017
- 2 min
Better Test Code Principles: #4 Keep your production tests separate from your dev environment ones
- Mar 14, 2017
- 2 min
A false myth: automated tests don't uncover bugs
- Mar 8, 2017
- 2 min
Better Test Code Principles: #3 Use external libraries when available
- Mar 1, 2017
- 6 min
@FindBy, Lists and using them to check for similar UI elements
- Feb 7, 2017
- 3 min
Better Test Code Principles: #2 Don't generate ALL your test data in @BeforeClass

- Jan 25, 2017
- 6 min
Better Test Code Principles: #1 Don't copy/paste the code. Reuse it.