- 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
Preconditions
This section provides information on how to design and use Preconditions.
Once you start writing a test, the Preconditions can help you determine the list of conditions that have to be done before a test is run. This can be a database configuration, logged-in user, or another condition that helps to perform a given test. All written Preconditions can be used several times. This is possible with the Preconditions repository, which avoids writing the same conditions several times.
Create Preconditions
Steps
To create Preconditions:
- To start creating Preconditions, you have to enter the editing mode. There are three ways to get to the Preconditions edit mode:
a. Edit on Create Issue Page. After clicking the Create button in top navigation bar a Create Issue page is displayed. On this page, after selecting Test Case Template as Issue Type it is possible to edit precondtions.
b. Edit on the issue. On created Test Case Template you can enter edit mode using the Edit button on the issue.
c. Edit in Preconditions panel on issue view. On created Test Case Template click on the pencil in the Preconditions panel. - When the Preconditions edit mode is available you can start create preconditions.
- Click in the bar and fill it with first precondition.
- Click on Add row to fill the next precondition.
- If the preconditions are ready, click checkmark to save.
Result
Preconditions added to the issue.
Delete Preconditions
To delete a precondition just click on the bin icon.
Add precondition from/to repository
You can add preconditions to the repository and use the already existing ones.
The Preconditions repository allows you to avoid writing the same preconditions all the time. To read more see Preconditions repository.
- Use existing preconditions from a repository
If there are preconditions in the repository, all you have to do is enter the first three letters of the word in the input bar and all terms that contain the word will appear. - Add preconditions to repository
If you want to add a precondition, click on the plus icon. After clicking, it will be saved in the repository and from that moment you will be able to reuse this precondition.