Selenium Webdriver
-
Selenium WebElement Commands
Learn Selenium commands necessary to interact with and controls web elements for automation testing of websites. Test websites on real browsers and devices for 100% accurate results.
Learn More -
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 manual on building and executing Selenium projects with Maven and Java. Code snippets included.
Learn More -
How to get Selenium to wait for a page to load
Wondering how to wait for a web page to load in Selenium testing? Here's a tutorial to guide you through the process
Learn More -
How to make your Selenium test cases run faster
Selenium tests too slow? Use these tricks to speed them up so that you get better results in much lesser time.
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 -
6 Things to avoid when writing Selenium Test Scripts
Don't let your Selenium test script fall prey to these commonly made errors. Know what to avoid when creating scripts. Get fast and accurate results to your automation testing efforts.
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