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

Safari 8 multiple select scrolling issue

I have been encountering an issue when using multiple select select fields within Safari 8 on OS X Yosemite. If the select field has an applied width, either in-line or as a class, I am unable to use the keyboards arrow keys to scroll down through…
Jonathan
  • 1,715
  • 11
  • 14
22
votes
4 answers

Running Protractor tests on Browserstack Automate

I'm developing an AngularJS app and want to do end-2-end testing with Protractor. I would like to benefit from the suite of test browsers available at Browserstack and run the tests on Browserstack Automate instead of a local Selenium server. How do…
Niko Nyman
  • 1,895
  • 2
  • 16
  • 24
20
votes
4 answers

Local site testing with BrowserStack and self-signed certificates

I have started looking into testing our site with BrowserStack. However, I'm having issues with live-testing (as opposed to automated testing with Selenium, which mostly works fine) a site we're developing as we're serving it with a self-signed…
Shlomi Király
  • 499
  • 5
  • 11
20
votes
2 answers

Testing localhost on browserstack - Safari 8 (on Yosemite) cant open my site

I have problems with testing my site hosted on IIS Express via Browserstack. When I try to open it using Safari 8 (on latest osx) I get message: "Safari cant connect to the server". I have tried on other OS or other browsers and it works, but under…
kzg
  • 690
  • 8
  • 19
14
votes
3 answers

Running a java file from grunt, doesnt open Port for Browserstack

I am running the BrowserStackTunnel.jar by the grunt plugin grunt-exec (Have been using node's child_process.exec, but same results) with the command java -jar BrowserStackTunnel.jar -force APIKEY localhost,8000,false What the Java file actualy does…
pfried
  • 4,520
  • 2
  • 35
  • 64
13
votes
1 answer

How Can I write an AWS Lambda Script that Runs a Protractor / Selenium Browser Automation Script?

I am very much enjoying AWS Lambda functions, and I'm wondering if what I want to do here is possible. On my local machine, I have a Protractor config file : // conf.js exports.config = { framework: 'jasmine', seleniumAddress:…
Jim
  • 2,968
  • 1
  • 22
  • 50
12
votes
6 answers

BrowserStack: Unexpected error. Authorization required

I have two simple tests that are using RemoteWebDriver with ChromeOptions and EdgeOptions. Both these tests are using common code to set capabilities, including the browserstack.user and browserstack.key capabilities. Because I am using…
Mark Cooper
  • 6,214
  • 5
  • 51
  • 85
12
votes
3 answers

How to open dev tools in iOS emulator on Browserstack?

I am using iPhone 6 emulator with iOS 8.3 on Browserstack and I need to inspect the source code of the website I am woking on. How do I open developer tools in iOS emulator on Browserstack?
sdvnksv
  • 7,974
  • 10
  • 41
  • 85
12
votes
2 answers

Running parallel test with PNunit, can't read from config file

I wanna run pararell tests in Browserstack. This is my test project RTest (Unit test project in VS 2013) -UnitTest1.cs -RTest.config I open Nunit and browse to my dll bin/debug/RTest.dll and Nunit finds my test case Problem My RTest.config file…
11
votes
1 answer

How to properly set up Java/Selenium configuration to run automated tests?

I am trying to set up selenium webdriver to work together with Browserstack with Java for automated testing. I installed the Selenium for java and I copied and pasted the code from browserstack's site…
10
votes
5 answers

Browserstack: Developer Tools for iPad?

I am using Browserstack to test some websites on the iPad. I just don't seem to get where the developer tools are within that emulator. Shouldn't there be Firebug Lite somewhere? Can someone point the dev tools out to me please?
nerdess
  • 8,263
  • 10
  • 34
  • 45
10
votes
3 answers

How can I run selenium tests on browserstack.com?

Say I want to perform the following test on my website: Load it into the browser. Click on a button, which performs some Javascript. Wait for the Javascript action to complete. Look at how the page appears now. I know how to create a Selenium test…
cheesus
  • 11,077
  • 10
  • 64
  • 122
8
votes
2 answers

Browserstack reports successful even when test fails in Nightwatchjs

I just started using nightwatch with browserstack and I'm noticing that when we get a failed test, nightwatch registers the failure, but browserstack does not. sample test I am using. Also I am using free trial version of BrowserStack. My question…
user2618875
  • 859
  • 2
  • 8
  • 22
7
votes
1 answer

how do I set up local testing in browserstack

I am using browserstack to test some devices, like IE. However I need to set up local testing so I can test my site localhost:3000 I have logged in to browserstack in Chrome and installed the extension. I click on the extension IE11 link. It takes…
svnm
  • 17,405
  • 18
  • 82
  • 100
6
votes
1 answer

Is it possible to have Travis-ci trigger another repository's build?

I am trying to wrap my head around Travis-ci scripts but I am trying to figure out if what I want is even possible: Repo #1: - my app to be built via travis-ci Repo #2: - contains selenium/nightwatch tests that should run once repo #1 is finished…
1
2 3
36 37