Automation Testing
-
How to handle Multiple Tabs in Selenium
Learn how to manage multiple tabs during test automation using Selenium WebDriver
Learn More -
getAttribute() method in Selenium: What, Why, and How to use
A quick guide on how QAs can automate decisive test scenarios using getAtrribute() method.
Learn More -
Selenium and PHP Tutorial: How to get started with Test Automation
Selenium is a great tool for automating web application testing. Learn how to get started with automation using Selenium with PHP.
Learn More -
How to set Proxy in Firefox using Selenium WebDriver?
A fundamental guidepost that illustrates multiple ways to configure the proxy server in firefox using Selenium WebDriver.
Learn More -
How to perform Web Scraping using Selenium and Python
Web Scraping makes data collection at scale easy. Learn how to perform Web Scraping using Selenium and Python with this guide
Learn More -
How to Test React using Cypress
A detailed guide on how to test React Apps using Cypress, including examples of Unit Testing and Component Testing using JEST and React Testing Library.
Learn More -
Selenium Automation Framework: A Detailed Guide
Learn how to use the Selenium automation framework, which is classified into Data Driven, Keyword Driven, and Hybrid Frameworks.
Learn More -
Puppeteer vs Selenium: Core Differences
A detailed comparison between two popular automation frameworks - Puppeteer and Selenium. Which one best fits your needs?
Learn More -
How to Create Object Repository in Selenium
This guidepost explains the fundamentals of Object repository in Selenium. It also explains how creating a repository using properties file in Selenium can help QAs to optimize their test suites.
Learn More -
How to handle iFrame in Selenium
Learn how to handle iframe in Selenium with the SwitchTo() method to switch between frames along with code samples.
Learn More