What information is provided in the Descriptor Coverage sub-panel of Test Explorer?
What information is provided in the Descriptor Coverage sub-panel of Test Explorer?
The Descriptor Coverage sub-panel in Test Explorer provides information about Object Repository coverage. This panel allows users to view coverage details when working with Selectors or Object Repository, indicating how well the object repository components are covered by tests.
D I think
https://docs.uipath.com/studio/standalone/2023.10/user-guide/descriptor-coverage
https://docs.uipath.com/studio/standalone/2023.10/user-guide/descriptor-coverage "You can use this panel to view activity coverage when you work with Selectors or Object Repository."
Correct answer is A. See doc: https://docs.uipath.com/studio/standalone/2023.10/user-guide/descriptor-coverage The coverage results are shown in Test Explorer, in the Descriptor Coverage panel. You can use this panel to view activity coverage when you work with Selectors or Object Repository.
Correct answer is D
based on your comment, the answer is D - Activity coverage.
C is the correct Answer. Descriptor Coverage sub-panel: It is a feature in the Test Explorer that shows details about how much of the selector logic was covered during the execution of a test case. It shows passed descriptor references and gives insights into failed selectors, which helps in identifying issues. You can double-click on a failed descriptor to navigate directly to the corresponding selector in the workflow, simplifying troubleshooting. The coverage percentage is based on how many selectors (in total) were used during the test execution and how many of them passed successfully.