Tag:Test-Automation
All the articles with the tag "Test-Automation".
-
Test Automation Best Practices: Pinning Browser Version in Selenium Python for Stability
Published:A practical guide on how to pin browser and driver versions in Selenium Python to avoid unexpected failures caused by new, unstable releases in CI/CD.
-
Test Automation - How to Sync Playwright Versions Between Python and GitHub Actions
Published:Solve frustrating CI/CD failures by automatically synchronizing Playwright and browser versions between your Python project and GitHub Actions workflow.
-
Test Automation - Efficient Element Selection with Playwright Typescript using Test IDs
Published:Learn to create more resilient and maintainable tests in Playwright TypeScript by configuring and using custom test IDs for element selection.
-
Test Automation - Data-Driven Testing (DDT) with Playwright TypeScript Using Excel
Published:A practical guide to implementing data-driven testing in Playwright TypeScript by reading test data from external Excel files.