Tutorials
-
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 -
Page Object Model and Page Factory in Selenium
Understand the fundamental concept of Page Object Model (POM) and Page factory in Selenium along with the example and key differences.
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 -
Selenium Commands every Developer or Tester must know
This guidepost explains a basic set of commands essential to get started with Selenium test automation.
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 JUnit Parameterized Test in Selenium
Understand how JUnit automation rescues against the problem of data spreadsheets with inbuilt argument sources for parameterized tests.
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
What is Parallel Testing? How to perform Parallel Execution using Selenium? Read Tutorial to understand basics of parallel testing, parallelization vs serialization comparison, with examples.
Learn More