Thanks for the interest. For V1, we will have support for Microsoft SQL Server 2000 & 2005. We have heard the request for having the tools work with other database platforms and are investigating that for a future release.Robert MerrimanTest ManagerVS Team Data
In Production Database we have multiple tables which has PII (Personal Identity Information) Columns and we would not like to share that with DEV/TEST/UAT environment due to company terms and agreement + policies (as we plan to outsource the work)
Will there be any tool/functions/feature provided in the IDE which will generate "Fictitious Data" for each of these column(s) that we can call before the DB copy is sent to Dev/Test/UAT. May be we can provide an XML which will have Table + Column name combination which we identify as PII column, which we will provide as input to IDE which then does the magic.
Question on Re-factoring
==================
What if somebody wants to change the "Column Length"
1. Will the UI display appropriate Object that needs this change
2. If we are reducing the column length, will it warn about DATA Truncation
3. Not sure if it will also display UI dependencies (if I have Solution with one Project for DB and another project for UI) that needs change due to this column name/length change. Will it?
1. Can I disable a specific unit test (from the suite) from running
2. Any way we can get statistics of "Code Coverage"
3. Any plan on adding "Snippets"/"Common Code Library"