...
Table of Contents | ||
---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
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 Blocks
UTA detected a block of code that is not covered. Click Go to navigate to the uncovered code.
Remedy: You can do one of the following:
- Manually modify the already existing test case to cover the block. For example, you may need to modify the method parameters.
- Copy the existing test case, and then modify the duplicated test code to cover the block.
Recommendation Types
See Recommendation Types for information about the types of recommendations UTA can display.