by Intertech Inc. | Feb 9, 2016 | Web Development
In part 1 of this Node.js tutorial we covered test tools and how to unit test your code in isolation. In this part, we will look at how to test your request routing, how to populate the database with test data, and how to set up basic end to end testing. The code for...
by Intertech Inc. | Jan 28, 2016 | Web Development
Testability is a major concern in software development. A piece of code whose functionality cannot be properly verified is hardly worth it’s storage space. Therefore, no matter what technology you’re using you will sooner or later (ideally sooner) face the...
by Jason Shapiro | Aug 14, 2013 | Web Development
While this is no longer late breaking news, it bears repeating: JavaScript is a powerful object oriented language, capable of being used to build sophisticated applications on both the client and the server. However, the more sophisticated the implementation, the...