I have designed Coded UI tests in Visual Studio 2012. I have associated them with manual tests from Test Manager.
- How to run only automation tests with priority = 1 from some test suite?
- How to run only testcases which were marked failed by bugs in previous test runs?
I want to run tests using command line something like this:
tcm run /create /title:"Nightly Run" /planid:1 /suiteid:5 /configid:13 /settingsname:"<Name of your automated test settings>" /testenvironment:"<Name of a matching environment>" /collection:<CollectionURL> /teamproject:<Team Project name>
Any ideas?