I am trying to run coded ui test cases using MTM. I use XAML builds to run test cases in agent machine While triggering test cases from local machine everything is working fine. But when I am running test cases from MTM in an agent machine I am getting the below error message
Assert.Fail failed. (Getting values for Environment and Culture failed from MTM: The given key was not present in the dictionary.)
Can anyone please help?
Note : I do have some other test cases in different solution (with different XAML build) and they work fine.
I am using Visual studio 2015.