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

custom command with BrowserStack+WebdriverIO+Travis

I have a test case for checking forgot password, so I need to read a link from the email. In order to do it I made a custom command in wdio.conf.js browser.addCommand('readLastUnseenLink', function async(){ ... } It works fine when testing locally…
0
votes
1 answer

Compilation error after reconfigure maven .pom file to collect browserstack reports inside jenkins

I am trying to configure maven project with TestNG to get Browserstack Automate reports inside Jenkins builds following official manual https://www.browserstack.com/automate/jenkins The full log is here https://codeshare.io/2KgwqX But I am getting…
Tatiana
  • 381
  • 4
  • 18
0
votes
1 answer

Run Selenium Script on browser stack

I am trying to run my selenium script on Browser stack , while running script facing problem while switching to frame. sometime it does but sometime not. Is there any permanent solution for it. driver.switchTo().defaultContent(); List iframeElements…
0
votes
0 answers

Browerstack: Edge 15 on Windows 10: Localhost only performs a bing search

My app is served on localhost. I am testing it on Browserstack: see title for browser version and OS. I'm running Chrome 59 on OSX Sierra. I've tried entering localhost:PORT, and http://localhost:PORT but am always given a Bing search result for…
Sze-Hung Daniel Tsui
  • 2,282
  • 13
  • 20
0
votes
1 answer

Browserstack: Touch event (not working click on Mobile)

Could somebody explain (find error) in my code please. 'cssSelector' for example 'a[href="#"]' Thank you very much! I tried to fire different events: 'touchstart', 'touchmove', 'touchend' and nothing... in fact I just need reaction on a click event…
Alex Pilugin
  • 683
  • 2
  • 10
  • 38
0
votes
2 answers

browserstack+nightwatch custom commands configuration

I have a Nightwatch + BrowserStack configuration on my project and I'm trying to add custom commands to my project to compare 2 screenshots using resemble.js . I configure my nightwatch.json file with this : "custom_commands_path":…
flodubois
  • 1
  • 4
0
votes
2 answers

BrowserStack + Nightwatch.js How to set up proxy which is password protected (ERROR: httpProxy was not of the form host[:port]

BrowserStack + Nightwatch.js How to set up proxy which is password protected common_capabilities: { 'browserstack.user': 'user', 'browserstack.key': 'key', 'browserstack.debug': true, }, test_settings: { default: { …
Alex Pilugin
  • 683
  • 2
  • 10
  • 38
0
votes
2 answers

Getting org.apache.http.conn.HttpHostConnectException while accessing a URL from Eclipse

We are using BrowserStack for a project. The portal we are testing is whitelisted for our IP. And we access internet behind proxy. While running below code snippet: public class DemoClass { public static final String USERNAME = ""; public…
0
votes
0 answers

spawn UNKNOWN error when try to get browserstack-local to run on first attempt

I am having issues trying to get browserstack-local to work having followed documentation on their site. In my beforeLaunch I have: console.log("Connecting local"); return new Promise(function(resolve, reject){ exports.bs_local = new…
mindparse
  • 6,115
  • 27
  • 90
  • 191
0
votes
0 answers

Can I write Selenium EdgeDriver tests on Windows 7 IDE

I am running Selenium WebDriver tests in the BrowserStack Automate grid. I am writing tests on a Windows 7 machine. I don't seem to be able to download and install the Edge WebDriver. All instructions seem to point to downloading and installing…
Mark Cooper
  • 6,738
  • 5
  • 54
  • 92
0
votes
1 answer

BrowserStack: is it possible to pass short test description dynamically to BrowserStack?

I have automation test suites that I execute in BrowserStack. The BrowserStack has pretty good selection of configuring capabilities including the name of the test. I figured out how to pass the name of test dynamically but this is not really…
0
votes
0 answers

Advice on cross browser testing techniques and best practices

I am hopefully looking for a little insight into what other Front End Developers use for cross browser testing. My strategy has been to check a handful of actual real devices; Windows PC, Mac, Samsung s6 , Iphone 5s, Ipad and the Device Emulator in…
CraigDev
  • 113
  • 1
  • 12
0
votes
1 answer

Why Browserstack provides new IP everytime to POST and how to overcome that?

We run scripts from CLI. This is what is required for us. To use services from Browserstack, we have to download their binary and then start tunnel using this binary. This is just like executing this binary and it creates a tunnel between my…
Bhaveshsharma
  • 131
  • 2
  • 4
0
votes
1 answer

How to view System preferences in BrowserStack?

I am using BrowserStack for cross platform/cross browser testing of web application, and I need to test it using different system configurations. Can you, kindly advise, if I am able to view/change System Prefenerces in BrowserStack?
0
votes
1 answer

Testing Polymer with BrowserStack

How can I test Polymer elements using web-component-tester over BrowserStack? I found this demo but the session times out.
idoshamun
  • 1,125
  • 9
  • 21