Tutorials
-
How to use JavascriptExecutor in Selenium
Learn the role of a Javascript executor in test automation using Selenium.
Learn More -
How to Scroll Down or Up using Selenium Webdriver
This guidepost will help you understand how vertical and horizontal scroll operations are implemented using JavaScript executor within the Selenium script.
Learn More -
Assert and Verify Methods in Selenium
Understand the difference between assert and verify in Selenium with command examples to execute types of Assert methods.
Learn More -
How to Maximize Chrome Window in Selenium Webdriver using Java
Read this fundamental guide on how to maximize Chrome Window in Selenium WebDriver prior to the test automation.
Learn More -
Cross Browser Testing Selenium C# NUnit
Learn how to get started with cross browser testing using Selenium C# and NUnit with pre-requisites, examples and best practices for consistent user experience
Learn More -
What is UX testing with example
UX testing is crucial for customers satisfaction and delight. This guide explores what is UX testing, its benefits, and how to perform UX Testing
Learn More -
Introduction to Visual Regression Testing
Learn the basics of Visual Regression Testing to check that code changes do not break any aspect of the software’s visual interface.
Learn More -
SendKeys in Selenium WebDriver
Learn how SendKeys() method plays a vital role in automating test cases for form interactions using Selenium. A must-know command for QAs.
Learn More -
How to Run Safari Test on Cypress?
Learn to perform Cypress Safari testing for the WebKit browser engine. Using WebKit for testing will reflect how it would perform on Safari.
Learn More -
How to perform Cross Browser Testing on Wix Websites
This guide details the importance of cross browser testing on Wix Websites and how to perform it on various device/OS/browser combinations with BrowserStack Live.
Learn More