0
votes

Let's say there are some unit tests that initiate a Selenium process and test a website's functionality. The unit tests are linked to test cases and can be initiated from the Test Manager. There are test agents running on several machines.

Is it possible to run an automated test from the TFS2013 Test UI? When I click Run it says it's an automated test and can't be run. Is it possible to change TFS configuration to make it run?

1

1 Answers

1
votes

You cant start an automated test execution run from the web ui, yet.

http://nakedalm.com/execute-tests-release-management-visual-studio-2013/

You can however use an automated release triggered from a build to do it. And you can start a build in the UI...