I’m curious to know who is testing against Chrome.
I am mainly because it has become my primary browser, so all development is taking place on Chrome, then i test with IE and Firefox.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What are your browser-usage stats? You must start there. Every app’s userbase is different. Rank the browsers based on those stats, and test/bug-fix in that order. That will, in most cases, give you the best bang for your time/money.
How can you track browser usage stats? Analyze your web server’s logs or use Google Analytics.
For example, I know a B2B web app with 5000 users that have these ratios:
So they should:
What if they have automated testing (i.e. Selenium)? Then testing all browsers is trivial. But you could still apply my logic to browser-specific bug-fixing. That cannot be automated. And the business will have to triage what bugs get fixed.
Certainly, this answer is subjective. Perhaps the 2%-chrome users are the highest paying users. I don’t know. Consider your browser usage stats, your most important users, and the dev/QA resources available.