Document toolboxDocument toolbox

Header

(8.5.X) Web Actions

General Web Actions



Clipboard.Copy

Parameter Name

Parameter Description

Mandatory

Data Type

Text

Enter the text to add to the clipboard memory.

Yes

String

Clipboard.Clear

CloseCurrentWindow

CheckExcelProcess

ConcatString

This action will concatenate the two strings and stores result string into a variable. The key value can be retrieved using the key name.

Parameter Name

Parameter Description

Mandatory

Data Type

str1

First string for concatenation

No

String

str2

Second string for concatenation

No

String

Key

Key name under which the result of concatenation will be stored. 

No

String

ComparetwoStrings (Deprecated)

Parameter Name

Parameter Description

Mandatory

Data Type

Str1

First string for comparison

No

String

Str2

Second string for comparison 

No

String

ComparetwoInt

This action compares two integer numbers. Even a key can be passed as one of the parameters for comparison where the ComparetwoInt function will retrieve the value from the key and that value will be compared with another integer.

Parameter Name

Parameter Description

Mandatory

Data Type

int1

First integer value for comparison 

No

String

int2

Second integer value for comparison

 No

String

OpenURL

Parameter Name

Parameter Description

Mandatory

Data Type

url

Enter the URL that you want to open.

Yes

String

  • $$_ISIE: If browser type is set as IE (Internet Explorer), then this expression is stored as True. Here, other two ($$_ISFIREFOX and $$_ISCHROME) are stored as FALSE.
  • $$_ISFIREFOX: If browser type is set as FIREFOX (Mozilla Firefox), then this expression is stored as True. Here, other two ($$_ISIE and $$_ISCHROME) are stored as FALSE.
  • $$_ISCHROME: If browser type is set as CHROME (Google Chrome), then this expression is stored as True. Here, other two ($$_ISFIREFOX and $$_IE) are stored as FALSE.

NavigateForward

NavigateBack

RandomString

Parameter Name

Parameter Description

Mandatory

Data Type

CharacterList

The string given as input could be alphabetic, alphanumeric or numeric.

No

String

Length

The length of the random string to be generated.

No

String

strKey

The value of the random string is stored in strKey

No

String

ReplaceStringBySubString

Parameter Name

Parameter Description

Mandatory

Data Type

Key

Enter the key name in which you want to store the updated string.

Yes

String

inputString

Enter the string that you want to replace.

Yes

String

Find

Enter the part of the string that need to be replaced.

Yes

String

Replacewith

Enter the replacement text for the first string.

Yes

String

Start

Enter the start position. Default is 1. All characters before the start position will be removed.

No

String

count

Enter the number of substitutions to perform. Default is -1, which makes all possible substitutions.

No

String

Case Sensitive

Enter whether you want to consider case-sensitivity when comparing the string before replacement. Value for this parameter can be 0 or 1.

  • Set 0 for case-insensitive comparison.
  • Set 1 for case-sensitive comparison.

No

String

ReplaceAndStoreText

Parameter Name

Parameter Description

Mandatory

Data Type

SourceText

The complete path of the file to be executed.

No

String

TextToBeReplaced

Substring that is to be replaced from the SourceText.

No

String

TextToBeReplacedBy

Substring by which replacement is to be done.

No

String

IsCaseSensitive

Indicates case sensitive.

Yes

String

Key

Key in which final output will be stored.

Yes

String

ReplaceSubString

Parameter Name

Parameter Description

Mandatory

Data Type

MainString

The original string.

Yes

String

SubString

The substring of the original string.

Yes

String


ReplaceString

The new string with which the substring is to be replaced.

Yes

String


Soccurrence

The number of times the substring occurs in the original string.

Yes

String


Key


The resultant value is stored in the Key.


YesString
iscasesenstive

Enter as True if you want to replace only when the case of letters of specified occurrence and substring matches.

Enter as False if you want to replace irrespective of whether the case of letters of the specified occurrence and substring matches.

Note: The default value is True.

Yes  String

RandomNumber

This action takes lower and upper limit of a range as integer input and gives an output of a random integer number within that range.

Parameter Name

Parameter Description

Mandatory

Data Type

min

The string stores the lower limit of the range.

No

String

max

The string stores the upper limit of the range.

No

String

strKey

The value of the random number is stored in strKey.

No

String

StorePageURL

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter the key name to store URL.

Yes

String

RightClickTo(String X , String Y)

Parameter Name

Parameter Description

Mandatory

Data Type

String X

The X co-ordinate of the location

Yes

String
String YThe Y co-ordinate of the location       YesString

