Versions Compared

Key

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


Multiexcerpt macro
nameSet

Set

This action enters the expected specified value into the specified edit box.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

strValue

Value which will

Enter the value that needs to be added into the specified edit box. You can give the alphanumeric value to be entered into the

specified

edit box. 

The data type of this parameter is Alphanumeric. It allows digits as well as characters.

Yes

String

Example:
Set                            "Qualitia"


Multiexcerpt macro
nameClearText

ClearText

This action clears the text present in the specified object (can be a text box).

This action does not have any parameters.

Example:

ClearText


Multiexcerpt macro
nameSecureSet

SecureSet

This action enters the expected value into the specified edit box. The value set in the parameter is encrypted once the focus is moved for security purposes.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

Text

Needs to use Encrypt to enclose the Text that needs to be secured

NOEnter the test that needs to be entered in the specified text box in the specified format.
Format: Encrypt(<TEXT TO BE ADDED>)

No

String

Example:
SetSecure "Encrypt(Abc)"
When the focus is moved away from the parameter Qualitia will automatically encrypt the data ABC and result in a secured text like "vHpmlfI4R3PQkCN4sZnuqw==þNWE3ZDdkNjE3N2JmNDM2ODgxMzQwYWI1MTA3YWNjMDc="


On this page:

Table of Contents
maxLevel2
minLevel2

Multiexcerpt include macro
nameVerifyExistence
pageWebButton Actions


Multiexcerpt include macro
nameVerifyVisibility
pageWebButton Actions


Multiexcerpt include macro
nameClick
pageWebButton Actions


Multiexcerpt include macro
nameStorePropertyValue
pageWebButton Actions


Multiexcerpt macro
nameStoreText

StoreText

This action stores the text entered in an edit box into a variable. under the specified key. The key value can be retrieved using the key name.  

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

key

Variable in which Enter the key under which you want to store the text is stored.

Yes

String

Example:
StoreText                   "textKey"


Multiexcerpt include macro
nameSetFocus
pageWebButton Actions


Multiexcerpt include macro
nameVerifyEnability
pageWebButton Actions


Multiexcerpt include macro
nameClickAt
pageWebButton Actions


Multiexcerpt include macro
nameWaitForObject
pageWebButton Actions


Multiexcerpt include macro
nameClickAndWait
pageWebButton Actions


Multiexcerpt include macro
nameStoreExistence
pageWebButton Actions


Multiexcerpt include macro
nameStoreChildCount-withoutlocator
pageWebButton Actions


Multiexcerpt include macro
nameClickJS
pageWebButton Actions


Multiexcerpt include macro
nameActionClick
pageWebButton Actions