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 21 – SoliteraTA

SoliteraTA

Author name: Ashish Kumar

Ashish

change default timeout to “<testdata_name>” seconds

All Step Definition change default timeout to {int} seconds Keyword Given, When, And, Then Description Will change default timeout in seconds when finding elements Declaration Code Element Application Test Data when change default timeout to “” seconds NILL NILL A time 30 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

change default timeout to “<testdata_name>” seconds Read More »

click on button “element_name” and verify text in alert box partial matches with “<testdata_name>”

All Step Definition click on button “element_name” and verify text in alert box partial matches with “<testdata_name>” Keyword Given, When, And, Then Description Will check partial text in alert box Declaration Code Element Application Test Data when click on button “showAlertBtn” and verify text in alert box partial matches with “This is a simple alert” ” showAlertBtn XPATH //button[contains(text(),’Show Alert’)] ” 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

click on button “element_name” and verify text in alert box partial matches with “<testdata_name>” Read More »

scroll mouse and make element “element_name” visible

All Step Definition scroll mouse and make element “element_name” visible Keyword Given, When, And, Then Description Will scroll to provided element and make it visible. Declaration Code Element Application Test Data when scroll mouse and make element “chooseMethodology” visible ” chooseMethodology XPATH (//div[@class=’mdc-select__anchor’])[2] ” 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

scroll mouse and make element “element_name” visible Read More »

save coordinates of text “<testdata_name>” in element “element_name” at “<testdata_name>” position using OCR where xcoordinate is saved using name “<testdata_name>” and ycoordinate using name “<testdata_name>”

All Step Definition save coordinates of text {string} in element {string} at {int} position using OCR where xcoordinate is saved using name {string} and ycoordinate using name {string} Keyword Given, When, And, Then Description will return the co-ordinates of specified text on specified variable with <testdata_name> positions(i.e. TopMost|BottomMost|LeftMost|RightMost|index) and save X co-ordinates as <testdata_name> and Y co-ordinates as <testdata_name> Declaration Code Element Application Test Data When save coordinates of text “Submit” in element “testingPlaygroundHomePage” at “1” position using OCR where xcoordinate is saved using name “xc” and ycoordinate using name “yc” testingPlaygroundHomePage XPATH //body[contains(@class,’post-template’)]/parent::html 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

save coordinates of text “<testdata_name>” in element “element_name” at “<testdata_name>” position using OCR where xcoordinate is saved using name “<testdata_name>” and ycoordinate using name “<testdata_name>” Read More »

extract text of element “element_name” and save it as “<testdata_name>” using OCR

All Step Definition extract text of element {string} and save it as {string} using OCR Keyword Given, When, And, Then Description Will get text of specified element using OCR and save it as string Declaration Code Element Application Test Data When extract text of element “practiceFormPrintEnteredContentLabel” and save it as “OCR_Text” using OCR ” practiceFormPrintContentInputField ID contentInput 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

extract text of element “element_name” and save it as “<testdata_name>” using OCR Read More »

combine “<testdata_name>” testdata with “<testdata_name>” testdata and save it as “<testdata_name>”

All Step Definition combine {string} testdata with {string} testdata and save it as {string} Keyword Given, When, And, Then Description Will combine two test data and save it in dynamic variable. Declaration Code Element Application Test Data When combine “Solitera” testdata with “Software” testdata and save it as “CombinedData” NILL 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

combine “<testdata_name>” testdata with “<testdata_name>” testdata and save it as “<testdata_name>” Read More »

click on element “element_name”

All Step Definition click on element “element_name” Keyword Given, When, And, Then Description Will click on specific element Declaration Code Element Application Test Data When click on element “practiceFormPrintContentInputField” ” practiceFormPrintContentInputField ID contentInput 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

click on element “element_name” Read More »

verify checkbox “element_name” is unchecked

All Step Definition verify checkbox {element} is unchecked Keyword Given, When, And, Then Description Will verify if specified checkbox is unchecked or not Declaration Code Element Application Test Data When verify checkbox “practiceFormPrintContentInputField” is unchecked ” practiceFormPrintContentInputField ID contentInput 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

verify checkbox “element_name” is unchecked Read More »

verify checkbox “element_name” is checked

All Step Definition verify checkbox {element} is checked Keyword Given, When, And, Then Description Will verify if specified checkbox is checked or not Declaration Code Element Application Test Data When verify checkbox “practiceFormPrintContentInputField” is checked ” practiceFormPrintContentInputField ID contentInput 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

verify checkbox “element_name” is checked Read More »

verify text “<testdata_name>” is not even partially present in element “element_name”

All Step Definition verify text {string} is not even partially present in element {string} Keyword Given, When, And, Then Description Will verify that the partial text from the input location does not exist. Declaration Code Element Application Test Data When verify text “Software” is not even partially present in element “practiceFormPrintContentInputField” ” practiceFormPrintContentInputField ID contentInput 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

verify text “<testdata_name>” is not even partially present in element “element_name” 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