From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=ripgrep a command line tool in the tradition of grep. It is optimized for searching large directories of files using parallelism out of the box. It...")
 
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=ripgrep a command line tool in the tradition of grep. It is optimized for searching large directories of files using parallelism out of the box. It recursively searches your current directory by default.
|description=ripgrep a command line tool in the tradition of grep. It is optimized for searching large directories of files using parallelism out of the box. It recursively searches your current directory by default. This utility automatically skips files matching a pattern in your .gitignore files (this option can be disabled). ripgrep supports file type filtering and the full gamut of Unicode, while remaining fast. It can even automatically search compressed files.  
|setup=
|setup=
|actions=
|actions=
Be as specific as required for the target audience.
# <code> dnf install ripgrep </code>
# Start here ...
# Next do this ...
# Next do this ...
# Finally click that
# Finally click that

Revision as of 06:30, 31 March 2018

Description

ripgrep a command line tool in the tradition of grep. It is optimized for searching large directories of files using parallelism out of the box. It recursively searches your current directory by default. This utility automatically skips files matching a pattern in your .gitignore files (this option can be disabled). ripgrep supports file type filtering and the full gamut of Unicode, while remaining fast. It can even automatically search compressed files.


How to test

  1. dnf install ripgrep
  2. Next do this ...
  3. Finally click that

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 completes without error
  2. The system boots into runlevel 5
  3. Program completes with exit code 0

Optional

Optionally provide hints for exploratory testing.