June 17, 2010 by Rajesh Kumar
Comments (0)
loc, sloc, source code, tools
test coverage tools, source-code analysis
USC CodeCount and USC COCOMO- $0
CodeCount automates the collection of source code sizing information. The CodeCount toolset utilizes one of two possible source lines of code (SLOC) definitions, physical or logical. COCOMO (COnstructive COst MOdel), is a tool which allows one to estimate the cost, effort, and schedule associated with a prospective software development project.
Languages: Ada, Assembly, C, C++, COBOL, FORTRAN, Java, JOVIAL, Pascal, PL1
SLOCCount - $0
SLOCCount is a set of... Read full post
June 17, 2010 by Rajesh Kumar
Comments (0)
testing tools, test coverage tools, source-code analysis, automation practice
JSP/HTML land, usefull tests could be done via some regexp, ie check if style/css are used (to avoid dirty colors/fonts hard-coded for example).If we want to build something pretty robust and extensible, I think we should integrate a java library which is able to transform a XHTML or badly formatted HTML document into a DOM :http:/