Frames
Frames Button Outside Frame Button Inside Frame
Browser Windows Windows and Tabs Example Windows and Tabs Example Open New Tab Open New Window Open New Window with Message
All Step Definition generate random number of length {int} and store as {string} Keyword Given, When, And, Then Description Will enter the random number of a given length into specific input field. Declaration Code Element Application Test Data when generate random number of length “5” and store as “RandomNumber” 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
generate random number of length {int} and store as {string} Read More »
All Step Definition enter value {string} for element {string} Keyword Given, When, And, Then Description Will enter mentioned value for specific input field Declaration Code Element Application Test Data Then enter value “Email” for element “loginEmail” ” loginEmail XPATH //input[@id=”FirstName”] ” NIL A Email 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
enter value “<testdata_name>” for element “element_name” Read More »
All Step Definition paste value from clipboard to “element_name” Keyword Given, When, And, Then Description Will paste the value from clipboard to specific input field. Declaration Code Element Application Test Data When paste value from clipboard to “userPassword” ” userPassword XPATH //input[@id=”Password”] ” 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
paste value from clipboard to element “element_name” Read More »
All Step Definition save value “<testdata_name>” to clipboard Keyword Given, When, And, Then Description Will save the value to clipboard. Declaration Code Element Application Test Data When save value “” to clipboard NILL NILL A Password abc@gmail.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
save value “<testdata_name>” to clipboard Read More »
All Step Definition generate random email and store as {string} Keyword Given, When, And, Then Description Will enter the random generated email address into specific input field and store generated email into a variable for future usage Declaration Code Element Application Test Data When generate random email and store as “UserEmail” 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
generate random email and store as “<testdata_name>” Read More »
All Step Definition enter text in uploadFile “<testdata_name>” for “element_name” Keyword Given, When, And, Then Description Will upload mentioned file path to specific upload area Declaration Code Element Application Test Data when enter text in uploadFile “” for “inviteUserEmail” ” inviteUserEmail XPATH //input[@id=”inviteUserEmail”] ” 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
enter text “<testdata_name>” in upload file element “element_name” Read More »
All Step Definition click on checkbox “element_name” Keyword Given, When, And, Then Description Will click on specified checkbox Declaration Code Element Application Test Data Then click on checkbox “assignUserCheckBox” ” assignUserCheckBox XPATH (//input[@type=’checkbox’])[1] ” 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 checkbox “element_name” Read More »