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

Unable to use microphone in BrowserStack

I was testing one my site using browser stack, but got stuck on web calling. I want to call through my application but its not taking audio input from the microphones, I have given the permissions as well as tried checking using chrome voice search.…
Amara
  • 341
  • 4
  • 19
2
votes
2 answers

Getting "Unable to establish one or more of the specified browser connections" when running testcafe and browserstack

We are creatign a POC for running testcafe and browserstack in our jenkins. the jenkins file starts a node instance, starts upp browserstack local, runs the tests and then closes browserstack local. The browserstack local log indicates that it works…
2
votes
1 answer

How to enable the "Build environment" session on Jenkins?

I'm following this documentation on how to run BrowserStack on Jenkins. However, I can't see to find the Build Environment session. I have tried to find a way to enable it, but no luck. Can somebody tell me the steps to enable it? or point to an…
Manuel Abascal
  • 5,616
  • 5
  • 35
  • 68
2
votes
2 answers

Running E2E-Tests in parallel

we are trying to run Selenium-Tests on Browserstack against an AWS-Vaadin-App on several Jenkins slaves in parallel. Companies-Jenkins -> Browserstack -> AWS-Vaadin-App Our test framework uses the Vaadin Testbench with a valid license key. All…
myborobudur
  • 4,385
  • 8
  • 40
  • 61
2
votes
0 answers

BrowserStrack integration with Panther for E2E Tests

Does anyone has tried to integrate BrowserStack cloud solution into Panther ? We use Panther (Chrome) for our E2E tests on our Github actions but most of our customers use Internet Explorer :( so we want to test with IE instead. Panther does not…
Glyph
  • 23
  • 3
2
votes
1 answer

Can someone share a sample project for integration of Karate with BrowserStack for Mobile app automation

My team and I have been trying to integrate Karate with Browserstack for our Mobile UI automation, but it has not worked till now. Can someone share a sample\example project. We have been successfully using Karate for API and web UI automation till…
2
votes
2 answers

Where is a list of browserstack_executor actions?

I've found uses of the following, but no documentation for other possible actions using the browserstack_executor: fileExists getFileContent getFileProperties setSessionStatus I'm looking for a removeFile or unlinkFile or deleteFile to remove a…
boatcoder
  • 17,525
  • 18
  • 114
  • 178
2
votes
1 answer

How to debug iOS application using Xcode with Browserstack?

I want to debug my application using Browserstack, Is it possible ? I can test whole application by uploading IPA, but I want to debug line by line like we do with simulator or using real device. I didn't find any document that help me to find a way…
NavinBagul
  • 741
  • 7
  • 24
2
votes
1 answer

Testing Cypress with Browserstack does not work: "Malformed Archive"

I am trying to get a Cypress example test running in Browserstack. I am following this tutorial: Run your Cypress tests However when it comes to running browserstack-cypress run im getting the following output: [2020-12-4 17:00:12] - info: Reading…
coolaturon
  • 127
  • 2
  • 8
2
votes
1 answer

Is it possible to use Karate UI test on remote webdriver?

Actually i am looking to integrate browserstack with Karate for UI automation. If its possible or anyone tried then let me know the inputs.
2
votes
2 answers

How To Run Cross Browser Testing - Selenium Tests On BrowserStack

I am using page object model, I want to run cross-browser testing on browser stack. I am stuck at BeforeTest method, bcoz of dataProvider does not use with BeforeTest. public static void setup() throws MalformedURLException { …
kunal soni
  • 585
  • 1
  • 7
  • 19
2
votes
1 answer

unable to upload files from my local machine on mobile real devices with browserstack local tests

I'm using Browserstack to perform some test on a web app hosted on my local machine (Windows 10). I've written tests using Mocha and selenium-webdriver. I need to test a fileUpload, picking a file from my local environment. Browsing on Browserstack…
2
votes
1 answer

TestCafe-BrowserStack Script hangs and won't terminate when the tested page throws 500, or general error like "not enough memory"

Sometime when the tested page throws unexpected error "not a code or javascript error", such as 500 or not enough memory, the script won't terminate and waits for up to 7200 seconds, which is the allowed session time giving by browserStack, then it…
2
votes
1 answer

Run parallel tests on Browserstack with Appium (java) + Cucumber + jUnit

Using Browserstack tutorials (https://www.browserstack.com/app-automate/appium-junit) and sample project (https://github.com/browserstack/junit-appium-app-browserstack) I am struggling with setup of parallel tests. Specifically, I need to run suirte…
Rado
  • 41
  • 5
2
votes
1 answer

TestCafe BrowserStack Environment issue when using testcafe runner

I use the "testcafe-browser.provider-browserstack" plugin for TestCafé. I try to use this in my app, but I always get a message that the login is wrong. The data is right (just "test" for this post) const createTestCafe = require('testcafe'); const…
ingo
  • 776
  • 1
  • 10
  • 25