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

Test hangs after failure only with Firefox

This is confusing me and my technology stack is so large at this point that I'm really struggling to debug anything. I'm using Python 2.7, py.test, and the pytest-selenium, pytest-flask fixtures. I'm also using a couple of my own fixtures for things…
WilliamMayor
  • 745
  • 6
  • 15
2
votes
3 answers

Is it possible to run Appium tests on Browserstack?

I am trying Sauce Labs to run Appium tests and I want to compare it with Browserstack. The problem is that I cannot find any doc about 'running appium tests' on Browserstack. Is it possible to run Appium tests on Browserstack?
flaviomeira10
  • 566
  • 11
  • 24
2
votes
2 answers

Expect: does not get the actual value

I faced with very strange problem. I had a set of tests which I run daily on Jenkins and without any noticeable changes some asserts(expects) started fail. THe strange thing here is that they fails ONLY if I execute tests from Jenkins on…
2
votes
2 answers

Angular Protractor with BrowserStack behind a proxy

I want to build a Testsuite for an Angular App. The testsuite should use the framework "Protractor". When I start the testsuite local with protractor local.config.js, then the test are running successful. When I start the testsuite with BrowserStack…
Mulder3
  • 55
  • 1
  • 6
2
votes
1 answer

Why do Selenium tests that pass locally fail on Browserstack specifying exact same browser?

I got a test that opens a webpage and does scraping. It works. There's no question on that: - Works on Phantomjs/Chrome/Firefox when run on my machine everytime. However, when run on Browserstack (I want to cover 5 most popular browsers, several OS…
silvakle
  • 115
  • 10
2
votes
4 answers

TeamCity configuration for BrowserStack tests

In TeamCity, I'm setting up "command line" runner type. My aim is to run the commandline script in the window & let it run. Then go to next build step without closing the command line window which is opened in the previous step. In my last build…
2
votes
1 answer

Taking screenshots in BrowserStack running Protractor

Hello! I'm trying to take screenshots in protractor and browserstack, I've the following conf.js file: var HtmlReporter = require('protractor-html-screenshot-reporter'); var reporter=new HtmlReporter({ baseDirectory: './protractor-result', // a…
Bruno Soko
  • 624
  • 6
  • 20
2
votes
2 answers

Browserstack automate : browsing site behind a proxy

My site has different behaviour depending on user details (such as location...), the way i test this manually is by browsing the site using proxies, is this testing doable using Browserstack? In other words can i specify a proxy for Browserstack to…
Youssef
  • 1,033
  • 8
  • 16
2
votes
1 answer

automation test using protractor with browserstack does't work with mobile browsers

I tried to set up test using angular protractor. It works fine when I use browsers of desktops, But failed with mobile browsers. Here is the set of protractor. seleniumAddress: 'http://hub.browserstack.com/wd/hub', capabilities: { …
Julie
  • 21
  • 1
2
votes
1 answer

BrowserStack localhost doesn't exist

I'm trying to get local BrowserStack testing working. I downloaded the CLI tool into c:\BrowserStack. When I create a command prompt in that directory and enter BrowserStackLocal.exe -f , localhost, I get **** Error! localhost doesn't exist!. I…
Amy Blankenship
  • 6,485
  • 2
  • 22
  • 45
2
votes
1 answer

How can I disable Pop-up Blocker in Safari using Selenium Remote Webdriver?

I'm using BrowserStack's Selenium Hub and trying to test an application that requires the pop up blocker to be turned off. Anyone know how to do this from the web driver or have any good workaround ideas? When the VM starts on BrowserStack's end,…
Jeff Zickgraf
  • 177
  • 1
  • 12
2
votes
2 answers

Detect broken SSL or insecure content warning with Selenium, BrowserStack, & Node.js

I'm trying to setup some automated testing using Browserstack's Selenium and their Node.js driver. I want to check if the page is showing any insecure content warnings when accessing the URL via HTTPS. Is there a way to detect that in Selenium? If…
crickeys
  • 3,075
  • 3
  • 26
  • 27
2
votes
2 answers

Travis-CI + (BrowserStack or other browser providers)?

Has anyone tried to connect BrowserStack browsers to Travis-CI vms?
jayarjo
  • 16,124
  • 24
  • 94
  • 138
1
vote
0 answers

Selenium Java automation with Browserstack automate, when trying to test with international languages like Korean it converts the character on BS

When we try and enter below text on web via browserstack it converts the characters: "chineseSampleQuery": "我想为我的儿子购买平板电脑", "koreanSampleQuery": "아들을 위해 태블릿을 사고 싶어요", "arabicSampleQuery": "أريد أن أشتري لوحاً لابني", E.g: when entered "Ä ä Ö ö Ü ü…
1
vote
1 answer

BrowserStack Local Testing + Cypress: local HTML file

I have a frontend app, and the final result of the build command is a single HTML file: index.html I have cypress tests for it, validating the index.html file shows visually perfect: cy.visit('./dist/index.html'). I do not need to serve the…
Ardeshir Izadi
  • 955
  • 1
  • 7
  • 25