web application operations – Page 8 – SoliteraTA

SoliteraTA

web application operations

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 »

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 »

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