XRay Test repository: amount of created tests vs. tests with an execution

Hi,

There is a specific behavior of the Xray Tests with executions if used with the Priority dimension in eazyBI. Each test is counted for each priority of the Test executions. The result is that test is counted the number of times of the execution when Priority (and other Jira standard dimensions) is used.

I added this issue to our backlog for evaluation if any fix might be needed.

The workaround for your use case is to create a custom calculation with the following formula:

NonZero(Count(
  Filter(Descendants([Xray Test].CurrentMember,[Xray Test].[Test]),
    [Measures].[Xray Tests created]>0 AND
    ([Measures].[Xray Tests with executions],
     [Priority].DefaultMember)>0
  )
))

Thank you for pointing to this. That seems to be not a common use case as it is not noticed earlier.

Kindly,
Janis, eazyBI support