Maslow
Maslow

Reputation: 18746

Can I use MTM from VS2012 with visualstudio.com's TFS?

I'm trying to create some MTM coded ui tests and hook it up to my visualstudio.com tfs instance. I haven't had any luck getting it to connect. Is it possible to use microsoft's cloud tfs or azure of some sort rather than installing TFS on my intranet?

Upvotes: 0

Views: 378

Answers (1)

Richard Banks
Richard Banks

Reputation: 12546

MTM connects to Team Foundation Service just fine. From your comment it looks like you're trying to connect via http:// not https://

Use https://imaginarydevelopment.visualstudio.com and you should connect up just fine (note that you don't need to specify the project collection either)

Upvotes: 1

Related Questions