All posts by Paulo Oliveira

About Paulo Oliveira

Paulo is a Quality Assurance Engineer with more than 15 years of experience in Software Testing. He loves to automate tests for all kind of applications (both backend and frontend) in order to improve the team’s workflow, product quality, and customer satisfaction. Even though his main roles were hands-on testing applications, he also worked as QA Lead, planning and coordinating activities, as well as coaching and contributing to team member’s development. Sharing knowledge and mentoring people to achieve their goals make his eyes shine.

Follow me on:

Blogs: 12

radio buttons in selenium feature image

AutomationSelenium PythonTutorial

How to Handle Radio Buttons in Selenium WebDriver

Radio buttons are a significant component within web forms, allowing users to make singular selections from a predefined array of options.

March 22, 2024

view count58292 Views

Read time21 Min Read

How to Automate WhatsApp Messages Using Python

Selenium PythonAutomationTutorial

How to Automate WhatsApp Messages Using Python

Effective communication remains critical in the vast and intricate landscape of software development and testing. Whether sharing real-time test results, flagging discrepancies, or coordinating among distributed teams, fast and clear communication can often determine a project’s success and its downfall.

January 20, 2024

view count171779 Views

Read time29 Min Read

How to Run Headless Browser in Python and Selenium

Selenium PythonAutomationTutorial

How to Run Headless Browser in Python and Selenium

Traditional browsers with GUIs consume a lot of system resources when at scale. Also, it requires a visible window to render web pages, which can slow down test execution and limit scalability.

November 10, 2023

view count187132 Views

Read time23 Min Read

AutomationSelenium PythonTutorial

How To Use For Loop In Robot Framework: A Detailed Guide

When diving deep into the world of test automation, you may often encounter situations where you have to perform the same set of actions repeatedly but with different information or small changes in order.

November 7, 2023

view count170724 Views

Read time37 Min Read

How to Take Screenshots in Python Using Selenium

Selenium PythonAutomationTutorial

How to Take Screenshots in Python Using Selenium

In the world of technology, ensuring flawless software functionality and identifying problems is essential.

October 18, 2023

view count170180 Views

Read time40 Min Read

What Is Python End Parameter: A Detailed Tutorial

Selenium PythonAutomationTutorial

What Is Python End Parameter: A Detailed Guide

In the world of test automation, two constant challenges stand out: making output well-organized and easy to understand. Developers and testers often strive to present logs, reports, and debug information straightforwardly and efficiently.

October 12, 2023

view count255561 Views

Read time35 Min Read

Debugging Selenium pytest Failures

Selenium PythonTutorial

Debugging Selenium pytest Failures

Resolving test failures is essential for a reliable test system with testing frameworks like Selenium and pytest.

October 9, 2023

view count190588 Views

Read time36 Min Read

How to Write

Selenium PythonTutorial

How to Write a Python Configuration File

Test automation has significantly transformed the software development landscape, providing efficient and reliable testing processes. However, as the complexity of test suites increases, managing configurations becomes daunting.

September 29, 2023

view count81985 Views

Read time48 Min Read

Selenium PythonTutorial

How to Handle pytest Timeouts

Timeouts play a vital role in test automation, ensuring test stability and avoiding failures caused by unforeseen delays or unresponsive components. By setting appropriate timeouts, we can control the maximum duration a test can run or wait for a specific condition.

September 21, 2023

view count160695 Views

Read time28 Min Read

What is Monkey Patching in Python: A Complete Tutorial With Examples

Selenium PythonTutorial

What is Monkey Patching in Python: A Complete Tutorial With Examples

In the world of software testing, where the pursuit of efficient and reliable test automation is paramount, developers and testers often encounter challenges when working with existing codebases or third-party libraries.

August 7, 2023

view count186500 Views

Read time39 Min Read