java - Selenium - Automate a task -
currently have web application when give acct number/ bill number acct details in next page.
i have 700+ accounts , need address each , every account.
as repetitive manual tasks i'm planning automate using selenium(i have never used it).
here steps:-
1. 700 accounts listed in file. 2. read 1 account. 3. plug web application in acct number text box. 4. redirect next page. 5. extract address acct , write file.
repeat process 700 accounts.
is possible using selenium. can use selenium ide or web driver this?
im familiar java/python, automating should problem.
i have bought course in udemy on selenium need quick jump start.
you familiar java should go selenium web driver.
, using testng data provider can iterate on data. data provider should read data file.
example of data provider , selenium web driver can find here: http://www.seleniumeasy.com/testng-tutorials/import-data-from-excel-and-pass-to-data-provider
Comments
Post a Comment