ScrollTo(String X , String Y)

Parameter Name

Parameter Description

Mandatory

Data Type

String X

The X co-ordinate of the location

Yes

String

String YThe Y co-ordinate of the location       YesString

StoreFixNumber

Parameter Name

Parameter Description

Mandatory

Data Type

Key

Enter the key name in which you want to store the updated string.

Yes

String

Number

Enter the number from which you want to store the integer part.

Yes

String

StorePageTitle

Parameter Name

Parameter Description

Mandatory

Data Type

key

E

r the key name to store page title.

Yes

String

StoreVariable

Parameter Name

Parameter Description

Mandatory

Data Type

key

Enter the key name to store variable.

Yes

String

data

Enter the value to be stored under the key name.

No

String

SecureStoreVariable

Parameter Name

Parameter Description

Mandatory

Data Type

key

The variable under which the string data is to be stored.

Yes

String

data

Enter the data to be stored in encrypted mode.

No

String

CalculateDifferenceInDateAndStore

Parameter Name

Parameter Description

Mandatory

Data Type

startDate

Enter the start date, that is, the date which is lesser.

Yes

String

startFormat

Enter the start date's date format.

Yes

String

endDate

Enter the end date, that is, the date which is greater.

Yes

String

endFormat

Enter the end date's date format.

Yes

String

KeyEnter a key to store the the difference in date as per the number of days.        YesString

WebButton Actions



Click

MouseOver

MouseDown

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

MouseUp

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

DragAndDropToOffset 

Parameter Name

Parameter Description

Mandatory

Data Type

offsetX

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as +100,100 , -100, 10, and so on.

No

String

offsetY

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as -100,100 , +100, and so on.

No

String

VerifyEnability

Parameter Name

Parameter Description

Mandatory

Data Type

enability

Value for this parameter can be True or False.

  • Set True if you want to verify that the object is enabled. 
  • Set False if you want to verify that the object is disabled.
    Note: If you do not enter any value, the default value is set to True during the test case execution.

No

String

VerifyExistence

Parameter Name

Parameter Description

Mandatory

Data Type

existence

Value for this parameter can be True or False.

  • Set True if you want to verify that the object is existence. 
  • Set False if you want to verify that the object is non-existence.
    Note: If you do not enter any value, the default value is set to True during the test case execution.

Yes

String

VerifyVisibility

Parameter Name

Parameter Description

Mandatory

Data Type

existence

Value for this parameter can be True or False.

  • Set True if you want to verify that the object is visibility. 
  • Set False if you want to verify that the object is invisibility.
    Note: If you do not enter any value, the default value is set to True during the test case execution.

No

String

WebCheckBox Actions



Check

CheckIfTrue

Parameter Name

Parameter Description

Mandatory

Data Type

check

Value of this parameter can be True or False.

No

String

Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DoubleClick

DownloadFile

You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.

After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.

To configure the Auto Install Path for an offline suite:

  • Open the Qualitia Offline Configuration Manager.
  • Select the Offline Suite and the associated execution profile.
  • Click Qualitia Settings > General > AutoIT Path.

Parameter Name

Parameter Description

Mandatory

Data Type

folderPath

The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validate whether the folder exist

Yes

String

Filename

The filename of the downloadable file, to be given incase the user requires to give specific name and not depend on the default name of the file. In case, the file already exist, similar window like below will appear. Such windows are not handled by the action. Incase, the user does not provide this data, the action will pick the default file name available while download.

No

String



ClearText

Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DoubleClick

DragAndDropToOffset 

Parameter Name

Parameter Description

Mandatory

Data Type

offsetX

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as +100,100 , -100, 10, and so on.

No

String

offsetY

Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as -100,100 , +100, and so on.

No

String

WebElement Actions



Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DoubleClick

DownloadFile

You can also use AutoIT to execute this action on Windows operating system only. You need to install AutoIT.

After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.

To configure the Auto Install Path for an offline suite:

  • Open the Qualitia Offline Configuration Manager.
  • Select the Offline Suite and the associated execution profile.
  • Click Qualitia Settings > General > AutoIT Path.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

folderPath

The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validate whether the folder exists.

Yes

String

Filename

The filename of the downloadable file, to be given in case the user requires to give a specific name and not depend on the default name of the file. In case, the file already exists, similar window like below will appear. Such windows are not handled by the action. In case, the user does not provide this data, the action will pick the default file name available while downloading.

No

String


Example:


WebFile Actions



AttachFile

Parameter Name

Parameter Description

Mandatory

Data Type

filePath

