Tag: testing

Jasmine test on AngularJS promise-returning function keeps on timing out

Being the test-driven developer that you are, you are writing a Jasmine test for your AngularJS factory function, which returns a promise generated by our beloved $q. You know how to test an asynchronous response with Jasmine. You confidently run the test and… bam, you get an error message “Timeout – Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL”

Better developers’ collaboration through automated specifications

It’s an accepted trend nowadays: according to many TDD and BDD are useful tools with many advantages, and to others they are not. In this post I will not start that old debate again. I will however expose to you one great, possibly overlooked advantage in having extensive test/behavior/specifications coverage: a better team collaboration.

Testing against your Cassandra DB with Cassandra Unit

Looking for something to help you with testing your Cassandra-related methods? Then CassandraUnit might be what you’re looking for! This article will provide you with a quick overview of CassandraUnit’s features, and a practical example on how to set it up for your testing needs.

Introducing Jasmine to Java developers

Step right in, Java developers! If you’re anything like me and like to test your server-side AND client-side code, then allow me to introduce you to Jasmine, the Behavior-Driven JavaScript testing framework! With concrete examples to chew on!