Testing an WPF app with CodedUI tests, should the coded ui test project share a solution or not?

前端 未结 2 1150
忘了有多久
忘了有多久 2021-01-15 22:48

First some context; we are developing a large desktop WPF application in .NET 4.5 targeting 64 bit Windows 7 and 8. We are using Visual Studio 2012.2 (soon to be .3 then

2条回答
  •  無奈伤痛
    2021-01-15 23:13

    What I did was make one Solution and made a CUIT project within, I then made multiple Coded UI test's within that. This is good because using an orderedTest you can run them together and they also share a UIMap which helps too.

提交回复
热议问题