Enter the absolute or relative path of the file. 

Yes

String

If you want to upload a file without an object, refer to AttachFile action as described in General Web Actions.

Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DoubleClick

DownloadFile

You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.

After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.

To configure the Auto Install Path for an offline suite:

  • Open the Qualitia Offline Configuration Manager.
  • Select the Offline Suite and the associated execution profile.
  • Click Qualitia Settings > General > AutoIT Path.

WebFrame Actions



Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DoubleClick

MouseOver

MouseUp

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

StoreText

RightClick

Parameter Name

Parameter Description

Mandatory

Data Type

option

The context menu option number that needs to be clicked.

No

String

WebImage Actions



Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DoubleClick

DownloadFile

You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.

After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.

To configure the Auto Install Path for an offline suite:

  • Open the Qualitia Offline Configuration Manager.
  • Select the Offline Suite and the associated execution profile.
  • Click Qualitia Settings > General > AutoIT Path.

Parameter Name

Parameter Description

Mandatory

Data Type

folderPath

The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validates whether the folder exist

Yes

String

FileName

The filename of the downloadable file, to be given incase the user requires to give specific name and not depend on the default name of the file. In case, the file already exist, similar window like below will appear. Such windows are not handled by the action. Incase, the user does not provide this data, the action will pick the default file name available while download.

No

String

WebLink Actions



Click

ClickAndWait

ClickandchooseOkOnNextConfirmation (Deprecated)

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickIfExists

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DoubleClick

DownloadFile

You can also use AutoIT to execute this action on Windows operating systems only. You need to install AutoIT.

After installing AutoIT, you can configure the AutoIT Install path in Qualitia client as follows: Project Configuration > General > Settings > AutoIT Install Path. The default AutoIT path is C:\Program Files (x86)\AutoitV3.

To configure the Auto Install Path for an offline suite:

  • Open the Qualitia Offline Configuration Manager.
  • Select the Offline Suite and the associated execution profile.
  • Click Qualitia Settings > General > AutoIT Path.

Parameter Name

Parameter Description

Mandatory

Data Type

folderPath

The path where the file is to be download. Please check Table 1 "Parameter Mandate" to validate in the situation where this parameter will be mandatory. In case the parameter Mandatory; the user should take care that the folder path exists. The action does not validates whether the folder exist

Yes

String

Filename

The filename of the downloadable file, to be given incase the user requires to give specific name and not depend on the default name of the file. In case, the file already exist, similar window like below will appear. Such windows are not handled by the action. Incase, the user does not provide this data, the action will pick the default file name available while download.

No

String

WebList Actions



Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

DeselectAll

DeselectItemByText

Parameter Name

Parameter Description

Mandatory

Data Type

itemName

Enter the item name you want to deselect. 

Yes

String

DeselectItemByValue

Parameter Name

Parameter Description

Mandatory

Data Type

value

Enter the item that you want to deselect from the list.

Yes

String

WebPage Actions



Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

ClickLinkByText

Parameter Name

Parameter Description

Mandatory

Data Type

link

Enter the text of the link which you want to click. 

Yes

String

WebRadioButton Actions



VerifyExistence

Parameter Name

Parameter Description

Mandatory

Data Type

existence

Value for this parameter can be True or false.

  • Set True if you want to check the existence.
  • Set False if you want to check the non-existence.

No

String

VerifyVisibility

Parameter Name

Parameter Description

Mandatory

Data Type

visibility

Value for this parameter can be True or false.

  • Set True if you want to check the visibility.
  • Set False if you want to check the invisibility.
    Note: If you do not enter any value, the default value is set to True during the test case execution.

No

String

StoreVisibility 

  • True: If the web element is visible.
  • False: If the web element is not visible.

Parameter Name

Parameter Description

Mandatory

Data Type

strKey

Enter a variable to store the visibility status.
No

String

Click

StorePropertyValue

Parameter Name

Parameter Description

Mandatory

Data Type

Key

Enter the key name under which the property value will be stored.

Yes

 String

Property

Property/attribute name whose value needs to be stored under the specified key. This can be any accessible property of Android/iOS native object mentioned above.

Yes

 String

SetFocus

VerifyEnability

Parameter Name

Parameter Description

Mandatory

Data Type

enability

Value for this parameter can be True or false.

  • Set True if you want to verify that the object is enabled. 
  • Set False if you want to verify that the object is disabled.
    Note: If you do not enter any value, the default value is set to True during the test case execution.

No

String

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

WebTable Actions



Click

ClickAction

ClickAt

Parameter Name

Parameter Description

