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.

555 questions
-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
  • 964
  • 10
  • 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
  • 619
  • 5
  • 10
-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
  • 2,241
  • 2
  • 17
  • 25
-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
  • 220
  • 2
  • 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
  • 29,857
  • 33
  • 139
  • 244
-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
  • 861
  • 3
  • 16
  • 33
-1
votes
1 answer

Which is more accurate Browserstack or F12

I am getting different results when looking at ie8 in Browserstack and the F12 developer tools in ie11. Which would be a more accurate representation and why?
-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
  • 7,536
  • 8
  • 34
  • 69
-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…
-3
votes
1 answer

Browserstack for applications

I just wonder if there is some program or anything like Browserstack for app testing? not just web testing. Or like an app simulator where I can try apps on different Android/iOS devices that I don't have. Thanks!
IJG
  • 1
-4
votes
1 answer

Why the execution time is different in visual studio than browserstack? How can I fix it?

I am running a test with the Test Explorer in Visual Studio C# and it returns a timeout and the execution time is 30 seconds(I specified that time) but in browserstack is almost 2 minutes. How can I change the 90 seconds idle timeout in browserstack…
Marion
  • 315
  • 1
  • 4
  • 15
1 2 3
36
37