I want to perform automated test with Selenium,Nunit,TFS and MTM.
As i'm trying to find a way to run my selenium code using Nunit with MTM, i've searched alot regarding this but didn't find required solution as most of the people gave solution using MStest not with nunit after this i want to see my test case result on MTM.
Answer will be highly appreciated.
DataTestMethod
attribute. Anyway, if you still stick to incompatible non-MSTest approach and want to see your results in Team Services (MTM is just a GUI for it), then you need to create a test run and publish it. This is done using either the TFS API (in a little C# program for instance) or using thetcm.exe run /publish
command line tool. – MushyPeas