My application has a functionalities like Enroll customer, Enroll card (for the added customers), Enroll offer.
All the things either i can enrool single customer one by one or card one by one etc from the front end browser.
We have automated these things by Selenium. Now there is a utility (vbscript) created for that (UI mode and Non UI mode). you can add n number of customers/cards/offers by providing the txt file (txt file should have all the customer details) as input file in the utility or same way you can run the utility by command prompt (Non UI) with utility name and the filename..
Now I need to write a code for open the utility file and import the txt file and as well as enter the command in the cmd prompt and run this and then go to application (in browser) verify that all are added?
I know that there is limitation on the selenium that it helps you to automate browser side but i heard that there is AutoIt which you can do this. if there is a way in java also fine..
Does anybody know that can we achieve this??