资 源 简 介
Introduction to Testboy
Testboy is a standalone unit testing framework for client-side JavaScript.
What is Testboy For?
Testboy is a framework that was intended to help developers that write a lot of JavaScript code
to automate regression testing. If you have an issue in your JavaScript program, you fix it and
write a unit test with Testboy for this case. Next time when you change your code, you simply start
your Testboy test to check whether your issue is still fixed. If something goes wrong, Testboy will
inform you through its console.
Testboy and Other JavaScript Libraries
Testboy is a standalone project, so it doesn"t require any other JavaScript library to be included
to work properly. Although there won"t be any compatibility issue, in case you use it along with another
JavaScript library. Testboy has its own testboy namespace and doesn"t use so popular shortcut $
in order to avoid naming collisions