...
Table of Contents | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
...
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 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 Modify or extend an already existing test case to cover the blockcode. For example, you may need to modify the method parameters.
- Copy the Manually copy an existing test case, and then modify the duplicated test code to cover the blockthe 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.