1
vote
2answers
64 views
Suggestions for auto confirming MS SQL 2005 data entry in a build process
I have a automated (Visual Build) build process that runs:
A set of automated smoke tests (AutoIT) that enters data into a .Net WinForm app that writes to a cleanly seeded MS SQL 2005 DB.
A SQL …
1
vote
1answer
64 views
How to build an iterative user-defined action in Visual Build Professional?
In VBP its possible to define user defined actions by creating a custom COM component or a custom script.
I need to create an user defined action which is iterative, which means it has to call child …
