|
|
|
|
|
Login to share your opinion Testing a jQuery Plugin with ExpectThat and MochaA couple of weeks ago, I announced a CoffeeScript/JavaScript assertion library called ExpectThat. In this post, I’ll provide a more real-world example of how ExpectThat… 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 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 Testing the Group Commit FixAs you may know, Kristian Nielsen made a fix for the Group Commit Problem which we many times wrote about. The fix came into MariaDB… read more Testing time for updated Javascript standardA "minimal but needed update" to ECMAScript, also known as Javascript, has been ratified by standards chiefs who have promised greater consistency between browsers. read more Database Testing – Practical Tips and Insight on How to Test DatabaseDatabase is one of the inevitable parts of a software application these days. It does not matter at all whether it is web or desktop,… read more [removed] Unit testing asynchronous functionsIn that post, I showed how to use it with a date library I was messing around with. If I were you I would review… read more How to make software testable at XaprbI’m going to try to explain how to make software testable in really practical terms. I won’t use words like “dependency injection.” Those things annoy… read more Execute Selenium tests as unit test in Eclipse IDEOne more time I'm here talking about Selenium and tests. As I talked in the last post Functional Tests with Selenium 2.0 and cargo-maven-plugin, there was a problem… read more Where To Put Your Component’s Unit TestsI’ve started work on creating the components for my simple app. The first component is repustateApi, which will be a PHP client for Repustate.com’s semantic… read more Testing Multiple Versions of IE on One PCPrevious posts described the importance of developing sites with feature detection and debugging a site’s behavior in older versions of Internet Explorer using IE’s browser… read more |