I am doing automation of a web application which consist of 3 tabs:
- Employee: Employee Name, Employee Code, Department (these are the text boxes in which I need to enter values from Employee Sheet (Excel))
- Other Services: IT Service, Non-It Service, Security (OtherServices Sheet (Excel))
- Products: Product, Use, Description of Product (Product Sheet (Excel))
I am working on the RE-Framework and I want to process each table one by one Ex: first click on Employee tab, read the value from Employee Sheet excel and enter in text boxes present on the tab → move to other services tab, read the values from OtherServices Sheet (Excel) and then finally move to product tab → at the end click on save.
Please help me. Thanks in Advance