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

Unable to connect to localhost, bs-local, etc on Browserstack

I'm attempting to do some development on iOS for a model-viewer web component through browserstack (using iOS 13 Chrome) and it seems unable to connect to localhost, whether I use bs-local (as suggested via browserstack), my IP, or anything else. I…
1
vote
2 answers

Can I run Robot tests with Appium Browserstack?

Can I run tests written Robot Framework in Browserstack for automated testing? If BrowserStack does not support it which framework supports it? Sauce labs Perfecto Kobiton Headspin Also, I am wondering whether other frameworks support Robot with…
Exploring
  • 2,493
  • 11
  • 56
  • 97
1
vote
0 answers

Can I run cloud-based native mobile app testing from cloud?

I wrote tests in Robot Framework with Appium. I test the same app on both Android and iOS. I want to find out a cloud-based native mobile app testing vendor where (a) I can test the app on various mobile devices and (b) I could also run the tests in…
Exploring
  • 2,493
  • 11
  • 56
  • 97
1
vote
0 answers

IPA file made by pipeline is not working in browserstack

When the pipeline finishes building react-native ios app. It creates an artifact IPA file. Usually, it works fine but for several times we get 'app_install_error: unknown ....'. Builds are fine because when we connect to testflight and download same…
Lukáš Šálek
  • 1,265
  • 2
  • 19
  • 38
1
vote
1 answer

Synchronous multi login test execution

I would like to automate the following use-case using selenium grid (nightwatch) / browserstack, Login using 1st user Login with 2nd user in incognito window or different browser 2nd user is a manager to 1st and interacts with user 1 Automate flows…
1
vote
2 answers

How to do Flutter web integration testing with BrowserStack / Sauce Labs etc?

I'm trying to run integration tests of a Flutter web (not Android/iOS) app on a hosted device farm like BrowserStack or Sauce Labs. It seems that the Flutter driver or integration tester are only designed to run on the local machine you're testing…
Noland
  • 730
  • 6
  • 16
1
vote
0 answers

Not able to pick the Date in samsung galaxy s7 tab using selenium

I am automating the web based application for desktop and mobile devices. I am using browserstack to run the test cases on different devices/browsers. I am using selenium webdriver with java for automation. In one of the scenario, I want to select a…
1
vote
1 answer

Robot framework Browser library with BrowserStack

Is it possible to use BrowserStack when using Browser library in RobotFramework There is an article on how to do it with SeleniumLibrary ( https://medium.com/detesters/integrating-robot-framework-with-browserstock-bddf5b0e0c14 ) and also an article…
tijnn
  • 406
  • 1
  • 8
  • 24
1
vote
0 answers

Browserstack local connection issue

I am trying to run cypress based tests on Browserstack from behind proxy and have successfully started the local connection with ./BrowserStackLocal --key YOUR_ACCESS_KEY --local-identifier CypressLocalConnection1 When I tried starting the tests I…
favored
  • 83
  • 5
1
vote
0 answers

How can I get realtime network calls in BrowserStack app-automate?

How can I get realtime network calls in BrowserStack app-automate? There seem to be two options for me so far from what I have explored. Get network logs from BrowserStack. Issue: With this approach, I can get network calls only after the session…
Optimus Prime
  • 6,817
  • 5
  • 32
  • 60
1
vote
1 answer

How do i figure out what to use for my If statement. When I want to identify I am using Browserstack

Browserstack uses this uri http:/hub-cloud.browserstack.com/wd/hub. While locally I use a http://xxx.xxx.xx.xxx:xxxx/wd/hub. I have tried putting those in and I get an error I have also tried to get a Boolean for FI using Browserstack(which is the…
HANSTKE
  • 47
  • 6
1
vote
0 answers

The IWebDriver object must implement or wrap a driver that implements IHasInputDevices. (Parameter 'driver')

I am trying to implement BrowserStack into my selenium project and am currently getting this error and it has been very frustrating. Here is my TestInit class that holds my test setup method and teardown: using…
Kody Berry
  • 111
  • 1
  • 7
1
vote
2 answers

BrowserStack and Azure integration and Run Tests

This is new topic for me, I am trying to integrate BrowserStack with Azure DevOps pipelines. I have followed all steps mention in the documentation by…
1
vote
1 answer

How to see logs in browserstack?

I have developed a React Native App using Expo. It is working as expected in Android as well as my local iOS simulator. However, when i upload the ipa file to browserstack and test in the iOS devices available there, the app crashes as soon as it…
Kshitij Bajracharya
  • 811
  • 2
  • 14
  • 37
1
vote
0 answers

TestCafe Browserstack attempts connection to url every 80s or so infinitely without failing

I have an issue whereby our TestCafe tests occasionally run infinitely within BrowserStack. They eventually fail when the build server hits its 1 hour timeout and ends the…
Rushby
  • 869
  • 9
  • 18