Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1008 Bytes

File metadata and controls

26 lines (18 loc) · 1008 Bytes

Java-selenium-browserstack


Run tests using Java on BrowserStack's Selenium grid of 3000+ real devices and desktop browsers. This sample project is based on the TestNG runner and BrowserStack SDK. Checkout integration with other Java frameworks here .

If you prefer to perform the integration steps manually, switch to manual-integration. This is useful only if you have a customized testing framework or have advanced use-cases.

Prerequisite

  • You need to have BrowserStack Username and Access key, which you can find in your account profile. If you have not created an account yet, you can sign up for a Free Trial.
  • Make sure maven or gradle is installed in your system, its environment variables are set, and its bin is added to system path, $PATH.
mvn --version

-- Add SDK steps to get started and integrate here..

Test using other Java frameworks