Changes

Jump to navigation Jump to search
m
Fix typo
Line 77: Line 77:     
===Testing===
 
===Testing===
−
Testing tools include source code that can be included in a program to help test for correctness (such a NUnit), or programs that can perform static analysis of source code to find problem areas (such as lint), or programs that can instrument a program to allow run-time analysis for either testing or performance analysis.  Source code coverage analyzers can be used to verify that test suites exercise every line of source code.  GUI testing programs can be used to simulate user operations on the interface including mouse moves, key presses, button clicks, etc. for the purposes of regression testing.
+
Testing tools include source code that can be included in a program to help test for correctness (such as NUnit), or programs that can perform static analysis of source code to find problem areas (such as lint), or programs that can instrument a program to allow run-time analysis for either testing or performance analysis.  Source code coverage analyzers can be used to verify that test suites exercise every line of source code.  GUI testing programs can be used to simulate user operations on the interface including mouse moves, key presses, button clicks, etc. for the purposes of regression testing.
    
===Version control===
 
===Version control===
SkipCaptcha
292

edits

Navigation menu