使用Coded UI Test的自定义数据源

时间:2015-01-20 08:46:50

标签: c# unit-testing automated-tests coded-ui-tests

我已经广泛搜索了这个,我不确定是否可以这样做。我想实现自己的数据源。例如,在测试中,结果将是:

[MyDataSource("xx", CustomEnum.Something), TestMethod]
public void CodedUITestMethod()
{
    var fromSounce = TestContext.DataRow["key"].ToString();
    // Testing
}

DataSource继承的类DataSourceAttribute被明确标记为不可继承。有什么想法吗?

0 个答案:

没有答案