You didn?t read the link properly. I?ll highlight the relevant sections 
The TCL Tests are the oldest set of tests for SQLite. They are contained in the 
same source tree as the SQLite core and like the SQLite core are in the public 
domain. The TCL tests are the primary tests used during development. The TCL 
tests are written using the TCL scripting language <http://www.tcl.tk/>. The 
TCL test harness itself consists of 23.1 KSLOC of C code used to create the TCL 
interface. The test scripts are contained in 825 files totaling 10.9MB in size. 
There are 33402 distinct test cases, but many of the test cases are 
parameterized and run multiple times (with different parameters) so that on a 
full test run millions of separate tests are performed.

The TH3 <http://www.sqlite.org/th3.html> test harness is a set of proprietary 
tests, written in C that provide 100% branch test coverage (and 100% MC/DC test 
coverage) to the core SQLite library. The TH3 tests are designed to run on 
embedded and specialized platforms that would not easily support TCL or other 
workstation services. TH3 tests use only the published SQLite interfaces. TH3 
is free to SQLite Consortium <http://www.sqlite.org/consortium.html> members 
and is available by license to others. TH3 consists of about 53.1 MB or 718.2 
KSLOC of C code implementing 36618 distinct test cases. TH3 tests are heavily 
parameterized, though, so a full-coverage test runs about 1.5 million different 
test instances. The cases that provide 100% branch test coverage constitute a 
subset of the total TH3 test suite. A soak test prior to release does hundreds 
of millions of tests. Additional information on TH3 is available separately 
<http://www.sqlite.org/th3.html>.


Does that help?

Rob


> On 27 Apr 2015, at 13:36, Sairam Gaddam <gaddamsairam at gmail.com> wrote:
> 
> Yeah I read that link previously but how do i get all those test cases?
> 
> On Mon, Apr 27, 2015 at 5:27 PM, Simon Slavin <slavins at bigfraud.org> wrote:
> 
>> 
>> On 27 Apr 2015, at 12:54pm, Sairam Gaddam <gaddamsairam at gmail.com> wrote:
>> 
>>> How SQLite is tested and can I get those test cases?
>> 
>> <
>> http://lmgtfy.com/?q=How+SQLite+is+tested+and+can+I+get+those+test+cases%3F
>>> 
>> 
>> Simon.
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users at mailinglists.sqlite.org
>> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to