Why do you need cross browser testing

0 votes
May I understand why do we need to perform testing on various platforms?
Mar 25, 2019 in Selenium by Neha
• 6,300 points
343 views

1 answer to this question.

0 votes
Basically, a simple website is comprised of 3 major technologies i.e. html 5 css3 and java script. BUt there are other 100s of technologies that is there in the backend like: Python, ruby, node etc can be used. But overall in the front end, in the rendering, only these 3 technologies are used. However each browser use a completely different rendering engine to compute these 3 technologies. For example- chrome use blink, firefox use gecko and IE use edge html and chakra,  because of which same website would be rendered completely differently  by  all these different browsers. And that's exactly why  you need cross browser testing.
answered Mar 25, 2019 by Frankie
• 9,830 points

Related Questions In Selenium

0 votes
1 answer

Which is better CSS or Xpath? Considering performance and cross browser testing

According to css has better performance compared ...READ MORE

answered Apr 17, 2018 in Selenium by Shubham
• 13,490 points
2,126 views
0 votes
1 answer

How do i click on <input type=file> on any browser if i'm testing with Selenium Webdriver?

Does not matter which OS or which ...READ MORE

answered Apr 29, 2018 in Selenium by king_kenny
• 3,710 points
10,321 views
0 votes
1 answer
0 votes
1 answer

Why do we create a reference variable of type Webdriver, not the actual browser type?

Hey Karan, we create a reference variable ...READ MORE

answered Jun 22, 2019 in Selenium by Abha
• 28,140 points
2,424 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,712 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,608 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,680 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,551 views
0 votes
2 answers

What is cross browser testing?

Cross browser compatibility is the ability of ...READ MORE

answered Mar 25, 2019 in Selenium by Frankie
• 9,830 points
634 views
0 votes
2 answers

Why do you use cucumber with selenium?

@Neha, we can use Cucumber framework to ...READ MORE

answered Aug 1, 2019 in Selenium by Abha
• 28,140 points
2,922 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP