-
Notifications
You must be signed in to change notification settings - Fork 39
Home
Anuj Kumar edited this page May 15, 2018
·
1 revision
Welcome to the JWAF wiki!
This is web automation framework, implemented using Java, Selenium/Webdriver, TestNG & Maven. Page Object Model (POM) is used to make the code more readable, maintainable, and reusable.
- Java
- Maven
- Selenium/WebDriver
- TestNg
- Browsers (Firefox, Chrome, IE)
- Respective Browser drivers
- Intellij or Eclipse
| Contents | Status | |
|---|---|---|
| Framework level | Page Object Model | Done |
| Profiles | ||
| Grids | ||
| Cross browsers & cross platform | ||
| Locators | Learning how to get locators. | |
| Functionality To Automate | Challenging DOM | |
| Checkboxes | Done | |
| Context Menu | ||
| Disappearing Elements | ||
| Drag and Drop | ||
| Dropdown | Done | |
| Dynamic Content | ||
| Dynamic Controls | ||
| Dynamic Loading | ||
| File Download | ||
| File Upload | ||
| Floating Menu | ||
| Frames | ||
| Horizontal Slider | ||
| Hovers | ||
| Infinite Scroll | ||
| JQuery UI Menus | ||
| JavaScript Alerts | ||
| Key Presses | ||
| Large & Deep DOM | ||
| Multiple Windows | ||
| Nested Frames | ||
| Notification Messages | ||
| Redirect Link | ||
| Shifting Content |
Exploring Automation!!!