KJ1
4 days agoNew Contributor
Azure DevOps TestComplete Re-run failed test cases does not work
Hi
I am running TestComplete tests in Azure using the TestComplete test adapter. Visual Studio Test task has an option to re-run failed tests.
During rerun, It tries to find the test case with vstest.console.exe /TestCaseFilter:"(FullyQualifiedName=ProjectSuite.TestCaseName)". Is it possible to use instead (~ and testcase name) FullyQualifiedName~TestCaseName. We are not using fully qualified name in test complete.
It gives the error -> No test matches the given testcase filter `(FullyQualifiedName=ProjectSuite.TestCaseName)`.
How can we make rerun work? There are certain test cases which sometimes fail in initial run because of some intermittent issues so rerunning is required.