How to name the jira testcase

Ky M
Contributor
October 7, 2024

May I ask how should we name the test cycles for a company so the others will not confuse and make a new test cycles again which performs the same function?

Should it be named as "<Application>", or "<Services>", or "<Application_Services>"?

Why and why not the others if any one of the three is chosen?

1 answer

1 accepted

1 vote
Answer accepted
Humashankar VJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 14, 2024

Hi @Ky M 

When naming test cycles in Jira, adhere to best practices by adopting a consistent naming convention: "<Application><Service><TestType>_<Version/Sprint>".

Examples include "CRM_LoginService_Regression_v2.1" or "Payroll_TaxCalculation_Smoke_Sprint5".

This approach clearly identifies the application, service, test type, and version or sprint, providing essential context.

It's descriptive yet concise, avoiding overly broad names like "<Application>" or "<Service>" alone, which lack vital details.

For optimal clarity, include:

- Application name

- Specific service being tested

- Type of testing (e.g., regression, smoke)

- Version or sprint information

 

Refer this help article for more information - 5 Best Practices for Creating Transparent Test Cases in Jira (hexygen.com)

 

Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards

Ky M
Contributor
October 15, 2024

This is the best answer I have seen. Thanks a lot.

Like Humashankar VJ likes this

Suggest an answer

Log in or Sign up to answer