June 2023 – Page 4 – SoliteraTA

SoliteraTA

June 2023

open a new tab

Desktop step-Definition open a new tab Keyword Given, When, And, Then Description Will open and move to new tab Declaration Code Element Application Test Data When open new tab 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 Remarks Restriction

open a new tab Read More »

set browser page zoom level to “<testdata_name>”%

Desktop step-Definition set browser page zoom level to “<testdata_name>”% Keyword Given, When, And, Then Description will change the page zoom size. Declaration Code Element Application Test Data When set browser page zoom level to “ZoomSize”% NILL NILL A ZoomSize 80% 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 Remarks Restriction

set browser page zoom level to “<testdata_name>”% Read More »

verify url contains “<testdata_name>”

Desktop step-Definition verify url contains “<testdata_name>” Keyword Given, When, And, Then Description Will wait for the max specified time for provided text to appear in url. Declaration Code Element Application Test Data When verify url contains “Text” NILL NILL A Text http 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 Remarks Restriction

verify url contains “<testdata_name>” Read More »

get future date of “<testdata_name>” days from today and save as “<testdata_name>” variable in format “<testdata_name>”

All Step Definition get future date of {int} days from today and save as {string} variable in format {string} Keyword Given, When, And, Then Description Will get the future date which will come after mentioned days from now and store it in a variable Declaration Code Element Application Test Data When get future date of “5” days from today and save as “RandomPastDate” variable in format “yyyy-MM-dd” 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 (+int) for future and -int for past 0 for today  format supported: ddMMyyyy – 13042023 (13th April 2023) dd-MM-yyyy – 13-04-2023 MM/dd/yyyy – 04/13/2023 yyyy/MM/dd – 2023/04/13 dd MMM yyyy – 13 Apr 2023 dd MMMM yyyy – 13 April 2023 E, dd MMM yyyy – Thu, 13 Apr 2023 EEEE, dd MMMM yyyy – Thursday, 13 April 2023″ Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Browser Support Remarks Restriction

get future date of “<testdata_name>” days from today and save as “<testdata_name>” variable in format “<testdata_name>” Read More »

scroll mouse wheel to “<testdata_name>” direction “<testdata_name>” times on element “element_name”

All Step Definition scroll mouse wheel to “<testdata_name>” direction “<testdata_name>” times on element “element_name” Keyword Given, When, And, Then Description Will scroll the mouse wheel in the mentioned direction on the element for the provided number of times. Eg: Then scroll mouse wheel “up” to side “5” times on “wikiPage” element Declaration Code Element Application Test Data When scroll mouse wheel to “right” direction “3” times on element “InputField” ” InputField ID Input ” 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 wheel to “<testdata_name>” direction “<testdata_name>” times on element “element_name” Read More »

insert “<testdata_name>” text into tag of element “element_name” at end position

All Step Definition insert “<testdata_name>” text into tag of element “element_name” at end position Keyword Given, When, And, Then Description Will insert the text directly into the end of the tag of the given element Declaration Code Element Application Test Data When insert “” text into tag of element “alerth4Tag” at end position ” alerth4Tag XPATH //input[@id=”aleth4″] InputField ID Input ” 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

insert “<testdata_name>” text into tag of element “element_name” at end position Read More »

insert “<testdata_name>” text into tag of element “element_name” at starting position

All Step Definition insert “<testdata_name>” text into tag of element “element_name” at starting position Keyword Given, When, And, Then Description Will insert the text directly into the start of the tag of the given element Declaration Code Element Application Test Data When insert “” text into tag of element “alerth4Tag” at starting position ” alerth4Tag XPATH //input[@id=”aleth4″] InputField ID Input ” 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

insert “<testdata_name>” text into tag of element “element_name” at starting position Read More »

insert “<testdata_name>” text into tag of element “element_name”

All Step Definition insert “<testdata_name>” text into tag of element “element_name” Keyword Given, When, And, Then Description Will directly insert the text into the tag Declaration Code Element Application Test Data When insert “” text into tag of element “alerth4Tag” ” alerth4Tag XPATH //input[@id=”aleth4″] InputField ID Input ” 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

insert “<testdata_name>” text into tag of element “element_name” Read More »

verify “String Value” from desktop window UI onclick value at location “element_name”

Desktop step-Definition verify “String Variable” from UI onclick value at location “String Variable” Keyword Given, When, And, Then Description Verify if element is present on UI and click on it if present Declaration Code Element Application Test Data When verify “” from UI at location “userEmailField” ” userEmailField ID email ” NILL A Text1 Solitera Remarks The Windows Application Driver (WinAppDriver) installed on your machine. You can download it from the  WinAppDriver v1.2.1. A windows machine with the desktop application you want to test installed. Inspect.exe should be present on your system to inspect the element of desktop application under test (Inspect .exe is a part of Microsoft SDK). Default winAppDriver location: C:Program Files (x86)Windows Application Driver Restriction Element and application file should be in xml format. Table of contents Keyword Description Declaration Remarks Restriction

verify “String Value” from desktop window UI onclick value at location “element_name” Read More »

verify partial text “String Value” from desktop application UI at location “element_name”

Desktop step-Definition verify partial text “String Value” from desktop application UI at location “element_name” Keyword Given, When, And, Then Description Verify partial text from a given UI element Declaration Code Element Application Test Data When verify partial text “Text1” from desktop application UI at location “InputField” ” userEmailField ID email ” NILL A Text1 Solitera Remarks  Verifying partial text can be useful when only a part of the content is relevant. Restriction Ensure that the partial text is correctly specified and element is correctly created. Table of contents Keyword Description Declaration Remarks Restriction

verify partial text “String Value” from desktop application UI at location “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

Choose your Operating System