Forum Discussion
Mark7380
Feb 16, 2024Copper Contributor
Test Plans
Hi everyone,
I have a couple of questions? In the ADO test cases, is it possible to query the Actions and Expected results columns of the Test Case?
Is there a way were I can link a work item to a step in the test case?
Considering this:
- Querying Actions and Expected Results Columns
You can query the Actions and Expected Results columns in Azure DevOps (ADO) test cases. These columns are part of the test case work item, and you can use the query editor in Azure DevOps to create queries that include these fields. You can use the "Contains Words" or "Does Not Contain Words" operators to filter test cases based on the content of these fields. - Linking a Work Item to a Step in the Test Case
While you can't directly link a work item to a specific step within a test case, you can use shared steps to achieve a similar result. Shared steps allow you to define a sequence of steps that can be reused across multiple test cases. You can create a shared steps work item and link it to your test cases. This way, any changes to the shared steps will be reflected in all test cases that use them.
- Querying Actions and Expected Results Columns