MA

Marvellous Kalu

2
Articles

Content by Marvellous Kalu

2 articles found

Getting Started with Docker for Python Developers
Backend
11 min read

Getting Started with Docker for Python Developers

For Python developers, docker enables them to package their applications along with their dependencies, necessary libraries, and runtime and ensures they run consistently across various environments from development to production. This fosters seamless collaboration and simplifies deployment and the overall development workflow.

12/1/2023
Parameterized Testing with Pytest and Selenium
Backend
17 min read

Parameterized Testing with Pytest and Selenium

Parameterized testing is a software testing technique in which the same test case runs multiple input data sets. Each input data here is referred to as a parameterized test case. In this tutorial, we will perform parameterization testing using Pytest and Selenium.

11/24/2023

Follow Marvellous Kalu

Stay updated with Marvellous Kalu's latest articles and insights on backend development.