swipe the element “element_name” in “<testdata_name>” direction in mobile screen
Mobile Step Definition swipe the element “element_name” in “<testdata_name>” direction in mobile screen Keyword Given, When, And, Then Description Will swipe the element in the given direction. i.e. UP|DOWN|RIGHT|LEFT Declaration Code Element Application Test Data Then swipe the element “userPassword” in “” direction in mobile screen ” userPassword XPATH //input[@id=”Password”] ” NILL A up UP 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
swipe the element “element_name” in “<testdata_name>” direction in mobile screen Read More »