Tutorials
-
Data Driven Framework in Selenium
Data-driven tests are important for reducing number of tests and better identifying defective code. Learn how to create data-driven tests, and how they can help create more efficient Selenium test scripts.
Learn More -
Getting Started with XCUITest : UI Automation Framework on iOS
Explore the role of automation in iOS testing, the XCUITest framework, and how to get started with it. Sample test included.
Learn More -
Handling Login Popups in Selenium WebDriver and Java
Login Popup are a common sight in web applications. Learn how to handle these Login Popus in Selenium Webdriver and Java effectively.
Learn More -
How to set up Selenium on Visual Studio
Learn how to set up Selenium on Visual Studio in order to run automated Selenium tests. Step-by-step tutorial with images and instructions.
Learn More -
What is Cypress Test Suite?
Explore the fundamentals of the Cypress test suite, test case development, and different ways to create test suites using specific code examples.
Learn More -
Get Current URL in Selenium using Python: Tutorial
Detailed guide on how to use Get Current URL using Selenium in Python for validating URL of a website. Code Samples and examples included.
Learn More -
Screenplay Pattern approach using Selenium and Java
Screenplay Pattern enriches test automation. Learn how to use Screenplay Pattern approach in Selenium Java for functional and visual testing
Learn More -
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