Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...