I want to make sure that I can run my unit test developed using specflow-c# from MTM on my local machine.
Background info: - Developed the unit test methods using SpecFlow-C# - Checked in my project to TFS
Problem: - Now can anyone guide me step by step, how to achieve the integration of this unit methods. I have gone through various articles of the MSDN, but somehow i get lost in there. I have learnt that i need to create a build defination (But how to?), setup test controller and test agent (Again how?).
Please guide me in this.
Thanks in advance.