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

Ionic 4 - click event not working on browserstack but working on browser

I thought the issue was with (click), as click is been used in the browser (working) but in mobile it is a touch not click (not working). So I have tried up with on-touch, (ontouchend) instead of (click) but nothing is working. Later I feel that…
-1
votes
1 answer

How to call a method in every test which is in the base class and has a data provider in selenium

I have been trying to integrate browser stack with my selenium scripts. As part of which i have added desired capabilities in my 'getBrowser' method with data provider in the Base class. As i want to run my scripts in multiple browsers. The browsers…
-1
votes
1 answer

Unable to click on an element in Browser stack

Unable to click on an element in Browser stack Automate. The same code is running successfully in chrome/firefox. I am using movetoelement of Actions class to click on a particular element.. Actions action = new…
-1
votes
1 answer

I can't figure out how to set up browserstack properly on travis CI

I read and followed the instructions at https://docs.travis-ci.com/user/browserstack/ to set up https://github.com/cellog/react-redux-saga-router and it doesn't work. It claims there is no username, even though I clearly set up a username. You can…
Greg Beaver
  • 1,062
  • 11
  • 10
-1
votes
1 answer

Running karma test in BrowserStack in mobile

I am trying to connect my CI tests to BrowserStack. My tests are running using karma-mocha and https://github.com/karma-runner/karma-browserstack-launcher. I can easily run tests on desktop browsers but I am unable to connect mobile browsers to the…
Yehuda
  • 979
  • 7
  • 11
-1
votes
1 answer

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session

I am trying to run a selenium script to automate in browser stack mentioned here http://seleniumworks.blogspot.in/2013/10/run-selenium-scripts-on-cloud.html When I run this script in eclipse I am getting below error. [TestNG] Running: …
Pramod
  • 3,217
  • 3
  • 20
  • 26
-1
votes
1 answer

Is it possible to run a Coded Ui Test in Visual Studio using Browserstack Plugin?

I am trying to Run Coded UI tests for Multiple Browser configurations. Browserstack has a plug-in for Visual Studio, But Browserstack gives no information on where the plug-in plugs in.
GaryDPQA
  • 1
  • 3
-1
votes
1 answer

Inconsistent behaviour with browserstack testing of ReactJS via travis-ci vs localhost

I'm running test towards browserstack with karma (karma-browserstack-launcher, browserify + reactify), using jasmine as test suite with my reactjs code, and I'm getting inconsistent behaviour. If I run karma start karma.conf from my laptop (using…
phun-ky
  • 351
  • 3
  • 12
-1
votes
1 answer

Firefox pop up obscures the screen paritally in selenium test

I ran my test in BrowserStack and here is an example outcome How can I turn off this behaviour of Firefox in a selenium test via DesiredCapabilities? I want to be able to drive this behaviour with settings instead of adding code for a specific…
Anthony Kong
  • 37,791
  • 46
  • 172
  • 304
-1
votes
2 answers

Sample code java Browserstack and Saucelabs

I am newbie here on stackoverflow. I am beginner with the tools test as a service and I need a very simple sample code on how to use the REST API Saucelabs and BrowserStack to facilitate my studies, could be the same example, but implemented with…
ricardoramos
  • 891
  • 3
  • 18
  • 35
-1
votes
2 answers

Test the rendering of HTML and CSS

I need to test if the following HTML code and the CSS of that page results into a red and line-through price like:
€  719. -
wintermeyer
  • 8,178
  • 8
  • 39
  • 85
-2
votes
1 answer

Charles Proxy vs Developer Console vs Browserstack

It seems that more developers are using Charles Proxy nowadays, but I can't beg to differ what are the advantages or what you can do with Charles that you can't do with others like Chrome Developer Console or browser stack.
Yzak
  • 81
  • 2
  • 13
-2
votes
1 answer

Browser stack unreachable browser exception from office network

Just looking for a help in resolving exception error while connecting to browser stack using selenium code. 1.WebDriver driver = new RemoteWebDriver(new URL(URL), caps); in this line we are always getting unreachable browser exception, url is…
-2
votes
1 answer

Selenium and browserstack using java test not working

I am trying to run this selenium test code from Browserstack but I cannot get pass the error I am getting. Code: import org.openqa.selenium.By; import org.openqa.selenium.Platform; import org.openqa.selenium.WebDriver; import…
1 2 3
46
47