Это было мое домашнее задание на интервью с менеджером QA. У них там 20 manual QA 13000 тест кейсов. Нужен автоматизатор. Вот условие (мое решение по ссылке на репозиторий, решил применить POM): Using Java with Selenium WebDriver, please write the code required to do the following tasks:
• Open Chrome to
www.webstaurantstore.com• Enter 825CI25MS into the Search Field
• Click the Search button
• Verify that the search result opens to “Valor 25 oz. Pre-Seasoned Mini Cast Iron Round Casserole Dish - 12/Case” detail page
• Click Add to Cart
• Click the Cart button
• Verify “Valor 25 oz. Pre-Seasoned Mini Cast Iron Round Casserole Dish - 12/Case” is in the cart
• Click Empty Cart
• Verify that a confirmation appears
• Click the Empty Cart button in the confirmation
• Close Chrome
https://github.com/MagDag05/CodingTasks