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
0
votes
2 answers

Webdriver multiple browser tests

In My UI-Tests Framework I have 5 webdriver tests and currently running only in firefox browser. I need to run my tests in chrome & firefox multiple versions. We have a browser stack license to use RemoteWebdriver to run against multiple browser…
0
votes
0 answers

touch in Browserstack

I try to use the touch feature (for testing a website with touch function in a mobile browser) in Browserstack but any code I "try and error" leads to an exception. Does anyone know an examplary code in an arbitrary programming language for an…
else42.de
  • 465
  • 5
  • 23
0
votes
1 answer

Exception: An element could not be located on the page using the given search parameters in Appium

Trying to automate a test on iPad-emulator in the Browserstack-cloud. Many locator strategies that I've tried break with the following exception: Exception: An element could not be located on the page using the given search parameters Because I…
else42.de
  • 465
  • 5
  • 23
0
votes
2 answers

How to use Browserstack's mobile device testing feature using protractor scripts?

I have written a spec and a config file that run using protractor and browserstack to test a website on different browsers. I am trying to utilize browserstack's mobile device testing feature by editing the config to test a device. When protractor…
0
votes
0 answers

Angular RC2 and IE 9

When testing my Angular 2 app in BrowserStack IE 9 (RC 2 currently) I noticed that my app throws the "Access is Denied" error. On my local was working fine and this is why: if I change my Internet Options - Local Intranet to medium-low or low teh…
ng-flo
  • 293
  • 4
  • 17
0
votes
1 answer

gulp-browserstack and gulp-cucumber don't seem to play nicely together

This is my gulpfile: var gulp = require('gulp'); var cucumber = require('gulp-cucumber') var browserStack = require('gulp-browserstack'); gulp.task('cucumber', function() { return gulp.src('features/my_feature.feature') …
abendigo
  • 954
  • 1
  • 8
  • 31
0
votes
1 answer

Could not connect to local.browserstack.com

I am try to do a functionnal test with browserstack. I got registered for free and I got my ids on browserstack website but when I do ./node_modules/.bin/intern-client config=tests/intern, I got this message: Error: The tunnel reported: Could not…
mkinf
  • 5
  • 3
0
votes
1 answer

Error while loading functional tests with intern

I am trying to launch a functional test with Intern, using this command: ./node_modules/.bin/intern-runner config=tests/intern ,but I am having an error since yesterday, talking about the loader file. Can somebody help me with this issue pleas?…
mkinf
  • 5
  • 3
0
votes
3 answers

Browserstack Selenium Automation HUB

I am following browserstack's documentation on using automation and currently getting an error and am abit confused about the URI. My code looks like the following: using System; using OpenQA.Selenium; using OpenQA.Selenium.Remote; namespace…
arjwolf
  • 11
  • 3
0
votes
1 answer

Browserstack runs does not update its capabilities

I was wondering if anyone else knows a good way to start individual browser stack tests sequentially using Capybara/Browserstack/Cucumber. I'm having issues with using Capybara in the sense that browserstack doesn't get updated with my new…
Vegard
  • 101
  • 3
  • 8
0
votes
0 answers

Waits randomly not working in selenium

We have some UI tests written in selenium running with Browserstack on TeamCity. These tests randomly fail because (in my opinion) the wait.Untils are not working correctly as the error always is 'could not click element ... because element would…
SnK
  • 528
  • 1
  • 11
  • 32
0
votes
2 answers

Protractor: SendKeys fails when FileDetector is enabled (Error: Uploading directories is not supported"

I am currently running my Protractor tests on SauceLabs and BrowserStack and have FileDetector configured so that I can run tests that involve uploading files. I am getting an error that says 'Uploading directories is not supported" when I try to…
pinkninja
  • 109
  • 1
  • 7
0
votes
1 answer

BrowserStack with Nightwatch take screenshot and get that screenshot URL for custom reporting

I am using BrowserStack along with Nightwatch as testing framework. In Nightwatch test I took screenshot using "saveScreenshot" Selenium command. Screenshot is saved by BrowserStack on CDN. I want that screenshot URL for my custom reporting. I got…
0
votes
1 answer

Intern Runner Test Results Not Showing Browser Info

Please bear with me as I am new at this. I am using Intern Runner to run functional tests on BrowserStack. In the terminal or when using a reporter to output to a file it is not showing the browser information in the test results. I have the…
bill23
  • 3
  • 2
0
votes
0 answers

Internet Explorer CSS mirroring content?

I'm having an issue with css in Internet Explorer, however it is only showing when i'm testing in Browserstack. It shows on all versions of IE that I test on with Windows 7. On my PC it appears fine with my version of IE and when I change the…
eh21
  • 51
  • 10