This guide introduces you to the marvels of the Qualitia Test Recorder, a pivotal component of the Qualitia Automation Studio. We'll delve deep into its core features, from the intuitive recording toolbar to the advanced verification steps, mouse hover actions, browser simulations, and the dynamic locator type priority. Embark on this journey to discover how the Test Recorder can redefine your test automation experience.
Login in to Qualitia Automation Studio <insert Screenshot>
Access Develop from the left navigation menu.
You can automate using the recorder either for a test case or a task. In case of a
Test Case
On the Explorer section, you can view existing Test Scenarios.
Choose a Test Scenario and click Expand option.
Tasks
On the Explorer section, click Tasks.
Choose a Task and click.
All test cases / tasks will be listed.
Initiate a New Test Case Recording
Within any scenario, you'll find a list of existing test cases.
Click on Create a New Test Case or use the Web Recording icon located in the toolbar at the top of the screen.
Input the URL of the web application you wish to test.
From the dropdown to the left of the URL textbox, choose your preferred browser (e.g., Chrome) for the recording.
10. Utilize the Recorder Toolbar
Once the browser launches, a small recorder toolbar will appear, courtesy of Qualitia.
This toolbar can be moved around the screen as per your convenience.
The toolbar offers functionalities such as: a. Pause Recording: Temporarily halts the recording session. b. Stop Recording: Ends the recording and closes the browser session.
Advanced Toolbar Options
Click on the expand icon in the toolbar to access more features.
Some of the advanced options include:
Verify Object: Confirm the presence or functionality of web elements.
Add Weight Condition: Introduce a waiting period for certain actions or elements.
Mouse Hover: Specifically capture hover actions over web elements.
Capture Keyboard Strokes: Record specific keystrokes interacting with the application.
Browser Actions: Simulate browser behaviors like Back, Forward, and Refresh.
Recording Verification Steps
The toolbar makes it easy to add verification steps during the recording.
For instance, to verify the visibility of an element:
Navigate to the desired page.
Activate the Verify Object button on the toolbar.
Click on the web element you wish to verify.
Choose Verify Visibility from the tooltip that appears.
Concluding the Recording
Once you've captured all the necessary steps, click Stop Recording.
Recorded steps will be visible in the Qualitia test editor.
You can then proceed to save, edit, or run the recorded test case.