Automation Frameworks
-
Design Patterns in Automation Framework
Design Patterns make test automation suite execution efficient. This comprehensive guide covers all Design Patterns in Automation framework with examples.
Learn More -
How to Create and Use Action Class in Selenium Python
Actions class is an ability provided by Selenium for handling keyboard and mouse events. Learn how to create action class using Selenium Python.
Learn More -
Handling Alerts and Popups in Cypress
Learn to set up the Cypress automation environment for handling alerts and pop-ups while integrating with BrowserStack.
Learn More -
What is Cypress Testing Library and its Usage
Cypress Testing Library is the integration of DOM Testing library with Cypress. This guide explains how to install and set up cypress testing library and its various APIs.
Learn More -
Overcoming Top Challenges faced in Appium Automation
Learn about the overwhelming challenges in Appium automation to take efficient decisions for optimum usage and performance.
Learn More -
SpecFlow Tutorial for Automation Testing
Deep dive into the incorporation of BDD approaches while writing tests using SpecFlow automated testing.
Learn More -
Handling Alerts and Popups in Puppeteer
Learn to set up the Puppeteer environment for handling alerts and pop-ups while integrating with BrowserStack.
Learn More -
How to Debug Protractor Tests for Selenium Test Automation?
Learn four different ways on how to debug Protractor tests and also migrating your Protractor tests to NightwatchJS
Learn More -
Headless Browser Testing with NightwatchJS
Learn more about NightwatchJS which is an open source javascript-based automation library that supports multiple browser testing.
Learn More -
Page Object Model in Cucumber
Learn to use Page Object Model with Cucumber automation to cut back duplication and improve test maintenance.
Learn More