|
|
|
|
|
Login to share your opinion A primer on PHP exceptionsThis post provides a whirlwind tour through the architecture and implementation of PHP exceptions. read more Load Testing Web Services with soapUIThere are many tools available for testing web services. One of the ones we use that’s easy and has a fairly rich set of features… read more Meet Crockford’s JSCheckCrockford describes JSCheck as a “specification-driven testing tool.” When using the frameworks you’re used to, you would write a test for a given piece of… read more Natural Load TestingMy friend Paul Reinheimer has put together an excellent product/service that is probably of use to many of you. read more 5 Highly Useful JavaScript Debugging ToolsJavaScript has been described as a prototype based scripting language. This language has various features like it is dynamic and weakly typed. This language also… read more Metatesting: Extending Your Testing ToolsI’ve gotten some interesting comments via this blog on Twitter, asking me questions about this blog post and other practices I talk about. I wanted… read more Top 10 Useful Debugging Tips in eZ Publish|eZ Publish, there are a lot of settings or helper functions that can assist you on debugging eZ Publish site. Here, I am going to… read more Book Review: “The Grumpy Programmer’s Guide To Building Testable Applications”When most developers think about books on testing, they think about books that highlight things like “test driven development” or “how to build a test… read more The Professionals Point: What is SQL Injection?SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing… read more Metatesting: Testing ConstructorsIf you have a PHP application that makes heavy use of objects (which is probably 95% of you reading this) then you will have objects… read more Integrating jQuery With SeleniumWhen testing JavaScript-heavy websites, at some point you may reach Selenium limits. A simple use case will fail. You will get ElementNotVisibleException, even though you… read more Testing persistent connection and thread-safety features in PHPBy default PHP provides shared-nothing environments to ensure that whatever happens to PHP's state in one request has no effect on other requests, so all… read more Moving on, and a Testing Mini-ManifestoAfter 13 months I’ve decided to move on from Moontoast and take a position as a senior web developer with Kaplan Professional working on their… read more A few words on bugs and software qualityFrom time to time I see bugs in the code and I start thinking "really? is it possible that no one noticed that bug before?… read more Writing Unit Tests For WordPress PluginsWhen my WordPress plugin had only three users, it didn’t matter much if I broke it. By the time I reached 100,000 downloads, every new… read more Thinking Out of the Box While Testing Software!This is a phrase that you come across dozens of times a day, ‘Creative Thinking’ or ‘Out of the Box Thinking’. read more Unit test your PHP IVR applications with PAGISince version 1.9.2, PAGI comes with a mock of a pagi client, suitable to be used in your own unit tests, so you can test… read more Unit testing is for lazy peopleThe other day I was talking to a guy about a possible freelancing gig and he said how wonderful it was that I should bring… read more Testing javascript with Play Framework 2.0 and JsTestDriverAt qwallet we're building an extensive javascript application backed up by a Scala on Play 2.0 backend. Since I'm using IntelliJ IDEA for the scala development, I'm using… read more zGrid : PHP / AJAX / jQuery based Grid SystemI found a Grid system using PHP, jQuery and Ajax. I want to share this with my dear users. It is not very well parametrized… read more |