All posts by Jolivé Hodehou

About Jolivé Hodehou

Jolivé Hodehou is a QA Engineer and Technical Writer. He enjoys contributing to the delivery of valuable products by building a strategic vision of quality and by being involved in the different aspects of the tester's role.

Follow me on:

Blogs: 7

Python ConfigParser Tutorial

Selenium PythonTutorial

Python ConfigParser Tutorial – Comprehensive Guide To Working With Configuration Files With Python

As a QA Engineer, one of the common tasks is software testing that relies on various configuration settings.

June 13, 2023

view count112476 Views

Read time18 Min Read

OKRs for QA : How Objectives and Key Results Can Help Improve Quality and Collaboration

Thought Leadership

OKRs for QA : How Objectives and Key Results Can Help Improve Quality and Collaboration

In today’s fast-paced software development environment, quality assurance (QA) teams are under immense pressure to ensure that the software products they release meet the highest quality standards.

April 28, 2023

view count13729 Views

Read time16 Min Read

​​This blog delves into the benefits of test reporting and how to generate XML reports in pytest.

Selenium PythonTutorial

How To Generate XML Reports In pytest?

Many organizations have an automated test suite running in integration and continuous delivery systems but fail to effectively utilize the results generated at the end of the test. Without proper analysis and documentation, it becomes challenging to distinguish valuable information from irrelevant data.

April 6, 2023

view count133098 Views

Read time15 Min Read

Testing Microservices

Microservice Architecture

Testing Microservices:  A Quick Start Guide

During the last few years, applications have grown to host millions of users and produce a large volume of data. People using these applications expect fast responses and 24/7 availability. For applications to be fast and available, they must respond quickly to the increased load.

February 1, 2023

view count24352 Views

Read time13 Min Read

Guide To Find Index Of Element In List with Python Selenium

AutomationSelenium PythonTutorial

Guide To Find Index Of Element In List with Python Selenium

In an ideal world, you can test your web application in the same test environment and return the same results every time. The reality can be difficult sometimes when you have flaky tests, which may be due to the complexity of the web elements you are trying to perform an action on your test case.

December 22, 2022

view count133770 Views

Read time3 Min Read

How To Download File Using Selenium Python?

Selenium PythonAutomationTutorial

How To Download File Using Selenium Python

Although browsers such as Firefox and Chrome have made downloading files easier, these downloads depend on users visiting a website and manually clicking a download button. This can be a problem if the user is interested in downloading multiple files.

August 12, 2022

view count507060 Views

Read time15 Min Read

How To Get Current URL In Selenium Python

Selenium PythonAutomationTutorial

Selenium with Python Tutorial: How to Get Current URL with Python

If you use Selenium WebDriver, you probably know that there are many methods to perform specific actions or interact with elements on a web page. The Selenium Python module gives you the methods you need to be able to automate many tasks when working with a web browser online.

June 29, 2022

view count156018 Views

Read time13 Min Read