/
General SFDC Actions
General SFDC Actions
On this Page:
SFDC general actions denote those actions for which objects are not needed for execution.
SwitchToTab
This action switches to another tab.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
tabName | Enter the tab name to which you want to switch | Yes | String |
Example:
SwitchToTab "Accounts Check"
SwitchApp
This action switches to another Salesforce app.
Input Parameters:
Parameter Name | Parameter Description | Mandatory | Data Type |
---|---|---|---|
appName | Enter the app name to which you want to switch | Yes | String |
Example:
SwitchApp "Sales"
Logout
This action allows you to log out from the SFDC application.
This action does not contain any parameters.
Input Parameters:
Example:
Logout
, multiple selections available,
Related content
SFDCEdit
SFDCEdit
Read with this
General SFDC Actions
General SFDC Actions
More like this
General Web Actions
General Web Actions
Read with this
General SFDC Actions
General SFDC Actions
More like this
Best Practices (Objects, Test cases, and Tasks)
Best Practices (Objects, Test cases, and Tasks)
Read with this
Recording a Test Case using Qualitia Automation Studio Recorder
Recording a Test Case using Qualitia Automation Studio Recorder
Read with this