Many requirements get added during the course of a project. The number of requirements may increase if there are many business rules and corresponding activities present in the application under test. In such a case, it becomes practically difficult to search the requirements or epics. You can use Search option to easily search the desired requirements.
In addition to the normal string search, Qualitia users can also use different syntaces to search the desired node like epic, story, and so on.
To search the requirements:
- Click Develop > Requirements.
The Requirements screen appears. - On the left pane, enter the desired story, epic, or business rule name in the Search field.
- Click Search.
To search a specific type of node:
You can use the following prefixes to search:
To search | Use |
---|---|
Epic | [Epic] |
Story | [Story] |
Business Rules | [BR] |
Test cases | [TCS] |
When searching for specific node, the filter is applied only for the prefixed node type. Its children will not be affected and will be visible.
You can use the combination of specific string, patterns, and node to search the desired object in the left pane.
For example:
If you want to search the business rule and the name of that business rule is Validate User Credentials, use the following syntax:
- [BR]Validate User Credentials
If you want to search the epic and the name of that epic starts with Authentication, use the following syntax:
- [Epic]^Authentication
If you want to search all the nodes which have the name Registration, use the following syntax:
- Registration