verify partial text “<testdata_name>” does not exist on input field “element_name” in mobile screen
Mobile Step Definition verify partial text “<testdata_name>” does not exist on input field “element_name” in mobile screen</testdata_name> Keyword Given, When, And, Then Description Will verify the text does not exist on the input filed Declaration Code Element Application Test Data Then verify partial text “” does not exist into input field “Delhi_In_List” in mobile screen Delhi_In_List XPATH //android.widget.TextView[@text=”Delhi”] NILL A NextCityName Jaipur 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