Web Application Exploits and Defenses by Bruce Leban in Google Kirkland http://google-gruyere.appspot.com/ If you want your application to be as secure as possible, you need to learn how Evil People think. And you’ll want to use that knowledge to do…
by Zhanyong G. Mock Wan in Google KirklandIn the previous episode, we showed how Google C++ Mocking Framework matchers can make both your test code and your test output readable. What if you cannot find the right matcher for the task?Don’t settle for a…
By Zhanyong G. Mock Wan in Google KirklandAlright, it sounds like a good idea to verify that matchmakers can read and write. How does this concern us programmers, though?Actually, we are talking about a way of writing tests here – a way that makes bo…
TotT: Testing GWT without GwtTestCase
Because GWT (Google Web Toolkit) is new and exciting it’s easy to forget the lessons on clean GUI code structure that have been accumulated over nearly thirty years.GwtTestCase is good for testing UI-specific code in JavaScript. If you find yourself us…