In Azure Devops while creating queries. anybody knows what is the use of ‘Query Text’ Parameter?
Not able to figure out what is this used for
In Azure Devops while creating queries. anybody knows what is the use of ‘Query Text’ Parameter?
Not able to figure out what is this used for
2
Answers
It is related to Test Suite:
as described here https://learn.microsoft.com/en-us/azure/devops/boards/queries/build-test-integration?view=azure-devops#other-fields
@GregL has mentioned the
Query Text
parameter in doc:Build and test integration queries – Azure DevOps | Microsoft Learn. Here is using example to understand the conception well.1 create query based suit in Test Plans menu.
2 config filters and create suite .(query work items based on field
Work Item Type
match with groupMicrosoft.TestCaseCategory
)Note: you can transform to WIQL syntax and it is
Query text
. Refer to doc:WIQL3 query work items base on a filed
Query Text
match with a previous value[System.Title]
or other word included in query text in step 2. Path:Board->Queries->New Query