All posts by Jolivé Hodehou
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
125704 Views
18 Min Read
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
15520 Views
16 Min Read
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
137353 Views
15 Min Read
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
33989 Views
13 Min Read
• Automation • Selenium Python • Tutorial
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
137406 Views
3 Min Read
• Selenium Python • Automation • Tutorial
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
511578 Views
15 Min Read
• Selenium Python • Automation • Tutorial
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
159860 Views
14 Min Read