verify “<testdata_name>” text at “element_name” input location in mobile screen
Mobile Step Definition verify “<testdata_name>” text at “element_name” input location in mobile screen Keyword Given, When, And, Then Description Will verify text at the input field Declaration Code Element Application Test Data Then verify “” text at “SearchButton” input location in mobile screen SearchButton XPATH //android.widget.ImageView[@content-desc=”Search”] NILL A Text1 SoliteraTA Remarks The “<testdata_name>” that is used through test data file should be in angular brackets The “element_name” that is used through element data file should be in double quotes. Restriction “element_name” should be corresponds to a valid element in the application. Table of contents Keyword Description Declaration Remarks Restriction
verify “<testdata_name>” text at “element_name” input location in mobile screen Read More »