Click here to Skip to main content
15,886,551 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is there a way to do the following things using NUnit and TFS?

1.Retrieving the test cases parameters from Team foundation server/service;
2.Then map it to an interface or class;
3.Executing the test methods based upon the test case parameters which are downloaded;
4.Finally updating the 'result' back to the test case 'expected result' field in respectives testcases in TFS


What I have tried:

Quote:
Is there a way to do the following things using NUnit and TFS?

1.Retrieving the test cases parameters from Team foundation server/service;
2.Then map it to an interface or class;
3.Executing the test methods based upon the test case parameters which are downloaded;
4.Finally updating the 'result' back to the test case 'expected result' field in respectives testcases in TFS
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900