Blog tagged as test automation

Raising the Bar: A Journey to Excellence in API Quality Engineering
Aspiring API Quality Engineers, here's why mastering these skills is your golden ticket to success
09.01.24 10:19 AM - Comment(s)
The Crucial Role of Testable Code in Maximizing Automation ROI

In the fast-paced world of automation, achieving a successful return on investment (ROI) is essential. Whether you're automating a business process, developing software, or deploying robots in a manufacturing facility, one critical factor can make or break your ROI: testable code. In this article, w...

09.09.23 04:37 AM - Comment(s)
Integrating Selenium Grid to Python Framework

Please note the code snippet, for an example of how to integrate Selenium Grid into your Python framework using the selenium package

PS: Refer the article on Python framework to get the codesnippet for the framework

Update WebDriver initialization:

  • Modify your webdriver_factory.py module to include the...
01.06.23 09:23 AM - Comment(s)