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

How to start browserstack locale as a background process in jenkins using WINDOWS for protractor end to end testing in jenkins

Can anyone please help me to start browserstack locale as a background process in jenkins using WINDOWS for protractor end to end testing . I was going through this link but this is for linux,I need for windows…
0
votes
2 answers

MS test, trying to insert my test name into test Capabilities

I am new to Automated testing (new to coding) and have been teaching myself C# and selenium using Visual Studio and MS Test. I am trying to get the test name (As defined from test Method) so I can insert this into a config class for my…
Richard C
  • 513
  • 1
  • 7
  • 26
0
votes
2 answers

Testing private server using Browserstack and FireFox

Purportedly Browserstack can be used to do "local testing". When using Chrome or FireFox this default supported and should work transparently. There is not a lof of documentation on how this should work so this makes me wonder if this is done in…
onknows
  • 6,151
  • 12
  • 65
  • 109
0
votes
1 answer

Browserstack - NoSuchWindowException in IE 11

I am running my tests on browserstack and for IE 11 I am getting following error when it tries to find element. The same test runs successfully in IE 10. Code:…
0
votes
1 answer

W10 IE 14(Edge) detectizr navigator.plugins error: permission denied

My web app is failing when I test it in BrowserStack, it breaks in the detectizr.js file, where navigator.plugins is being accessed. When I look at the navigator object via dev tools, I can see that for plugins there is a message saying permission…
thehme
  • 2,698
  • 4
  • 33
  • 39
0
votes
1 answer

Protractor browserstack-local config stopped working and throws generic error

I was able to run my Protractor tests using browserstack-local earlier tonight but was unable to by the end of the evening and I can't figure out what's going on. node v7.4.0 protractor v5.0.0 browserstack-local v1.2.0 Here's my conf.ts file: 'use…
jjelly
  • 73
  • 9
0
votes
1 answer

Teamcity and Browserstack Integration

We have some Browserstack C# tests. We have a Teamcity Server, As per Browserstack documentation they have integration with Jenkins, Travis CI, Circle CI. How can i integrate it with Teamcity, I think we can execute using command line. All are…
Ashish Mishra
  • 411
  • 5
  • 25
0
votes
0 answers

BrowserStackLocal.exe suddenly stops. Windows 10

While running some UI tests with selenium, I am running BrowserStackLocal.exe and I use this command: BrowserStackLocal.exe --key browser stack license And everything seems to run pretty good but after around half an hour, the process suddenly…
Metalex
  • 471
  • 1
  • 5
  • 10
0
votes
1 answer

How to optimize a nightwatch.json file?

I'm writing tests for Browserstack using nightwatchJS. My nightwatch.json looks like that: { "src_folders": [ "..." ], "tests_output": "test/tests_output/", "detailed_output": true, "selenium": { "start_process":…
Ala Eddine JEBALI
  • 7,033
  • 6
  • 46
  • 65
0
votes
2 answers

Can some please explain this JavaScript for loop from Browserstack?

I'm using BrowserStack to run my test automation - there is a config example on their site to set up 'commonCapabilities'. I know this is basic JS but what's the use for the double pipe within this for loop? // Code to support common…
Jade
  • 3
  • 5
0
votes
1 answer

Browserstack restSharp cURL PUT request conversion

I am trying to convert the following cURL command to C# using restSharp so that I can mark my automated Browserstack tests passed or failed. curl -u "user:password" -X PUT -H "Content-Type: application/json" -d "{\"status\":\"\",…
0
votes
1 answer

Error while parsing POM

I am trying to integrate Browserstack with jenkins, using maven to build java code for testing. However when I run the Job I got this errors and pretty much crashes the build and next steps. [WARNING] The POM for…
0
votes
0 answers

No file selecting with webdriverio during testing upload simulation in Win10/Edge and Mac/Safari

I'm trying to write code for testing purposes to simulate file uploading. I'm using for this purposes Selenium/Webdriver framework WebdriverIO which is also running in Browserstack. It's working perfectly in Win & Mac with Chrome/Firefox/IE10/IE11.…
sambua
  • 2,274
  • 3
  • 22
  • 20
0
votes
2 answers

protractor testing in browserstack where i am getting error code 105.i cant find whats the issue in this

//conf.js const DEFAULT_TIMEOUT_INTERVAL = 15000; exports.config = { framework: 'jasmine2', // Browserstack's selenium server address seleniumAddress: 'http://hub-cloud.browserstack.com/wd/hub', // Pattern for finding test spec…
0
votes
1 answer

Browserstack: how to change platform when testing on mobile devices?

I've been trying to upload files to the mobile simulator that BrowserStack provides. However, I'm learning that anytime I get an error, the platform is set to Mac OSX, not Windows (where I upload the files). How do I change the platform specified by…
as1216
  • 1,194
  • 2
  • 8
  • 11