How to read parameter values from a TestCase in Microsoft Test Manager

前端 未结 2 1521
不思量自难忘°
不思量自难忘° 2021-01-02 16:59

I am trying to execute the testcases programatically using the microsoft test manager using c#. For that I want to read the parameter values stored in Microsoft Test Manage

2条回答
  •  轮回少年
    2021-01-02 17:40

    I think what you describe is Data-Driven Coded UI tests.

    http://msdn.microsoft.com/en-us/library/ee624082.aspx

提交回复
热议问题