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
1 answer

Trying to get past windows authentication in browser stack

So for the last few days, I've been trying to get past the windows authentication popup box when creating automation tests in Katalon Studio. I'm testing a local website and finally got this working locally using the code below in Katalon. When the…
1
vote
1 answer

Tunneling an SPFX WebPart to BrowserStack using ngrok

I've tried this to no avail unfortunately, is there a way of tunneling a locally running version of an SPFX webpart in order to debug it through BrowserStack. I can get it working directly with SP through the debug query string but it doesn't seem…
1
vote
2 answers

Browserstack service / webdriverIO / Automate / Session Name is changing during the test

since the lasts versions of webdriverIO with browserstack-service 6.4.7, I am facing some issues with the session name on Browserstack : The Continuous integration is sending a name (with a job unique ID) to Browserstack as a "Session Name" and…
1
vote
2 answers

To mark test Pass or Fail on Browserstack Appium Python-behave

Please find the code below that I have added in environment.py file for after_scenario I do not get any error but neither are my tests marked with appropriate status on Browserstack def after_scenario(context, scenario): if scenario.status ==…
1
vote
1 answer

Split function always returns empty array [Browserstack, IOS devices]

Steps for reproducing: Open any site using any IOS device on Browserstack Open DevTool Execute in console smth like "bla bla bla".split(" ") Expected: (3) ["bla", "bla", "bla"] In fact: [] Have anyone ever bumped into this issue?
1
vote
2 answers

BrowserStack Live: Upload a local file

I have successfully used TestCafé (with testcafe-browser-provider-browserstack) to test my application on BrowserStack, including file uploads of local files and all. However, I cannot get manual tests to work with uploads. I use the…
Michael Piefel
  • 18,660
  • 9
  • 81
  • 112
1
vote
1 answer

Can we run/test desktop applications on browserStack?

Can anyone let me know whether we will be able to run/test desktop applications on BrowserStack? I'm exploring options to test one of the desktop applications on multiple operating systems and devices.
1
vote
2 answers

Selenium wait failing on BrowserStack

We have an automated UI test running with BrowserStack and it does not run consistently occasionally timing out while waiting for elements to be added to the DOM, but when running locally with Chromedriver the test succeeds 100% of the time. Here is…
1
vote
0 answers

Testcafe with Browserstack stops to run tests in the middle

I run Testcafe (^1.8.6) from a Jenkins server and use Browserstack and the module testcafe-browser-provider-browserstack (^1.13.0). The TESTCAFE_BROWSERSTACK_API_POLLING_INTERVAL is set to 40 seconds. While the tests are running, in somehow random…
1
vote
1 answer

Getting the error while trying to run the code for selenium/selenide script to execute script on browserstack

Error description - java.lang.IllegalArgumentException: The class org.openqa.selenium.remote.RemoteWebDriver of the given context doesn't implement io.appium.java_client.FindsByIosNSPredicate nor io.appium.java_client.FindsByFluentSelector. Sorry.…
1
vote
1 answer

TestNG tests are using the parameter of one test instead of their own

I'm using TestNG with parameters and it works fine for one test. But as soon as I add another test, the parameters start messing up. Instead of using their own parameters as defined in the xml file, they only use the parameter of one test.
qathulu
  • 163
  • 2
  • 9
1
vote
1 answer

safaridriver: unrecognized option '--w3c'

I'm trying to run a test against safari running on an iPhone in BrowserStack. Using nightwatch test framework. When I launch the runner from my IDE(IntelliJ), I see this error: /usr/local/bin/node…
anutter
  • 366
  • 2
  • 17
1
vote
1 answer

Failed to get FIS auth token on emulator

Im using firebase for sending notification. my version of firebase-messages is: implementation ("com.google.firebase:firebase-messaging:20.0.0") I configure my firebase with google-service.json The weird issue that when I run my app on the…
1
vote
1 answer

How to automate the mobile emulation in chrome browser in browserstack?

I'm trying to automate the mobile emulation in chrome browser. So I have done in local chrome execution successfully, not sure about the browserstack chrome mobile emulators. I just wanted to know how should we do the same in browserstack. Similar…
1
vote
1 answer

How to download/unzip and install browserstack local in gitlab-ci.yml

I'm trying to run automated tests via browserstack on private server, tests are executed on Gitlab Ci. Since it is private server I need force local parameter when executing tests. When running from local PC following solution works…
vertigo448
  • 88
  • 1
  • 7