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

Add cross browser for multiple packages using TestNG and Java

I am using xml file to run all my packages of a project parallel, how to add cross browser to this xml file:
0
votes
0 answers

Flex-item button not vertically stretching in old Chrome versions

Here's my problem : I'm testing an app in old browsers with BrowserStack, and I'm having a problem with Chrome 30 and a flex-item button, which doesn't want to stretch vertically. Haven't heard or read anything abount that particular Flexbox…
0
votes
1 answer

Identify subversion of OS in Browserstack

How can we identify the complete version(including subversion) of OS in browserstack? eg. It shows iPhone 7 plus 10.3 only. how would I know what is its subversion(i.e 10.3.2 or 10.3.3 etc)? browserstack phone select screen
0
votes
2 answers

Failing a Jenkins job when nightwatch test assertion fails in Browserstack

I have a Jenkins job that runs Selenium tests on Browserstack via the Nightwatch.js framework. We have an entire suite of tests that nightwatch runs in separate processes, and we need a way to get the pass/fail value back to Jenkins after all tests…
0
votes
1 answer

How do I configure REST module in Codeception to use browserstack?

I am writing acceptance codeception tests on a web application. It will require me to check headers, specifically response codes. I have found that the codeception REST module can be used, but it appears to require phpbrowser. I am required though…
KevinE
  • 37
  • 5
0
votes
0 answers

Browserstack not works(VS)

I try to run my asp.net website too see how it will looks on mobile So I try to use Browserstack When I run website I have this Error http://localhost:63168/Mobile/Account/Login net::ERR_TOO_MANY_REDIRECTS Login:1 GET …
mark_spencer
  • 393
  • 4
  • 17
0
votes
1 answer

PHP - Chrome Webdriver - Browserstack \\ What is the correct variable to provide in my yml to set a Custom HTTP Browser Heading?

I am trying to use a custom HTTP UserAgent Header string to bypass a captcha code on our website. It works correctly manually, and I am trying to make it work with my automation tests. I write them in PHP using the Codeception framework. As you…
0
votes
1 answer

TheIntern - determining the environment for dynamic test generation

I have a situation in which I need to dynamically generate functional tests. Basically, I want to use BrowserStack to run my tests on a variety of different environments, but I want to register a different suite of tests depending on whether I'm…
tadasajon
  • 14,276
  • 29
  • 92
  • 144
0
votes
1 answer

Mobile device gestures with Geb through Browserstack

I am attempting to test mobile browsers with Browserstack and Geb. I am having issues registering swipe actions through Browserstack. I am also using Browserstack's new real devices for testing. I am fairly new to this but from my understanding Geb…
curbor
  • 13
  • 3
0
votes
0 answers

browserstack error : Failed to set the 'cookie' property on 'Document': Cookies are disabled inside 'data:'

I am facing issues running automation test over browser stack. I get the following error: : Failed to set the 'cookie' property on 'Document': Cookies are disabled inside 'data:' URLs. (Session info: chrome=60.0.3112.78) (Driver info:…
Peter
  • 10,492
  • 21
  • 82
  • 132
0
votes
1 answer

In intern.js Leadfoot, how can I determine what device / browser I am running on?

I have a test suite using theintern that I run on a whole array of different browsers and devices via BrowserStack. I would like to be able to take some slightly different actions on mobile vs desktop - is there any way I can include logic to…
tadasajon
  • 14,276
  • 29
  • 92
  • 144
0
votes
1 answer

Exceptions "no such element" for automotive sessions in Browserstack for GREEN tests with usage of selenide and testng

My selenium tests are green but in Browserstack session I see some exceptions about "no such element" in log. Can't find such errors in maven/testng full logs, tried to run with -e -X parameters - the same, tests are green, no…
Tatiana
  • 381
  • 4
  • 18
0
votes
1 answer

Using Browserstack with a Page Object Model Framework

Hi I am trying to integrate our automated tests into browser stack. unfortunately there inst anything online that can help me that uses a POM framework. I have seen this which is useful but its a basic template and does not use page object models…
0
votes
2 answers

Which is the correct way to send @ to input in selenium?

I am using email.SendKeys("myemail@gmail.com") but sometimes is putting myemail2gmail.com, is putting 2 instead of @, I already did a quick research and I would like to know if this is the best solution email.SendKeys("myemail" + Keys.Shift + "2"…
Marion
  • 335
  • 1
  • 4
  • 15
0
votes
1 answer

Local browserstack serenity testing

I am trying to run a serenity test locally via browserstack. I have downloaded the following test repo: https://github.com/browserstack/serenity-browserstack replaced my browserstack credentials and run the following command mvn clean verify -P…
R.Stevens
  • 115
  • 2
  • 12