All posts by Ini Arthur
• Selenium Python • Automation • Tutorial
Getting Started With Python unittest.mock Library
Programming languages like Python simplify test process with libraries like unittest.mock. Python unittest.mock library allows you to create mock objects that mock certain external APIs and dependencies.
January 15, 2025
88422 Views
19 Min Read
• Automation • Selenium Python • Tutorial
How to Wait in Python: Python Wait Tutorial With Examples
Waiting for WebElements to load is a fundamental aspect of creating robust automated tests in Python. When testing software applications, it’s essential to ensure the test scripts wait for necessary elements to load before interacting with them.
June 7, 2024
144610 Views
24 Min Read
• Playwright Testing • Automation • Tutorial
How to Use Playwright Wait For Navigation Methods
When users visit a website, they typically have to wait for it to load before interacting fully. This includes waiting for images, text, and other elements to appear. In web automation scripts, we need to replicate this waiting process. Playwright, a web automation testing framework, provides methods to wait for navigation, ensuring that automated tasks … Continue reading How to Use Playwright Wait For Navigation Methods
May 14, 2024
150042 Views
22 Min Read