Questions tagged [browserstack]

BrowserStack is a cloud service providing web browsers and mobile devices for both manual and automated testing.

Testing in Browsers

Test in real browsers including Internet Explorer 6, 7, 8, 9 and 10 (with metro mode).

Testing Android/iOS Apps

Use App Live for manual testing an app on a wide range of different OS versions or use App-Automate to automate the tests to be run on the cloud.

Official real mobile devices and emulators

Provides a wide range of real iOS and Android devices for testing on a combination of various browsers such as Chrome, Firefox, Safari.

Also, supports Windows phone and tablets emulators. Which allows users to test on different combinations.

Test local and internal servers

You can test against any internal/private server or local HTML designs in their remote browsers through our secure tunnel setup via BrowserStack Local Binary support.

Pre-installed developer tools

BrowserStack provides dev tools in real-mobiles which enables debugging cross-browser issues in realtime. For quick cross-browser testing and debugging on Windows or macOS, browsers come with preinstalled tools like Firebug, Developer Toolbar.

Multiple Desktop OS

Test on multiple flavors of Windows and Mac OSX Operating systems.

Screenshots

Screenshots tool provides a quick snapshot of a page by capturing screenshots on a combination of selected devices.

693 questions
1
vote
0 answers

Splitting Protractor Tests into different Sessions on BrowserStack Automate

I'm running a Protractor suite on BrowserStack and am searching for a way to split my suite's tests into different Sessions on BrowserStack. So far I've had success by setting restartBrowserBetweenTests to true in my configuration file but this…
feedfruit
  • 11
  • 1
1
vote
2 answers

Signature mismatch between apk & espresso apk when running tests on Browserstack automate

I've written a pipeline on Azure that builds our apk, builds the espresso test apk, signs them both with the Keystore that's located in secure storage, then uploads them to BrowserStack automate & executes the test. The issue occurs at the Builds…
1
vote
1 answer

Building & uploading espresso tests to Browserstack using AzureDevOps

I'm following this link on how to run an automated espresso test on Browserstack. I want to upload the required APKs mentioned there to Browserstack using an azure pipeline I've created. I've managed to build and upload my app's APK as you can see…
1
vote
0 answers

Browserstack custom reporter Cypress config

I'm using Cypress to run my e2e testing on Browserstack. I'm using junit reporter which is configured in the cypress.json. When I'm running tests locally test results are generated according to the format (i.e junit). However, when I'm running…
syntax-punk
  • 3,736
  • 3
  • 25
  • 33
1
vote
1 answer

BrowserStack - Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure

In my local Jenkins Docker container, I could run my test plan without any issues . Even without giving However, in my office Jenkins server, I setup with that as per the…
Sameera De Silva
  • 1,722
  • 1
  • 22
  • 41
1
vote
1 answer

How can we handle in app message card while running automation using selenium-java

After installing .apk file on android device In app msg card will be displayed on screen without closing this in app msg we are not able to run further automation sequence Note : I am using browserstack for app automation enter image description…
1
vote
0 answers

Unable to play video after appium generates screen recording of IOS tests on browserstack

I am working on a framework for mobile automation using Appium.The tests run on browserstack real devices. I am trying capture screen recordings of tests using the inbuilt Appium methods startRecording() and stopRecording(). It works fine with…
1
vote
0 answers

error invalid source option, source is either '1.3' or '1.4': Browserstack integration with Azure Devops Pipeline

I am trying to integrate browserstack with azure devops pipelines. I added all the necessary repos to the pom.xml While building the code i am getting below error. And i am following this link …
1
vote
0 answers

.perform() not working with Cataline safari 13.1 Browserstack

I want to move the cursor on xpath element given below so that I can validate the colour changes but I am getting below error : org.openqa.selenium.interactions.MoveTargetOutOfBoundsException: WebElement ele =…
1
vote
2 answers

Safari on mobile - computed style is different than given

I am writing an Angular (v.9) web application which contains few tiles on the scrolling panel. When given option is out of order I set blurred grey background with text on it. It works fine on desktop chrome/firefox/edge and mobile chrome/firefox.…
Maciej Skrzypiński
  • 557
  • 1
  • 4
  • 10
1
vote
0 answers

Third party Exe file can not be executed inside Docker Windows Container

I'm trying to execute a win exe file that is not from my property BrowserStackLocal.exe https://www.browserstack.com/local-testing/automate#establishing-a-local-testing-connection This is my Dockerfile: FROM mcr.microsoft.com/dotnet/sdk:5.0 SHELL…
Frank Escobar
  • 648
  • 5
  • 15
1
vote
2 answers

Can Xamarin apps use App Live Local Testing on BrowserStack

I've developed a cross platform mobile app with Xamarin.Forms. I have local services that my app hits. My Xamarin app defines the HTTPClient as shown below. When testing on BrowserStack's App Live product I can not hit my local services from my app…
RangerRick
  • 266
  • 4
  • 17
1
vote
1 answer

How can I alter iOS App Settings For Browserstack or Local Testing Via Appium?

I'm setting up automated tests against an iOS application using Appium and Browserstack. My iOS app has an application setting (in Settings > MyApp) to change the base URL of the API used to interact with our servers. On a physical device, I can…
Tyler Nielsen
  • 605
  • 1
  • 7
  • 21
1
vote
2 answers

Karate UI framework with browserstack iphone support

I am trying to run my simple test script into iphone safari or chrome browser but it did not work. i tried to change respective driver, browsername and all but fail. below is my code- def session = {"desiredCapabilities": {"device":"iPhone XS",…
santosh
  • 51
  • 4
1
vote
1 answer

Browserstack & Testcafe: Possible to use without localetesting

We want to run TestCafe Tests with BrowserStack Devices. Our tests are complex and at the moment they don't work via BrowserStack because some elements are not visible within BrowserStack. It seems that it is caused by the LocalTesting. Is it…