|
|
|
|
|
Login to share your opinion How The Testing Sausage Gets MadeFirst, I do almost all my work from a terminal. On my Macbook I use iTerm 2 instead of the stock Terminal.app. Until recently you… read more Writing Resilient Unit TestsToday this test will always go green – regardless of whether the code launches the rocket in stormy weather or not. read more 6 Testing and validation Tools for JavaScriptJavaScript primarily is used as a client side language which is implemented as a part of web browser in order to provide enhanced user interfaces.… read more Testclasses for symfony2So, when developing with symfony2, I rely on my tests. They are my safety net and without them, I get a little nervous after every… read more Thoughts of a Pragmatic Tester phpmasterLet’s start with a confession: you don’t write tests. You know you should, but you don’t. I can’t fault you for it – there are… read more Continuous TestingActually I have run into this viewpoint quite a bit. I see it most commonly from people who are not doing TDD. The reasoning seems… read more Thoughts of a Pragmatic TesterOne misconception though is that unit testing is irrelevant. Here’s how it usually plays out: the developer thinks, “I need to do unit tests, and… read more From the Start: Setting up Behat testingIn a previous post I showed you how to use HTTP Auth with the Goutte driver in Behat testing. I want to take a step… read more Webinar: "Writing Testable Code"Last week, I gave an live webinar about "Writing Testable Code" in the PHP world, on behalf of Qafoo and Zend, for which the recording… read more WordPress Transients API caching benchmarksWordPress Transients API is a powerful feature which enables you to cache complex queries and similar things. I created some interesting benchmark to see what… read more Getting Started with iPFaces Mobile Application FrameworkiPFaces is a flexible solution for easy development of form-oriented network mobile applications. With the iPFaces solution, mobile devices are able to render content received… read more Better Search Engine TestingThis term was coined by a Supreme Court Justice in reference to obscenity, but he might as well been talking about relevancy and search engine… read more JavaScript Testing with JSTestDriverJs-test-driver is an open source JavaScript unit tests runner written in Java. The project was started at Google and is under active development. It is… read more Structuring Unit TestsIn the past, I’ve tried various schemes to structure my unit tests but never fell into a consistent approach. Pretty much the only rule I… read more Load testing web sites with StresStimulus, part 1 - Getting startedIt is a good idea to load test your web site before taking it live, to make sure it won't break or perform poorly under… read more What’s New in Subversion 1.7?WANdisco, a leading corporate sponsor of the Apache Subversion project updates users on the eve of this major new release. read more Testing Databases with JUnit and Hibernate Part 2: The Mother of All ThingsIn the first part of this little series I showed a simple test based on a simple data model. As we saw the code for… read more Replicated Databases Improve Development, Testing,...Streamline development. Improve the reliability of testing. Accelerate projects. Boost your own career. All these benefits come to you when you replicate parts of production… read more Remove all non-ascii or non-printable characters from stringHi, Yesterday i was struggling for removing non-ascii or you can say non-printable characters in string. How to Test Banking ApplicationsBanking applications are considered to be one of the most complex applications in today’s software development and testing industry. read more |