Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I have a daily report that shows all the tests executed ,to be executed over a 5-day period?

Soukaina IBALINE
Contributor
October 1, 2024

 

How can I have a daily report that shows all the tests executed and the remaining ones to be executed over a 5-day period, or by selecting a date range from date X to date Y?

3 answers

0 votes
Danut M _StonikByte_
Atlassian Partner
October 2, 2024

Hi @Soukaina IBALINE,

How are the tests stored? Are they stored in Jira as issues/tickets? Or do you use a specific plugin for testing?

Danut. 

Marsa Maroc October 4, 2024

Hey  Danut, 

Actually they are stored as tikcts , because when I write a test I write it as a ticket . 

But I do manage them in Xray plugin . Which ones are failed , passed , to do . 

Thanks

0 votes
Rudy Holtkamp
Community Champion
October 1, 2024

You could create a JQL like this:

duedate >= startOfDay("-4d") AND duedate <= endOfDay() AND issuetype = "test" ORDER BY created DESC

You can replace 'duedate' with 'execution date'

Marsa Maroc October 4, 2024

Hey Rudy,

I don't have those fields on my test case screen. I think I should add them and fill them automatically, so I can use them in the reporting.

In the test execution, we already have the 'Start At' field (which indicates when the test begins), but how can I add and populate the 'Execution Date' field?

Thanks.

0 votes
Lucas Modzelewski _Lumo_
Atlassian Partner
October 1, 2024

You can

 

Marsa Maroc October 4, 2024

Hey Lukasz,

I think that's going to help, actually. But the problem I’m facing is that I’m using the Xray plugin, which makes it impossible to retrieve the execution status of a test — whether it’s been executed, or if it has failed. So, I can’t filter this information.

Do you have any idea ?

Thank you 

Lucas Modzelewski _Lumo_
Atlassian Partner
October 4, 2024

looks like there are some possibilities: https://docs.getxray.app/display/XRAYCLOUD/Document+Generator+Template%3A+Test+Execution

But again you would need to check what exactly do you need (based on your data and set up) and ask Xray team for some support in helping you achieve it. 


Btw. Xray have their own academy, my whole QA team had to go through this as part of onboarding :) 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events