Searching in a Scope

In a scope, you can search for traceability results and for Reqtify analysis results (stored in an .rqtfimage).

See Also
About Scope and Traceability Links
  1. Select a scope.
  2. From the properties area, click Search in Scope .
  3. Type a string for your search. If needed, use the following special characters:
    Special characterDescription
    ? To replace any single character
    # To replace any single digit or '#' character
    * To replace zero or more characters
    See examples below:
    String exampleSearch
    system scope Text containing " system scope"
    system*scope Text containing "system" , then " scope"
    sh??l Text containing "sh" immediately followed by 2 characters and a "l" (for instance, it matches sh al l and sh ou l d)
    INPUT # "INPUT" followed by a digit or '#'
  4. Optional: Select or clear the following options:
    OptionDescription
    Ignore Case Search the string by ignoring lower and upper cases.

    By default, this option is checked.

    Regular Expression Applies the regular expression mode for an advanced search. The Java regular expression implementation is similar to PCRE.

    For more information, see Summary of regular-expression constructs on the Java™ Platform Standard Ed. 7 website.

    By default, this option is cleared.

  5. Click OK to display the search result in a tree tab.