Tagged Questions

1
vote
2answers
92 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 ...