verify text “<testdata_name>” is partially present in element “element_name”
All Step Definition verify partial text “<testdata_name>” from UI at location “element_name” Keyword Given, When, And, Then Description Will verify partial text from UI at specific location. Declaration Code Element Application Test Data When verify partial text “” from UI at location “userEmailField” 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
verify text “<testdata_name>” is partially present in element “element_name” Read More »