Mandatory

Data Type

X

The x-coordinate of the click.

No

String

Y

The y-coordinate of the click.

No

String

ClickCell

Parameter Name

Parameter Description

Mandatory

Data Type

row

Enter the row number of the cell which you want to click. Row number starts at 1.

Yes

String

column

Enter the column number of the cell which you want to click. Column number starts at 1.

Yes

String

ClickImageInCell

Parameter Name

Parameter Description

Mandatory

Data Type

altorindex

Enter any of the attribute of the image. This can be alt or title. This parameter can also be an index. Index starts from 1. Following will be the preference in which the action will assume the incoming data: If the data is a number then it will be considered as index, else, the first preference then goes to title. If an image with specified title is found then click, otherwise, search for an image with property. Alt = incoming data

Yes

String

Row

Enter the row number of the cell in which the image is present. Row number starts at 1.

Yes

String

Column

Enter the column number of the cell in which the image is present.

Yes

String

ClickJS

ClickJSAndSelectWindowUsingURL

  • When a single window opens after clicking the web element/object, you need to give only 'waitTimeForWindow' parameter. 
  • When multiple windows open after clicking the web element or object, then you can provide the exact URL or regex patterned URL  window. You must give the URL and 'isURLPatternString' parameters.
    Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

waitTimeForWindow

Enter the wait time for the window to open.

Yes

String

URL

Enter a specific URL or regex pattern of URL for the window you want to select.

NoString
isURLPatternString

Enter one of the following:

  • True: If you want to apply the regex pattern to URL.
  • False: If you do not want to apply the regex pattern to URL.
NoString

ClickLinkAtCell

Parameter Name

Parameter Description

Mandatory

Data Type

Link

Enter the URL to be clicked.

No

String

Row

Enter the row number of the cell in which the link is present. Row number starts at 1

Yes

String

Column

Enter the column number of the cell in which the link is present. Column number starts at 1

Yes

String

ClickLinkTitleAtCell

Parameter Name

Parameter Description

Mandatory

Data Type

Link

Enter the link title which you want to click.

No

String

Row

Enter the row number of the cell from the link is to be clicked. Row number starts at 1.

Yes

String

Col

The column number of the cell from which the link is to be clicked. Column number starts at 1.

Yes

String

Web Services Actions


API Actions

Before executing Rest API services, ensure that you configure the header parameters in the Rest Generic Headers tab of Project Settings.

To execute Rest API services through the offline suite, you need to open the Qualitia Offline Configuration Manager and add or edit the values in RestGenericHeaders tab. For information about setting these parameters for executing test cases using Qualitia offline package, refer to the Configuring the Settings for an OfflineSuite.

REST.Request.RemoveGenericHeaders

Parameter NameParameter DescriptionMandatoryData Types
HeaderKey

Enter the header key which you want to skip defined in the Rest Generic Headers Settings.

YesString

REST.Request.ResetGenericHeaders

REST.Request.SetHeaders

Parameter NameParameter DescriptionMandatoryData Types
HeaderLableEnter the variable name under which you want to store the key=value pair of the header.YesString
HeaderKey

Enter the header key which you want to set for the API service to be executed.

YesString
HeaderValueEnter the value for the key set above.YesString

REST.Request.SetQueryParameters

Parameter NameParameter DescriptionMandatoryData Types
QueryKey

Enter the key which you want to set for the API service to be executed.

YesString
QueryValueEnter the value for the key set above.YesString

REST.Request.ClearQueryParameters

REST.Auth.Basic

Parameter NameParameter DescriptionMandatoryData Types
Username

Enter the username for authentication.

YesString
Password

Enter the password for authentication.

Password should be given in the specific format to be encrypted. 

Format: Encrypt(<PASSWORD>)

YesString

REST.Auth.Digest

Parameter NameParameter DescriptionMandatoryData Types
Username

Enter the username for authentication.

YesString
Password

Enter the password for authentication.

Password should be given in the specific format to be encrypted. 

Format: Encrypt(<PASSWORD>)

YesString

REST.Auth.Bearer

Parameter NameParameter DescriptionMandatoryData Types
Token

Enter the token to access API service you want to execute. 

YesString

REST.Auth.JWT

Parameter NameParameter DescriptionMandatoryData Types
Token

Enter the token to access API service you want to execute. 

YesString

Web Services Actions (Beta)



Deprecated Actions



Introduction 

AnswerForNextDialog

ClickandchooseOkOnNextConfirmation

  1. Click (based on the object class) and
  2. WaitForAlertAndSpecifyBehavior.

Footer