Hi,
In Visual Studio, we have the option to create Unit Tests of a function/method through the item "Create Unit Tests" which we can see when we open the context menu of a function/method. (found at http://msdn.microsoft.com/en-us/library/ms182532.aspx) If we open the Test List Editor, we can see many columns like "Test Name", "Test Description", "Test Timeout", etc.. for each Unit Test that is created. Some more columns also can be added to a particular Test via the Test List Editor. As per our project requirement, the end - user will supply the inputs like Test name, test descirption, etc at the time he/ she creates Unit test and we have to use these input values to write them into a seperate xml file. Can we get the values of these columns programmatically and supply them as inputs to the customized methods? Please help..

Thanks in advance,
Sravani