TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Selenium IDE

Run Tests with Selenium Side Runner

Overview

Selenium Side Runner is a command line test runner to run tests recorded with Selenium IDE tool. We can use this tool to run the recorded tests from the Selenium IDE project.

Prerequisites

Node.js is a JavaScript runtime that is built on Google Chrome’s V8 JavaScript engine.

Steps to download and install Node.js on Windows 10 operating system.

https://www.testingdocs.com/downloading-and-installing-node-js-on-windows/

Install

Install the tool. Launch command prompt and issue the following command.

\> npm install -g selenium-side-runner

Install Selenium Side Runner

Install Drivers

Install browser drivers for cross browser testing.  For example, to install Chrome driver.

\> npm install -g chromedriver

Npm install Chromedriver

Additionally, we can install other browser drivers. For example, command to install driver for Firefox browser.

NPM Install Geckodriver

Run Tests

To run the tests from the command line using the tool. Launch command prompt and issue the following command. Specify the Project file with out the angle brackets.

\> selenium-side-runner <<path to the Selenium IDE Project.side>>

 

—

Selenium IDE Tutorial page:

https://www.testingdocs.com/selenium-ide-tutorials/

For More information on Selenium IDE:

https://www.selenium.dev/selenium-ide/

Related Posts

Test Execution Speed Selenium IDE

Selenium IDE /

Test execution speed in Selenium IDE

Session Not Created Error ChromeDriver

Selenium IDE /

Fix Error Session not created ChromeDriver

ChromeDriver Not Found on PATH

Selenium IDE /

How to Fix ChromeDriver could not found on PATH

Microsoft Edge Addon Store

Selenium IDE /

Install Selenium IDE on Microsoft Edge Browser

Pause On exceptions Selenium IDE

Selenium IDE /

Debug Test Scripts in Selenium IDE

‹ Create a new Project in Selenium IDE› Setup Selenium IDE on Ubuntu Linux

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version