|
Category: Programming/Other-Programming-Files
Quiz
Download: http://www.lechak.info/content/quiz/quiz.exe
Operation System: Windows All License: Size: 41 KB Date: 2009-04-26 06:12:49
Quiz was developed to be a small automated testing harness.
Quiz is: - A single file C program that builds anywhere - Not full of features that you'll never use - Compiles and runs everywhere - Simple to use test scripts - Generates a simple text report detailing each test
This may be something that project managers don't want to hear, but every moderately complex piece of code will contain bugs, and every software developer creates bugs. The development process and programmer experience are the main factors for mitigating the impact bugs have on the end product and schedule.
Every minute a developer spends debugging code is time that the application is not progressing. Knowing that a bug exists as soon as possible helps the developer narrow down the section of code that caused the bug. Automated testing informs the developer immediately if there is a problem.
Automated testing is one of the fastest ways to increase productivity in your development group. Include tests directly into the application's build process. Develop tests in parallel with application development. Junior developers can come up to speed by writing tests. If you find a bug not covered by a test, fix the bug then write a test for that bug.
www.cracksdata.com/get.php?id=286293
|
|

| |