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: 2

How To Automate Mouse Clicks With Selenium Python

Selenium PythonAutomationTutorial

How To Automate Mouse Clicks With Selenium Python

Sometimes, in our test code, we need to handle actions that apparently could not be done automatically. For example, some mouse actions such as context click, double click, drag and drop, mouse movements, and some special key down and key up actions. These specific actions could be crucial depending on the project context.

November 9, 2022

view count276573 Views

Read time22 Min Read

How To Automate Filling In Web Forms With Python Using Selenium

Selenium PythonAutomationTutorial

How To Automate Filling In Web Forms With Python Using Selenium

Test automation has become essential in all software development projects due to agile business needs that increasingly require faster development and delivery. Also, automating frontend tests has become commonplace in the daily lives of software quality professionals.

July 13, 2022

view count527916 Views

Read time17 Min Read