press “<testdata_name>” key on “element_name” element in mobile screen
Mobile Step Definition press “<testdata_name>” key on “element_name” element in mobile screen Keyword Given, When, And, Then Description Will press key on an element in mobile screen Declaration Code Element Application Test Data Then press “” key on “userPassword” element in mobile screen ” userPassword XPATH //input[@id=”Password”] ” NILL A KeyName ENTER 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.
press “<testdata_name>” key on “element_name” element in mobile screen Read More »