Image of Parallel Testing Tools

Cross Browser & Parallel Testing Tools | Testim

Table of Contents

This Blog covers below major topics:

  • Cross Browser Testing
  • Running Tests From CLI
  • Running Test Plan From CLI
  • Parallel Testing

Cross Browser Testing

Cross-browser testing in Testim ensures that your web application functions correctly across different browsers, versions, and operating systems.

Easiest Way to Run Tests on Different Browsers:

  • Go to Test List → Click on Plans.
  • Click Create a New Plan.
  • To run tests on multiple configurations, check the box Override Default Configurations.
    • (If you need to create new configurations, go to the Runs → Configuration List.)

  • Now, select the Test Plan and click on the Run button.
  • You will see the tests running on all browsers selected in the Configuration.
  • To check the execution report, go to the Runs tab.

Running Tests From CLI

First, let’s learn how to run a normal test from the Command Line Interface (CLI).

  • Go to Settings from the left panel.
  • Click on the CLI subtab.
  • Click on CI, then copy the sample code from the right side.
  • Run the copied code in your local system’s command line.

Run Test Plan From CLI

Copy sample command and add this into command  – test-plan “name of test plan”

Parallel Testing

Copy Sample command and add this into command –test-plan”name of test plan” –parallel 4

  • Now go to Runs from Left Panel and check your execution

Good to Read:- How to Use Parameterization in Testim

Related Blogs