Hi,
I have done exactly the same steps. But still same issue. Test Case Fails and in VSTS i am getting this error message:
Status: Test case failed.
ERROR:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: System.TypeInitializationException: The type initializer for 'MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement' threw an exception. ---> MS.Dynamics.TestTools.CloudCommonTestUtilities.Exceptions.WebAuthenticationException: Failed finding the certificate for minting tokens by thumbprint: 1abcbc9068d88e8e0c4fb501bae5440e06ac059f
Install the offline certificate or add the thumbprint of a trusted certificate to the CloudEnvironment.config file at: C:\Program Files (x86)\Regression Suite Automation Tool\CloudEnvironment.Config
at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.SelfMintedTokenAuthenticator.MintToken(String email, String nameId, String identityProvider, String audience, String certThumbprint, Double tokenLifetimeInHours)
at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.SelfMintedTokenAuthenticator.SignIn()
at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.AuthenticatorFactory.get_AdminAuthenticatorToken()
at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.get_Service()
at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.PopulateAxUsers()
at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement..cctor()
--- End of inner exception stack trace ---
at MS.Dynamics.TestTools.CloudCommonTestUtilities.Authentication.UserManagement.get_AdminUser()
at MS.Dynamics.Performance.Application.TaskRecorder.PO11Base.TestSetup()
at MS.Dynamics.Performance.Application.TaskRecorder.PO11Base.TestSetup()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Dynamics.RegressionSuite.Loader.ExecuteMethod(String methodName, Object[] parameters) in D:\a\1\s\Business Process Test Tool\TaskRecordingRegressionTool\RegressionSuite\TestRunnerHelper.cs:line 275
at Microsoft.Dynamics.RegressionSuite.TestRunnerHelper.PlaybackOnlyFromExcel(String excelSource, Int32 playbackIndex, TimeSpan timeout) in D:\a\1\s\Business Process Test Tool\TaskRecordingRegressionTool\RegressionSuite\TestRunnerHelper.cs:line 145