How We Test Browsers!!

By CNET

The Web browser is the most-used kind of software in the world, having become the de facto way that people access the Internet. Today, virtually all computing tasks can be completed in the browser.

Testing browsers can veer from incredibly complex to shockingly simple, depending on what you’re looking for and why. At CNET, we prefer a holistic approach to browser benchmarking, looking at a combination of tests that benchmark general browser behavior, as well as several “real-world” tests that look at browser performance in common scenarios.

How we test desktop browsers

We run each of the following three times, and restart the computer before each test, so that the browser is starting “cold.” We also wait 30 seconds after booting the browser to ensure that any background processes have been completed. Then we average the three tests.

Performance benchmarks

The Acid3 test from the Web Standards Project checks browser compliance with accepted standards. Slightly outdated since it doesn’t look at HTML5, which has now been finalized, it remains a good way to establish a baseline. Browsers that don’t hit 100 out of 100 on the Acid3 are behind the times in a fundamental, crucial way.

Google Octane, the successor to Google’s V8 benchmark test, looks at JavaScript performance by testing such areas as code optimization, encryption and decryption, emulation, and array manipulation, and assigning each subtest a number. The higher the final score, the better.

Mozilla Kraken is another JavaScript performance test, which looks specifically at rendering times for audio, imaging, AI, JSON, and encryption. A smaller number is better for the final score.

The HTML5 Test assigns points for each HTML5 feature that the browser supports, out of a total of 500. This is a rough way to gauge how future-forward the browser is.

JSGameBench, GUImark3 (gaming test, text test), and Microsoft FishIE Tank look at HTML5 Canvas performance in several different game-like environments. Canvas is an important part of HTML5 to test because it creates all the nifty 2D images and shapes that can move across your screen.

Each of these three tests uses a different standard. FishIE Tank, for example, lets the tester set the number of fish on the screen. The test will then show you in how many frames per second they can be rendered.

Microsoft Chalkboard runs a series of timed tests on HTML5 panning, zooming, and scaling. Faster is better.

Facebook Ringmark checks HTML5 feature support, geared for the needs of the mobile browser. Nevertheless, it works well on desktops and provides a good and rare point of comparison between desktop and mobile.

Comments