type text “<testdata_name>” into input location “element_name” in mobile screen
Mobile Step Definition type text “<testdata_name>” into input location “element_name” in mobile screen Keyword Given, When, And, Then Description Will type given text into given input location filed Declaration Code Element Application Test Data Given type text “” into input location “flipkart_Search_Input” in mobile screen flipkart_Search_Input XPATH //android.widget.EditText[@text=”Search for Products, Brands and More”] NILL A ProductName Dell Mouse 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 input location in the application. Table of contents Keyword Description Declaration Remarks Restriction
type text “<testdata_name>” into input location “element_name” in mobile screen Read More »