Objective: To verify the appearance and behaviour of tooltips.
Preconditions:
- The application is launched and accessible.
- Elements with tooltips (e.g., icons or info buttons) are present in the application.
Steps:
- Hover the mouse pointer over elements with tooltips.
- Verify that tooltips appear when hovering.
- Check if tooltips disappear after a few seconds.
- Click on an element with a tooltip.
- Verify that it behaves as expected.
Expected Result:
- Tooltips should appear on hover.
- Tooltips should disappear after a delay.
- Any interactions with the element should work as intended.
Note:
The actual delay for tooltip disappearance may vary but should be reasonable for a user to read the content.
“Behaves as expected” implies that clicking on the element with a tooltip does not result in unexpected errors, and the intended action associated with the element is successfully triggered.