Hello,
If you record a test case that has parameters in it and, import that as a coded UI test, you automatically get a data source as such added to your code.
<DataSource("Microsoft.VisualStudio.TestTools.DataSource.TestCase", "http://tfs.d******l.com:8080/tfs/iec*********on;IECCScalable", "3807", DataAccessMethod.Sequential)>
How would you break this down in to
Name, ConnectionString, Provider name, so you can open close it etc etc. So it could be used in a config file.
Is this possible?