Elias Nogueira

  • Home
  • Blog
  • eBooks
    • 5 Tools To Deliver High-Quality Software using Java
  • Series
    • Lean Test Automation Architecture for Web using Java libraries
  • Public Speaking
  • About me

test automation

how to test automation

How to read QR Code content from your Mobile or Web App

The problem Having some QR Codes to scan from your mobile and or web app is getting common nowadays. You can read to add a new contact to your phone, distribute it or even validate a financial transaction. An approach to get the QR Code image is necessary to guarantee Read more…

By Elias, 3 weeks3 weeks ago
how to test automation tips

Easily manage Properties Files in Java with Owner

This post belongs to the How to create Lean Test Automation Architecture for Web using Java series. If you didn’t see the previous posts, please check them out! Introduction A good practice when we are creating an automated test framework using Java is the creation of properties files to add any configuration Read more…

By Elias, 2 months2 months ago
test automation tips

A faster way to clean all inputs in an HTML form

Introduction Imagine you dealing with your functional/e2e tests where you want to clean the input fields. You will, probably, use your web test automation framework to do it, right? It seems a good and easy approach, but is it fast? In this post, I will show you basic comparisons based Read more…

By Elias, 3 months2 months ago
how to test automation

Test Data Factory: Why and How to Use

This post belongs to the How to create Lean Test Automation Architecture for Web using Java series. If you didn’t see the previous posts, please check them out! What problem does it solve? One of the biggest pain points during test automation, whatever the layer you are testing, is to manage the Read more…

By Elias, 4 months2 months ago
test automation

Base Test Class Testing Pattern: Why and How to use

This post belongs to the How to create Lean Test Automation Architecture for Web using Java series. If you didn’t see the previous posts, please check them out! What is the Base Test Class? It is a simple approach to set up common initialization and cleanup in your tests. We Read more…

By Elias, 6 months2 months ago
test automation

Better manage the Explicit Waits with Selenium WebDriver

Introduction This post exists because I had a question on Linkedin when I was sharing the following post that explains about the Implicitly and Explicitly waits: Explicit Wait and Implicit Wait in Selenium: Finally Explained! I won’t explain the difference because there’re a tons of blog posts and articles about Read more…

By Elias, 7 months6 months ago
test automation

Trust Your Pipeline: Automatically Testing an End-to-End Java Application

Introduction Although extremely important, we are not talking here about unit testing and integration testing, assuming you already know what it is and already apply it, as a developer concerned about the quality of your code. Test Automation Pyramid and Agile Testing Quadrants Creating tests is the easiest and quickest Read more…

By Elias, 7 months2 months ago
devops test automation

How to run Selenium WebDriver tests on free GitLab CI

Introduction You might want to run a test that is hosted on GitLab. Instead of clone, build, and run the tests locally you would like to do it on a CI/CD application. Thankfully GitLab has the GitLab CI, where you can use it to run your pipeline. Wherever you want Read more…

By Elias, 9 months2 months ago
test automation tips

Don’t use assertTrue to verify a text

Introduction It is common, especially in functional tests on any front-end (web, mobile), to include text validation in our tests to verify that the returned value is the expected one. These validations are user failures or even information about a successfully executed command. However, it is common to see many Read more…

By Elias, 12 months2 months ago
test automation

Create a Browser Factory with WebDriverManager

WebDriverManager is an excellent tool to automate the management of the browser driver binaries running your automated test scripts locally with Selenium WebDriver and Java. Simple example A simple and small example, if you don’t know this tool is: The main thing here is the code on line 6. The Read more…

By Elias, 1 year1 day ago
Hestia | Powered by WordPress
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies. You can also check the Privacy Policy page
Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.

You can find the Policy Privacy page at http://www.eliasnogueira.com/privacy-policy/
Necessary
Always Enabled

Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

Non-necessary

Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.

SAVE & ACCEPT