dennislaumen + softwaretesting   2

Maven and Scalatest
I started experimenting with ScalaTest some days ago tempted by the nice looking Feature Specs over here.

mvn scala:cc is continuously compiling my scala code - I wanted to be able to call something like mvn test -Dtest=MyTest from command line as well as for maven to run all my test suites when building.
scala  unittesting  scalatest  maven  softwaredevelopment  softwaretesting 
may 2010 by DennisLaumen
How SQLite Is Tested
As of version 3.6.23 (all statistics in the report are against that release of SQLite), the SQLite library consists of approximately 67.2 KSLOC of C code. (KSLOC means thousands of "Source Lines Of Code" or, in other words, lines of code excluding blank lines and comments.) By comparison, the project has 679 times as much test code and test scripts - 45678.3 KSLOC.
sqlite  softwaredevelopment  softwaretesting 
april 2010 by DennisLaumen

Copy this bookmark:



description:


tags: