Software engineering/Catalogs/Tools: Difference between revisions
Jump to navigation
Jump to search
imported>Pat Palmer No edit summary |
imported>Pat Palmer No edit summary |
||
Line 9: | Line 9: | ||
[[FxCop]] - a free utility from Microsoft for flagging pitfalls with C# programs | [[FxCop]] - a free utility from Microsoft for flagging pitfalls with C# programs | ||
==source code control | ==source code control== | ||
==change control (or modification request) systems== | ==change control (or modification request) systems== | ||
==requirements modeling | ==requirements modeling== | ||
[[Unified Modeling Language]] (UML) | [[Unified Modeling Language]] (UML) |
Revision as of 10:28, 24 October 2007
This is a list of software development tools useful in the field of software engineering. See also the List_of_topics_in_software_engineering.
unit testing
Junit and Nunit - open-source tools for automated unit testing in Java and C#, respectively
automatic analysis of programs
FxCop - a free utility from Microsoft for flagging pitfalls with C# programs