id | title | hide_title | sidebar_label | description | keywords | url | site_name | slug | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
lambdatest-running-your-first-selenium-test |
Run Your First Test on LambdaTest using Selenium |
false |
Running Your First Job |
Learn how to run your first Selenium test on LambdaTest's cross-browser testing platform. Step-by-step guide for setup and execution on 3000+ browsers. |
|
LambdaTest |
lambdatest-running-your-first-selenium-test/ |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import CodeBlock from '@theme/CodeBlock'; import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
<script type="application/ld+json" dangerouslySetInnerHTML={{ __html: JSON.stringify({ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.lambdatest.com" },{ "@type": "ListItem", "position": 2, "name": "Support", "item": "https://www.lambdatest.com/support/docs/" },{ "@type": "ListItem", "position": 3, "name": "Inside LambdaTest Automation Platform", "item": "https://www.lambdatest.com/support/docs/lambdatest-running-your-first-selenium-test/" }] }) }} ></script>LambdaTest provides a powerful Selenium Grid that allows you to perform automated cross-browser testing on over 3000+ real browsers and operating systems. This guide will walk you through the process of setting up and running your first Selenium test on the LambdaTest platform.
Before you begin, ensure you have the following:
- Your LambdaTest Username and Access Key
- Install Java Development Kit (JDK). We recommend Java version 11
- Install Maven
- Download the latest Selenium Client and its WebDriver bindings
:::tip Sample repo Download or Clone the code sample for the TestNG from the LambdaTest GitHub repository to run the tests on our Standard Grid.
git clone https://github.com/LambdaTest/java-testng-selenium
cd java-testng-selenium
Before proceeding forward, run the below command to update the outdated dependencies
mvn versions:display-dependency-updates
In your terminal (as per your respective Operating System), run these command to setup your LambdaTest credentials.
You can see your credentials below if you have logged into our platform.
Run the following command to execute your test on LambdaTest
Visit the LambdaTest Web Automation page to check the status of your test execution.
<img loading="lazy" src={require('../assets/images/selenium/running-first-test/run-first-test.png').default} alt="Image" className="doc_img"/>