Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the stratum domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ultimate-member domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the um-recaptcha domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-maximum-upload-file-size domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-optimize domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the iksm domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ultimate-addons-for-gutenberg domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/soliterata.com/wp-includes/functions.php on line 6114
Ashish Kumar – Page 35 – SoliteraTA

SoliteraTA

Author name: Ashish Kumar

Ashish

maximize the desktop application window

Desktop step-Definition maximize the desktop application window Keyword Given, When, And, Then Description Will maximise the desktop application window Declaration Code Element Application Test Data When maximise the desktop application window NILL NILL NILL Remarks This step maximizes the desktop application window. Restriction It’s important to verify that the application supports window maximization. Some applications may have restrictions on resizing or maximizing their windows. Table of contents Keyword Description Declaration Remarks Restriction

maximize the desktop application window Read More »

click on desktop window element {string}

Desktop step-Definition click on desktop window element {string} Keyword Given, When, And, Then Description Will click on the specified element in the desktop window Declaration Code Element Application Test Data Then click on desktop window element “InputField” ” InputField name Input ” NILL NILL Remarks This step performs a click action on the element specified by “element_name” within the desktop window. Restriction Ensure that “element_name” is a valid and unique identifier for the element you want to click on. Make sure the element is visible and clickable before attempting the click action. Table of contents Keyword Description Declaration Remarks Restriction

click on desktop window element {string} Read More »

close the desktop application

Desktop step-Definition close the desktop application Keyword Given, When, And, Then Description Will close the current window of desktop application under test. Declaration Code Element Application Test Data Then close the desktop application NILL NILL NILL Remarks Make sure there are no unsaved changes that could be lost during the application closure. This step closes the desktop application. Restriction The desktop application must  be open Table of contents Keyword Description Declaration Remarks Restriction

close the desktop application Read More »

open the application {string}

Desktop step-Definition open the application “application_name” Keyword Given, When, And, Then Description Will open the desktop application by passsing its actual path. Declaration Code Element Application Test Data Given open the application “Notepad” Nill Notepad desktop_application C:WindowsSystem32notepad.exe true NILL Remarks This step definition is used to open a specific application with the name “app_name.” open the desktop application, application full path is required, path to be set in the application file. Restriction Make sure you have the necessary permissions to launch the application. Table of contents Keyword Description Declaration Remarks Restriction

open the application {string} Read More »

type “<testdata_name>” text into current cursor location

All Step Definition type “<testdata_name>” text into current cursor location Keyword Given, When, And, Then Description Will type the text into the current cursor location Declaration Code Element Application Test Data When type “” text into current cursor location Nill NILL A Text1 com Browser Support Google Chrome Firefox Edge Remarks The “String Value” that is used through test data file should be in angular brackets We can use any variable name Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

type “<testdata_name>” text into current cursor location Read More »

type “<testdata_name>” text for the element “element_name”

All Step Definition type {string} text for the element {string} Keyword Given, When, And, Then Description Will type the text into the specified element location Declaration Code Element Application Test Data when type {Text1} text for the element {EmailUserfield} ” UserEmailField XPATH //input[@id=”Email”] ” NILL A Text1 com Browser Support Google Chrome Firefox Edge Remarks The “String Value” that is used through test data file should be in angular brackets We can use any variable name Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

type “<testdata_name>” text for the element “element_name” Read More »

press “<testdata_name>” key with the combination of “<testdata_name>” on element “element_name”

All Step Definition press {string} key with the combination of {string} on element {string} Keyword Given, When, And, Then Description Will combine the given two keys and press on it in the specified element. i.e. CONTROL+A or CONTROL+LEFT etc. Declaration Code Element Application Test Data whenpress {KeyName1} key with the combination of {KeyName2} on element {inviteUserEmail} ” inviteUserEmail ID inviteEmail ” NILL A B KeyName1 KeyName2 CONTROL ENTER Browser Support Google Chrome Firefox Edge Remarks The “String Value” that is used through test data file should be in angular brackets We can use any variable name Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

press “<testdata_name>” key with the combination of “<testdata_name>” on element “element_name” Read More »

press “<testdata_name>” key on element “element_name”

All Step Definition press “<testdata_name>” key on element “element_name” Keyword Given, When, And, Then Description Will press the key on element Declaration Code Element Application Test Data when press “” key on element “userEmailField” ” userEmailField XPATH //input[@id=”Email”] ” NILL A B KeyName1 KeyName2 CONTROL ENTER Browser Support Google Chrome Firefox Edge Remarks The “String Value” that is used through test data file should be in angular brackets We can use any variable name Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

press “<testdata_name>” key on element “element_name” Read More »

press “<testdata_name>” key on current cursor location

All Step Definition press “<testdata_name>” key on current cursor location Keyword Given, When, And, Then Description Will press the key on current cursor location Declaration Code Element Application Test Data when press “” key on current cursor location Nill NILL A B KeyName1 KeyName2 CONTROL ENTER Browser Support Google Chrome Firefox Edge Remarks The “String Value” that is used through test data file should be in angular brackets We can use any variable name Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

press “<testdata_name>” key on current cursor location Read More »

Solitera may collect certain information by automated means, such as cookies and web beacons, when a user visits our website. A “cookie” is a small piece of data that a website can send to your browser, which may then be stored on your system. learn more