After moving into the "$CHROMIUM_ROOT/src/chrome/Hammer" directory, most of the available tests for Google Chrome on Linux can be executed by typing "./unit_tests" at the shell prompt. (As before, you may prefer to type "./unit_tests >& unit_tests_results.txt &" to redirect output from your terminal to the "unit_tests_results.txt" file.)
Because Google Chrome for Linux is a work-in-progress, the nature of the tests will definitely change as the Chromium Project progresses. For the Google Chrome tarball that I acquired, a total of 64 tests from 17 test cases were run. Although the tests target a number of features and/or functionalities, safe browsing receives significant attention. (Safe browsing is a key feature of Google Chrome. It attempts to prevent the inappropriate passage of personal and/or financial information - e.g., via malware, phishing, spoofing, etc.) As you may gather, these unit tests result in command-line output. Successful conclusion is stated succinctly: "[==========] 64 tests from 17 test cases ran. \ [ PASSED ] 64 tests."
"./test_shell" produces the graphical output shared at the end of the previous article. Although visually promising, with buttons that raise during mouseovers and appear to accept clicks, this is a very preliminary rendering at the current time.