This Selenium UI Automatin Framework tests many different functionalities for various websites. Since I don't control nor maintain these websites, some tests might be broken as these webistes are being updated. But as of 4/5/2018, every test in this framework works fine!!!
This is the first part of the entire series of Selenium_UI_Automation.
1> Selenium_UI_Automation Without POM - Manily Focus on Selenium API Functionalities
2> Selenium_UI_Automation With POM - The Structure and Creating of POM
3> Selenium_UI_Automation With Logging and Reporting Functionalities.(Extent Report) - How to Logging and Reporting using Extent Reports in a Selenium framework.
4> Selenium_UI_Automation With Behavior Driven Development(BDD) Using Specflow - How to implment BDD to the framework using Specflow.
I might add more series as needed to showcase UI Automation with Selenium.
- User_Can_ Navigate_ To_ HomePage
- User_Can_Search_Job_With_Advanced_Search
- Valid_User_Can_Login
- User_Can_Search_Product_Using_AutoComplete
- User_Can_Search_Vacation
- User_Can_Drag_And_Drop_The_Square
- User_Can_Sort_Using_Drag
- User_Can_Click_Button_Inside_Iframe
- User_Can_Open_And_Close_Multiple_Child_Windows
- Navigation
- Screenshot
- Dropdown List
- Textbox, Button, Link
- Browser
- Checkbox and Radio button
- Window Handles and Iframe functionalities
- Auto Complete
- Wait
- Mouse Actions
- JavaScript Popups etc.