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

Selenium

Test Runners

Overview

In this tutorial, we will learn about Test Runners. We will define the Test Runner and
look at some examples.

What is a Test Runner?

Test Runner is a tool that is capable of picking up the tests, executing the tests, and reporting the test results. The test runner can pick one test case at a time or pick a batch of test cases ( Test Suite).

 

Test Runner Illustration

The QA professionals / Developers need to feed the test suites of the Application under test. The test runner runs the tests and produces understandable test results and test log reports.

Test Runners Types

We can categorize test runners into many types based on different criteria and capabilities. For example, a JUnit-based test runner is capable of running unit test cases. Load Runner is capable of running load test cases.

The test runner can be a command-line or GUI tool. A command line test runner accepts some command line arguments and runs the tests with minimum user interaction. A GUI test runner is virtual and the user should interact with the UI to invoke the tests.

Some test runners are capable of running tests on a single machine, on the other hand, some runners can be distributed and capable of running tests on many machines/real or virtual cloud devices.

Examples

Some examples of Test Runners are as follows:

  • JUnit Test Runner
  • Karma Test Runner
  • Selenium TestRunner

 

Selenium Test Runners GUI

 

—

Selenium Tutorials

Selenium Tutorials on this website:

https://www.testingdocs.com/selenium-webdriver-tutorial/

Selenium official website:

https://www.selenium.dev/

Related Posts

Windows 10 Settings

Selenium /

Add Microsoft Webdriver on Windows OS

Download Selenium Components

Selenium /

Getting Started with Selenium Webdriver

LambdaTest Testing Cloud SaaS Platform

Selenium /

LambdaTest – Testing Cloud SaaS Platform

Selenium /

Selenium 3.0 and Mozilla GeckoDriver

SauceLabs Website

Selenium /

Run an Example Test on SauceLabs

‹ Install Selenium Core› Selenium Remote Control aka Selenium 1.0

Recent Posts

  • Update draw.io on Windows
  • 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