On 8/25/10, Olemis Lang <[email protected]> wrote:
> Simple question .
>
> Q:
> - Could you please recommend any framework
> built on top of DUnit with support for writing
> tests for database client apps (if similar to
> DbUnit -Java-, well, much better ;o) ?
>
Sorry , I forgot :-$
I will also test MSSQL extended stored procedures. They all live in
master database and are global procedures (physically they are a
procedure exported by a DLL ;o) . I need to prevent Test Run Wars in
cases two different test runners will be running extended stored
procedures test suite. AFAICS I have the following options at hand
- Create a separate MSSQL instance for each test
(don't like it much, it's to heavy)
- Create aliases for the XP method based on a token
identifying the test runner .
I'd use the later , but the fact is that I'd need to parameterize the
DLL build process in order to generate the code for this custom method
and change the DLL name at build-time e.g. xp_test_2010_09_21_2323939
in xpdll_2010_09_21_2323939.dll
Q:
- Do you know of any build automation system
for Delphi projects suitable to solve this and also
to setup continuous integration environments
(preferently using Hudson ;o) ?
Thnx in advance !
--
Regards,
Olemis.
Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/
Featured article: