Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 10.4.0

...

Table of Contents
1
maxLevel3
exclude2

Anchor
Filtering Recommendations
Filtering Recommendations
Filtering Recommendations

Recommendations for test improvements are displayed in the Recommendations view after tests are executed (see Configuring Preferences for information how to specify which recommendations UTA will generate). By default, all recommendations generated during the run are displayed, but you can filter out specific recommendations by selecting a category from the drop-down menu at the top of the Recommendations view:

...

Remedy: Manually modify the test to reduce its execution time or set a new timeout by modifying the value in the test code:

Uncovered Code

UTA detected code that is not covered. Click Go to navigate to the uncovered code.

Image Added

Remedy: You can do one of the following:

  • Modify or extend an already existing test case to cover the code. For example, you may need to modify the method parameters.
  • Manually copy an existing test case, and then modify the duplicate to cover the code.
  • Click the Clone test action link to display a list of existing test cases that have been executed; then select a test case you want to duplicate and modify.  UTA preselects a test case to clone based on the test case coverage and name (if the coverage is identical, UTA selects the test case with the highest consecutive number in its name). This quick fix is available only for regular tests.

UTA may display hints how the test case should be modified to cover the code.

Recommendation Types

See Recommendation Types for information about the types of recommendations UTA can display.