A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

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:

  1. Click Develop > Requirements.
    The Requirements screen appears.
  2. On the left pane, enter the desired story, epic, or business rule name in the Search field.
  3. 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
  • No labels