2014年7月17日星期四

Coded UI Playback Configuration



How to Config a TestMethod's Playback Timeout Length
To set a specific time length
[Timeout(int milliseconds)]

To make it run as long as it needs.
[Timeout(Microsoft.VisualStudio.TestTools.UnitTesting.TestTimeout.Infinite)]


Few tips on implementing a Coded UI Test Plugin Extension

没有评论:

发表评论

序言