...
Chrome Object Spy now enables you to:
Detach the Chrome Object Spy UI from the application under test page.
Learn objects for a child window in the following ways:
Opens another Chrome Object Spy to add child window objects.
Allows switching between a parent and a child window if you are using a common Chrome Object Spy UI.
The locator preference is now saved locally so that it is preserved across all the Object Spy sessions for a user.
You can now edit the Mandatory status for a custom action parameter though the action is added in a task or a test case.
You can now increase the timeout to query the database to more than 30 seconds.
To set the timeout value, open the Qualitia Server Settings file and specify the DatabaseQueryTimeout value as per your requirement.When the connection to the MS SQL database server fails, the Chrome Object Spy now displays an appropriate message to restore the database connection.
Updated Git integration workflow to avoid continuous incorrect Task modification notification.
...
After entering the application URL using the OpenURL button, you cannot hit Enter. You need to click the Arrow button next to it to open the new application URL.
While recording a new test case, you cannot delete any skipped steps.
SFDC Application Testing
The filter options in Chrome Object Spy does not contain the newly introduced SFDC classes.
After recording a non-label object, the same non-label object step is duplicated when the next step you record is to select multiple items from a pick list. Record again to select multiple items from a pick list and remove the duplicate step.
The QAS Recorder does not support the recording for the following actions:
The VerifyVisibility action for the inputCheckbox component.
VerifyChecked and VerifyUncheck actions for checkboxes.
All the input components actions that do not generate any event, such as select, inputCheckbox, and inputRadio when you click or hover them.
Info |
---|
|
QAS either does not execute or incorrectly executes the following actions:
Actions | Workaround |
---|---|
The VerifyEnablity action for the disabled radio group buttons and disabled checkbox groups. | None |
The Set action for the inputCurrency component appends the existing value in the field with the specified value in the Set action parameter. | Add a step with the Clear action to remove the existing value from the associated field before the Set action. |
All the SFDC actions related to combobox and Lookup might fail. | Check if the object is highlighted for the failed step in the associated screenshot of the execution report. If the screenshot displays the highlighted object, add a step with the Click action for the associated object before the failed SFDC action. |
Due to a cross-origin frame issue, the execution of SelectFrameUsingURL action fails for the cross-origin frame as the URL of an iframe is dynamic. | Replace the SelectFrameUsingURL action with the SelectFrame or SelectFrameByIndexWhenAvailable action in the test case. |
Qualitia Automation Studio 8.2.0 Release Notes
...