- About TestFLO
- Overview
- For whom
- Key benefits
- Roadmap
- Onboarding
- Basic concepts
- Glossary
- Quick guide for Jira Administrator
- Quick guide for QA manager
- Quick guide for testers
- Demo environment
- Requirements
- Requirements
- Requirement operations
- Designing tests
- Test Case Template
- Organizing tests
- Reporting & tracking
- Reporting and tracking overview
- Requirement Test Coverage Report
- Requirement Traceability Report
- Requirement Test Execution Report
- Test Plan Execution Report
- Test Plan Iterations Report
- Test Execution Report
- Test information panel
- Issue panels
- Export test issues
- Dashboard Gadgets
- Miscellaneous
- TestFLO menu
- Issue Search Dialog
- JQL functions
- Administration & Configuration
- Projects' organization
- Create project
- Project configuration
- TestFLO settings
- TestFLO Permissions
- Custom fields
- Advanced workflow configuration
- Panel Filter Result
- Import/Export TCT
- Test Automation configuration
- Upgrade reports
- Upgrade guide
- Integrations
- Confluence
- REST API
- Configuration Manager for Jira
- Xporter
Last updated Jul 12, 2022
Automation Test Key
This field is a custom text field that is used to store a special key, by which automated tests and test issues (Test Cases and Test Case Templates) are connected/identified. Automation Test Key is built from a fully qualified class name with a method name.
Note
The Automation Test Key is not presented in the Test Case and Test Case Template by default. If you want to add it to the test issues view, configure appropriate Screen in the Administration > Issues > Screens.
Example
In the image below, the Automation Test Key com.deviniti.jira.plugins.steps.StepsServiceTest.shouldSetStepsComment is composed of:
- com.deviniti.jira.plugins.steps - package name
- StepsServiceTest - class name
- shouldSetStepsComment - (test) method name