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.
"We are not using fully qualified name in test complete." - Azure may require fully qualified names, but don't expected TC to support it. They are two different products. Also, a failed run, is considered to be a "run", so you will get 6.
Refer to https://support.smartbear.com/testcomplete/docs/working-with/integration/azure/index.html