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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.