call for creating test suite - Mailing list pgsql-odbc

From Ludek Finstrle
Subject call for creating test suite
Date
Msg-id 20060112145902.GA8223@soptik.pzkagis.cz
Whole thread Raw
Responses Re: call for creating test suite  (lothar.behrens@lollisoft.de)
List pgsql-odbc
Hello,

  is here someone who will create testsuite for psqlodbc driver?
I have this idea:

- it contains executable, and dir with text files
- each text file describe one test
- text file contains specification:
   - test name
   - what is the right result (failure with specified sqlstate could
       be the right result)
   - SQLXXX odbc commands with parameters which will be executed
     in same order they are written to text file
- executable
   - goes throught test dir execute each test and copare expected
     result (readed from text file) againist real result for each
     test; it takes in mind if the failure is on the last SQLXXX
   - it stops on first error which is raised during execution of text
     file
   - write if each test is ok or not ok to stdout

Comments and volunteers are welcome.
This could improve bug hunting and checking if there is no known
bug in new release or development snapshot.

Please help us,

Luf

pgsql-odbc by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: Values in the select
Next
From: Adam Biser
Date:
Subject: Re: Parameters.Refresh error.