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.
- 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
mavenorgradleis 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..