- 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
Requirements
Requirements are documents describing features and capabilities a product should have. They are essential for successful implementation of any software solution as they represent the needs of end users and therefore drive the development. Requirements are also the foundation of tests designed to verify the software and that’s why they play an important role in test management.
Define
TestFLO allows to define any issue type in any project as requirements for each test management project. Depending on the development process used in a project, different issue types can be selected as requirements. For example, when using Scrum framework, Stories and Epics would probably be a good choice for requirements issues. Projects managed in other frameworks or methodologies (e.g. waterfall) might use New feature, Improvement or Task issue type to track requirements. The choice depends on internal processes and individual needs.
Define issue types as requirements at Requirements tab in project confirguration.
Link with tests
Requirements provide informations used to create tests. Test Case Template being a test specification can be linked with a requirement to establish the traceability between these objects. The requirement issue shows all Test Case Templates related with it and one can evaluate the tests designed for this particular requirement. Test Case Templates also have the information about the issue they test.
Going further, creating Test Cases from the Test Case Templates automatically populates the information about the requirement. All Test Cases linked to a requirement are shown on its view, so that the test execution for a particular requirement can be easily analyzed.
Link requirements with Test Case Template using Link with Requirement operation.
Link with Test Plans
Requirements can be linked not only with Test Case Templates and Test Cases, but also with whole sets of Test Cases - Test Plans. It’s especially effective when a single Test Plan tests only one requirement. You can easily track the overall test execution progress for this requirement directly on its view.
Linking many requirements to a Test Plan also makes sense. The requirement stores the information about the Test Plan and it can be used as a reference to see where this particular requirement is tested.
Another way of linking Test Plans to requirements is to link the high level requirements with Test Plans and lower level requirements related with high level ones with tests. For example, in Scrum projects, it might be a good idea to link your Epics with Test Plans and Stories with Test Case Templates/Test Cases. This solution creates a logical structure of tests and requirements.
Link requirements with Test Plan using Link with Requirement operation.
Track defects
Defects created from Test Cases linked with requirements are also linked with these requirements. This is highly beneficial as it’s easy to evaluate all the defects gathered directly on requirement issues. One can see if a requirement has any critical bugs or if all the bugs related with the requirement are resolved.
Track defects on requirement with Defects panel.
Use reports
Defining requirements has another major advantage - it makes requirements reports available. These reports can be used to deep dive into requirements analysis in the testing context. They show informations about the coverage, traceability and test executions taking requirements into account.
To get more information about reports, see Test Reports.