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
Step Defination – Page 34 – SoliteraTA

SoliteraTA

Step Defination

verify element “element_name” is not displayed on the UI

All Step Definition verify element “element_name” is not displayed on the UI Keyword Given, When, And, Then Description Will verify that web element is not displayed on the UI Declaration Code Element Application Test Data When verify element “userEmailField” is not displayed on the UI ” userEmailField XPATH //input[@id=”email”] ” NIL NIL 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

verify element “element_name” is not displayed on the UI Read More »

verify text “<testdata_name>” is equal to text in element “element_name”

All Step Definition verify text {string} is equal to text in element {string} Keyword Given, When, And, Then Description Will verify given value to value present at mentioned element Declaration Code Element Application Test Data When verify text “UserEmail” is equal to text in element “EmailuserField” ” userEmailField XPATH //input[@id=”email”] ” NILL A UserEmail admin@soliterasoftware.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

verify text “<testdata_name>” is equal to text in element “element_name” Read More »

verify text “<testdata_name>” on page

All Step Definition verify text on page “<testdata_name>” Keyword Given, When, And, Then Description Will verify text on current page Declaration Code Element Application Test Data And verify text on page “” NIL NIL A Message Created Successfully 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

verify text “<testdata_name>” on page Read More »

wait for “<testdata_name>” seconds

All Step Definition wait for “<testdata_name>” seconds Keyword Given, When, And, Then Description Will set wait time in seconds. Declaration Code Element Application Test Data When wait for “” seconds NIL NIL A Time2 20 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

wait for “<testdata_name>” seconds Read More »

wait for “<testdata_name>” minutes

All Step Definition wait for “<testdata_name>” minute Keyword Given, When, And, Then Description Will set wait time in minutes. Declaration Code Element Application Test Data When wait for “” minute NIL NIL A Time2 20 Browser Support Google Chrome Firefox Edge Remarks “String Value” should be in test data file Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

wait for “<testdata_name>” minutes Read More »

release left mouse button on element “element_name”

All Step Definition release left mouse button on “element_name” element Keyword Given, When, And, Then Description Will release the left mouse button on specific element Declaration Code Element Application Test Data when release left mouse button on “userEmailField” element ” userEmailField XPATH //input[@id=”email”] ” NILL NILL 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

release left mouse button on element “element_name” Read More »

hold left mouse button on element “element_name”

All Step Definition hold left mouse button on “element_name” element Keyword Given, When, And, Then Description Will hold the left mouse button on specific element Declaration Code Element Application Test Data when hold left mouse button on “userEmailField” element ” userEmailField XPATH //input[@id=”email”] ” NILL NILL 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

hold left mouse button on element “element_name” Read More »

double click on element “element_name”

All Step Definition double click on button “element_name” Keyword Given, When, And, Then Description Double click on button Declaration Code Element Application Test Data When double click on button “reqNewFolder” ” reqNewFolder XPATH (//span[contains(text(),’New Folder’)])[1] ” NIL NIL 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

double click on element “element_name” Read More »

hover mouse to element “element_name”

All Step Definition hover mouse to element “element_name” Keyword Given, When, And, Then Description Will hover to element Declaration Code Element Application Test Data When hover mouse to element “userEmailField” ” userEmailField XPATH //input[@id=”email”] ” NIL NIL 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

hover mouse to element “element_name” Read More »

hover mouse to element “element_name” and perform click

All Step Definition mouse hover to element “element_name” click Keyword Given, When, And, Then Description Will mouse hover to an particular element and click Declaration Code Element Application Test Data When mouse hover to element “loginBtn” click ” loginBtn XPATH //input[@id=”email”] ” NIL NIL 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

hover mouse to element “element_name” and perform click 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