Project 1: Rokomari Website automation test (Selenium - Page object model)
Includes
In this project, I tested the functionalities such as interacting with filter buttons, checkboxes, dropdown menus, and text inputs, including autocomplete and copy-paste actions. It handles windows and tabs by opening, switching, and closing them, as well as managing alerts and selecting a book for addition to the cart. The code also demonstrates scrolling and navigating to specific tabs based on the URL, using Selenium's Page Object Model locators, utilizing the Actions class for complex user interactions and applied robust window management techniques for seamless automation workflows.
Project 2: Rokomari Website automation test (Selenium)
Includes
In this project, I tested the functionalities such as interacting with filter buttons, checkboxes, dropdown menus, and text inputs, including autocomplete and copy-paste actions. It handles windows and tabs by opening, switching, and closing them, as well as managing alerts and selecting a book for addition to the cart. The code also demonstrates scrolling and navigating to specific tabs based on the URL, using Selenium without Page Object Model locators, utilizing the Actions class for complex user interactions and applied robust window management techniques for seamless automation workflows.
Project 2: Rokomari Website automation test (Playwright)
Includes
In this project, I tested the functionalities such as interacting with filter buttons, checkboxes, dropdown menus, and text inputs, including autocomplete and copy-paste actions. It handles windows and tabs by opening, switching, and closing them, as well as managing alerts and selecting a book for addition to the cart. The code also demonstrates scrolling and navigating to specific tabs based on the URL, using Playwright without Page Object Model locators. It utilizes the Actions class for complex user interactions and applies robust window management techniques for seamless automation workflows.