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 »