I have a set of testcases in microsoft test manager. Now, the tester has to manually select each test case and run it. Is there a way in which I can link each step in the testcase to some program/script or to a function. eg. Consider my test case is to check the functionality of a DB.Check sample testcase here
Is there some way through whic i can actually automate this. i.e. link the step to some program, which could of the following format for the first test case (in fig)
function updatedb(attributename){
//connect to db and change value`
}
Thank you for the help.
You can link any unit test, coded UI test, or generic test to a test case.