Cannot Remove TestCases from Query Based Suites in Azure DevOps

Azure DevOp Issue: When you try to remove TestCases from Query Based Suites, you may not find an option to remove the TestCases whereas for Static & Requirement based suites you may find a remove option

Solution: The main reason why you can remove the testcases from Query Based suite is the testcases are added dynamically from the query matching certain critieria. Incase if you want to remove the testcase from a query based suite then you need to modify the query in such a way that the testcase is excluded from the suite

You may also like...