Test your native and hybrid apps on a real device cloud. This guide helps you run your first test build on a real Android or iOS device on BrowserStack.
Prerequisites
BrowserStack Username and Access key. You can find this in your account profile section. If you do not have an account yet, sign up for a Free Trial.
If you are using Mac computers with Apple silicon chips, use the BrowserStack SDK CLI workflow.
Run a sample build
Run a sample C# test build using your preferred method on BrowserStack:
After downloading the sample project, unzip it in a desired location.
Import the downloaded project
Click File > Open. Navigate to your project and open it.
Configure your browserstack.yml config file
The browserstack.yml file holds all the required capabilities to run your tests on BrowserStack. It is found in your project’s (android/ios) root folder and is part of downloaded sample.
Set access credentials
Set userName and accessKey parameters in the browserstack.yml file, available in the root directory, to authenticate your tests on BrowserStack.
Select Android or iOS devices from a list of 150+ available combinations:
Use one of our sample apps to run your first Appium test on BrowserStack App Automate. Choose from the options below:
Platform
Select an OS to choose the devices from below
Android
Android
iOS
Parallel thread
#1
Samsung
Samsung Galaxy S22 Ultra 12.0
Parallel thread
#2
Google
Google Pixel 7 Pro 13.0
Parallel thread
#3
Oneplus
OnePlus 9 11.0
Update the browserstack.yml config file
Replace the platforms object in the browserstack.yml file.
<path> - Mention the absolute path to the directory where you want to save dotnet x64
<version> - Mention the dotnet version which you want to use to run tests
This command performs the following functions:
Installs dotnet x64
Installs the required version of dotnet x64 at an appropriate path
Sets alias
Sets an alias for the dotnet installation location on confirmation (enter y option)
The command sets the installation path in your ~/.zshrc (zsh) or ~/.bashrc (bash) profile and you can use this alias to run your tests later. If you choose not to set the alias, when you run the tests, you have to use the entire path to the installation location on every test run.
Configure your browserstack.yml config file
The browserstack.yml file holds all the required capabilities to run your tests on BrowserStack. It is found in your project’s (android/ios) root folder and is part of downloaded sample.
Set access credentials
Set userName and accessKey parameters in the browserstack.yml file, available in the root directory, to authenticate your tests on BrowserStack.
Select Android or iOS devices from a list of 150+ available combinations:
Use one of our sample apps to run your first Appium test on BrowserStack App Automate. Choose from the options below:
Platform
Select an OS to choose the devices from below
Android
Android
iOS
Parallel thread
#1
Samsung
Samsung Galaxy S22 Ultra 12.0
Parallel thread
#2
Google
Google Pixel 7 Pro 13.0
Parallel thread
#3
Oneplus
OnePlus 9 11.0
Update the browserstack.yml config file
Replace the platforms object in the browserstack.yml file.