Tutorials
-
How to use Log4j in Selenium
What is Log4j? How does it help with running Selenium tests? Dive into this beginner's introduction to Log4j, and how it makes Selenium testing easier for QAs.
Learn More -
Unit Testing Frameworks in Selenium
This guidepost highlights some of the highly preferred language-specific unit testing frameworks in Selenium.
Learn More -
How to Drag and Drop in Selenium?
Learn how to automate the drag and drop action of websites while testing with Selenium. Run the code snippet given, and start automating your website tests today.
Learn More -
How to Build and Execute Selenium Projects
Step-by-step guide for beginners on building and executing Selenium projects with Maven and Java. Learn with the help of code snippets and examples.
Learn More -
Test Automation using Selenium and Cucumber Framework: Tutorial
Learn how to use Selenium and the Cucumber framework to create and run automated website tests. Example included. Test websites on real devices.
Learn More -
How to run failed test cases using TestNG in Selenium Webdriver?
Failed tests will inevitably show up in any software testing lifecycle. Learn how to adjust and rerun failed test cases using TestNG in Selenium WebDriver. Start testing on real devices today.
Learn More -
Parallel Testing with Selenium
Learn Parallel Testing basics, parallelization vs serialization, and how to perform Parallel Execution in Selenium with BrowserStack's tutorial.
Learn More -
Cross Browser Testing using Playwright
In this tutorial for cross-browser testing using Playwright, we'll go step-by-step to set up Playwright with BrowserStack Automate.
Learn More -
How To verify Tooltip Using Selenium
A quick guide on how to verify tooltips in Selenium using two simple methods.
Learn More -
How To Validate Text in PDF Files Using Selenium Automation
PDFs are widely used to share information across, but testing PDFs is complex. Here’s how you can validate text in PDF files using Selenium Automation
Learn More