enter value “<testdata_name>” for dropdown “element_name” in mobile screen
Mobile Step Definition enter value “<testdata_name>” for dropdown “element_name” in mobile screen Keyword Given, When, And, Then Description Will select the option from dropdown list Declaration Code Element Application Test Data Then enter value “” for dropdown “dropdownButton” in mobile screen dropdownButton 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 dropdown in the application. Table of contents Keyword Description Declaration Remarks Restriction
enter value “<testdata_name>” for dropdown “element_name” in mobile screen Read More »