All posts by Eugene Kwaka

About Eugene Kwaka

I am a Software Developer with a background in Python(Django) and a tech enthusiast who loves writing and researching different topics on emerging trends in technology. I am keen on Software Testing, Backend Software Development, and best practices. I love tooling around and getting my hands dirty by building and learning new projects. If I’m not coding, you’ll find me traveling, listening to music, or trying different foods.

Follow me on:

Blogs: 3

How To Handle WebElements In Selenium Python

Selenium PythonTutorial

How To Handle WebElements In Selenium Python

Selenium automation testing is the common term used to describe a test run using Selenium. When it comes to automation testing, Selenium is a popular open-source testing tool used to automate different web browsers, such as Chrome, Firefox, Microsoft Edge, and Safari, among others, across multiple platforms.

March 31, 2023

view count177749 Views

Read time27 Min Read

How To Handle Multiple Windows In Selenium Python?

AutomationTutorial

How To Handle Multiple Windows In Selenium Python

Automating testing is a crucial step in the development pipeline of a software product. In an agile development environment, where there is continuous development, deployment, and maintenance of software products, automation testing ensures that the end software products delivered are error-free.

October 20, 2022

view count257824 Views

Read time20 Min Read

How To Handle Errors And Exceptions In Selenium Python

Selenium PythonAutomationTutorial

How To Handle Errors And Exceptions In Selenium Python

In the world of automation testing, Selenium is a free and open-source framework used to perform web application testing in web browsers like Chrome, Safari, Firefox, Opera, and Edge. You can write Selenium IDE tests using various programming languages such as Python, Java, JavaScript(Node.js), Kotlin, Ruby, PHP, and C#.

July 20, 2022

view count587169 Views

Read time19 Min Read