delete orphan test suite - azure-devops

I am not able to delete orphan test suite (Test suite without any parent Test Plan).
I migrated Test Plan and Test suites using vstssyncmigrator tool. There is issue with Azure DevOps identifying the migrated objects, i.e. Test Plan. When I access test plan from Test Plans options, it firstly shows error but after some time it creates root test suite automatically and the error goes away.
So I want to delete the migrated test suites which are not associated with any Test Plan. Is there any way to achieve this?
I check the microsoft restapi and noticed that we need to have test plan id to delete rest suite.
Any suggestions to clean up this test suite garbage? Any suggestions / help appreciated!

As you said in this case, you can find test suites in the query.You can try to delete these test suites from the query to see if this is work.

Related

Running test using TestDataMethod in MSTest in Azure-Devops

I have an API test that run within Azure Devops pipeline using TestDataMethod within MSTest. My tests run fine, but problem is all tests reported have the same name, so kind of difficult to figure out which test failed. This works fine in Visual Studio in my local. Is there a way to fix this? I found an old thread for the same issue but has no solution.
Screenshot
As you can see we cannot report the result for each subtest at the root level which also mentioned in the ticket you mentioned. For more information about test result, you could refer to Test analytics, which provides near real-time visibility into your test data for builds and releases. It helps improve the efficiency of your pipeline by identifying repetitive, high impact quality issues.

How to update the outcome of test results for test cases in Azure Test Plans

I have Selenium maven tests running in my release pipelines.
Now I want to automatically update the outcome results in test cases in test plans.
I know there is a way of doing this for C# based selenium tests with vstest step.
But could someone help with logic to do this for selenium maven tests?

Update test case outcome status in azure test plans based on robot framework result file

Currently we are using Xray Test Management to create, define and execute test cases. We automated them with Robot Framework and import the test results via Xray Rest API. Afterwards the related test execution and the related test cases are updated in their status according to the outcome in the Robot Framework result file. Is there also a similar feature (or app in marketplace) in Azure Test plan? So that we can import our test results from Robot Framework to Azure Test Plans and connect it to an existing test plan?
Thanks,
Andreas

How do you delete a test suite in testRigor?

My team and I have recently setup testRigor and in doing so created some extraneous test suites. Combing through the dashboard we haven't found an obvious way to remove the extra suites. How can test suites be removed?
Currently, it should be requested on your Slack, the delete test suite functionality is coming up soon.

VSTS Manual Test Fails, Bug Created, What is the Retest Trigger?

Puzzling out how to implement VSTS for testing team.
Regarding the scenario where a manual test is run and a bug is created...
The bug gets prioritized and fixed at some later point.
How does the application indicate to the tester when they can run the test again because the bug has been fixed?
When you run the tests each time it has its own test run ID. That means they will have their own test results even if you run the same test case multiple times (They have different test run IDs).
Generally, once the bug is fixed and the fixed sources are integrated into the next release of the application, then you can run the test again to check if the bug is really fixed or not.
More information about the manual tests please see Run manual tests and FAQs for manual testing