Mouse Move Overview
Mouse Move typically refers to the event or action of moving the mouse cursor. This action can be used to perform various tasks, such as updating the position of the mouse cursor on the screen, interacting with graphical user interface elements, or triggering specific functionality in applications.
Add a Mouse Move Action to a Test Case
Functionize provides many ways to add actions to test cases. You can insert actions directly from the Test Detail page or Slider View.
Insert a Mouse Move Action via Test Detail Page
- Open a test from the functional tests list in any project.
- Hover over any action; an Insert Action icon (⊕) will appear, giving the option to insert a new action at the selected location.
- Click the Insert Action + icon to view the Insert menu and select Mouse Move to add a Mouse Move action.
- In the Insert Mouse Move window, select the Movement Type from the dropdown list.
- Enter the details in the Mouse Start X, Mouse Start Y, Mouse X and Mouse Y fields and click the Insert button.
- The Mouse Move action is now inserted into the test. The action will appear grayed out and include a NEW tag under the test step number.
Insert a Mouse Move Action via Slider View
- Open the Slider View for a test in any project.
- Click the Quick Add button at the step where you would like to insert the Mouse move action.
- Click on the Quick Add button and select Mouse Move to add a Mouse Move action.
- In the Insert Mouse Move window, select the Movement Type from the dropdown list.
- Enter the details in the Mouse Start X, Mouse Start Y, Mouse X and Mouse Y fields and click the Insert button.
- The Mouse Move action is now added to the test.
Create a Mouse Move Action Via Architect
- Launch Architect and begin recording your test.
- Click the + icon button to open the action panel.
32 - Click Mouse Move.
- Select the Movement Type from the dropdown list on the action panel.
- Enter the details in the Mouse Start X, Mouse Start Y, Mouse X and Mouse Y fields and click the Add button.
- The Mouse Move action is now added in Architect.
By following these steps, you can effectively add and configure Mouse Move actions in your tests, ensuring thorough and precise testing of GUI interactions.