Skip to main content

All Questions

Tagged with
0 votes
1 answer
987 views

Safari brower on Ubuntu

I need to test something on Safari, and right now I do not have safari browser and using ubuntu. What can i do? I tries using PlayonLinux but it installs the oldest version which isnt even supporting ...
AbdulRehman Rizwan's user avatar
0 votes
0 answers
44 views

Why this HTML site not working only on iPhone?

I've developed this website and hosted it on Godaddy. I've checked all browser compatibility. It is working fine on all devices (Win, Android, MacBook, iMac) except iPhone. What can be the problem? Is ...
Shovan's user avatar
  • 136
0 votes
1 answer
778 views

Website only works on Internet Explorer Enterprise Mode

I was wondering if someone could please give me some advice on how I could make my older website compatible to run on the most popular modern browsers (Chrome, Firefox)? It currently works fine on ...
Thomas Edward King King's user avatar
1 vote
2 answers
80 views

Automated page load solution for multiple runs using browser

I need to execute up to 1000 runs of a specific URL (and export these data afterwards) to analyse its page load time trend with different network conditions using 2 different browsers (Chrome, Firefox)...
ada10's user avatar
  • 11
1 vote
1 answer
83 views

Can I rely on a feature (web api, css, js etc.) working on chromium based browsers if it works on Chrome?

I test new features on Chrome, Firefox and Safari before being convinced that they will work as intended for almost all of my target audience. However, I don't have time to do tests on all the ...
Umut's user avatar
  • 111
0 votes
1 answer
881 views

how can i make my Application MS EDGE compatible

I am currently using IE11 for my application. My boss came up with the new requirement of making the application MS EDGE compatible. I tried today by simply firing the URL on EDGE but it redirect me ...
Aieshwaryathakur's user avatar
1 vote
1 answer
194 views

Can we run/test desktop applications on browserStack?

Can anyone let me know whether we will be able to run/test desktop applications on BrowserStack? I'm exploring options to test one of the desktop applications on multiple operating systems and devices....
user13996330's user avatar
3 votes
2 answers
4k views

Is cypress support cross browser testing like selenium or are there any limitations

I am wondering is the cypress support many browser types and version to implement cross-browser testing. As they mentioned in their documentation [1] they do support Chrome-family browsers (including ...
Achini's user avatar
  • 81
3 votes
1 answer
1k views

Cross-browser testing with Selenium and Python

I'm trying to run this code to perform some action in Chrome and Firefox, but when I run the test runner Chrome starts and the test cases are failing in Chrome, then Firefox opens and test cases work ...
kavitha's user avatar
  • 31
1 vote
0 answers
46 views

Cross-platform validation issues: links not working on some devices

I have a magento site, and a menu on it. They menu isn't super complicated. Here is a snippet of the menu: <ul class="nav top-main-navigation"> <li class="dropdown"><a href="/jewelry-...
Morgan Smith's user avatar
1 vote
0 answers
461 views

Automation Testing with Selenium and Node.js

I am trying to write automated test with Selenium and JS by using LambdaTest, I followed all the step on this video https://www.youtube.com/watch?v=6XbgNXcLUSE&t=370s Install Nodejs Download ...
konto testt's user avatar
4 votes
1 answer
1k views

Workarounds for testing cross browser functionality using Cypress?

I understand that at the moment Cypress.io does not have any cross browser testing capabilities. Despite that, I love the functionality and ease that it accomplishes most tests. However, I was just ...
mbharrat's user avatar
0 votes
2 answers
2k views

Cross-Browser-Testing in xUnit with Selenium

I'd like to run my unit tests on different browsers with Selenium and xUnit. I couldn't find a proper solution throughout my research. I have found some variants with nUnit but they don't fit my needs....
MauriceDev's user avatar
0 votes
1 answer
48 views

Send Input to a File In Ajax

I want to put the code in the textarea's as below and send it to a file and I do not know Ajax I understand it but can't write. <!DOCTYPE html> <html> <head> <meta charset="...
Freddybobjo's user avatar
0 votes
1 answer
60 views

How to test function with browser specific execution?

I have next function: fillText: function(text) { this.node.innerHTML = text; return { width: this.node.clientWidth, height: this.node.clientHeight }; }, And unit ...
Ray's user avatar
  • 139

15 30 50 per page
1
2 3 4 5
7