call for creating test suite

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема call for creating test suite
Дата
Msg-id 20060112145902.GA8223@soptik.pzkagis.cz
обсуждение исходный текст
Ответы Re: call for creating test suite  (lothar.behrens@lollisoft.de)
Список 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 по дате отправления:

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: Values in the select
Следующее
От: Adam Biser
Дата:
Сообщение: Re: Parameters.Refresh error.