This is a Selenium Test Automation Framework built in Java using TestNG. It automates internet banking functionalities to reduce manual testing effort.
internet-banking-automation/ │ ├── src/ │ ├── main/java/automationFramework/pages/ # Page classes │ └── test/java/automationFramework/tests/ # Test classes │ ├── pom.xml # Maven dependencies ├── testng.xml # TestNG suite config ├── .gitignore # Files ignored by Git └── README.md # Project description
- Language: Java
- Automation Tool: Selenium WebDriver
- Test Framework: TestNG
- Build Tool: Maven
- IDE: Eclipse
- ✅ Login Test
- ✅ View Balance
- ✅ Fund Transfer
- ⏳ Accounts Tab (In Progress)
- ⏳ Transaction History (In Progress)