Automation Testing
-
Page Object Model in Cucumber
Learn to use Page Object Model with Cucumber automation to cut back duplication and improve test maintenance.
Learn More -
How to create Test Automation Strategy: Best Practices
Learn how to create a test automation strategy that works for your team. This guide will help create a fail-proof test automation strategy.
Learn More -
How to read Config Files in Python using Selenium
Learn how to read configuration files in Python using Selenium, the different types of config files, and how to manage them with Config parser.
Learn More -
Test Case Reduction and Techniques to Follow
Looking for how to reduce the number of test cases to be run? Check out our guide on test case reduction techniques and learn how to optimize your test cases.
Learn More -
Jenkins for Test Automation
Explore Jenkins, its features, and how it can facilitate test automation. A step-by-step tutorial on setting up Jenkins with Git to manage your CI/CD pipeline.
Learn More -
Cross Browser Testing in Puppeteer: Tutorial
Learn about Puppeteer-supported browsers, their browser versions, cross-browser testing in Puppeteer, and more in this guide.
Learn More -
Introduction to Data-Driven Testing using Cypress
Learn how to create data-driven tests and perform data-driven testing using Cypress fixtures through this guide with the help of examples
Learn More -
Cucumber Best Practices to follow for efficient BDD Testing
Want to learn the best practices of using Cucumber and how to use Gherkin keywords appropriately? Read this article to find out.
Learn More -
What is Cypress Page Object Model?
Page Object Model makes test automation efficient. Check out what is Cypress Page Object Model and how to implement it.
Learn More -
What is a Test Runner
Want to know more about Test Runner? Learn how to execute test files on multiple real devices using Test Runner.
Learn More