Thanks for answering,
Hum not exactly from a datatable, I dont know if its possible but the best way to solve my problem should be an API who return me in real time my input values ( during my test ) into my C# code for test unit.
Well for example,
in my QTObjectModelLib library ( under VisualStudio) i can return a Dynamic Datatable :
But AFAIK i can do nothing with it.
Hum not exactly from a datatable, I dont know if its possible but the best way to solve my problem should be an API who return me in real time my input values ( during my test ) into my C# code for test unit.
Well for example,
in my QTObjectModelLib library ( under VisualStudio) i can return a Dynamic Datatable :
Code:
dynamic dataTable = qtpApp.Test.LastRunResults.DataTable
But AFAIK i can do nothing with it.