verify partial text “<testdata_name>” is displayed into non-input field “element_name” in mobile screen
Mobile Step Definition verify partial text “<testdata_name>” is displayed into non-input field “element_name” in mobile screen Keyword Given, When, And, Then Description Will verify the text is displayed on the non-input filed Declaration Code Element Application Test Data Then verify partial text “” is displayed into non-input field “testyDashboard” in mobile screen testyDashboard ID com.robertlevonyan.testy:id/tv_title NILL A TextInput Dashboard 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