Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Build Test Automation Framework using Java from scratch, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:01
    Creating maven project.
  • Урок 2. 00:01:52
    Adding TestNG and Selenium libraries.
  • Урок 3. 00:04:42
    First automated test.
  • Урок 4. 00:04:30
    First test discussion.
  • Урок 5. 00:01:33
    Introduction to basic methods.
  • Урок 6. 00:01:28
    Using standard methods in Selenium.
  • Урок 7. 00:01:58
    sendKeys() and getAttribute() method.
  • Урок 8. 00:03:25
    sendKeys() method specific example.
  • Урок 9. 00:01:36
    clear() method.
  • Урок 10. 00:06:31
    click() and isSelected() methods.
  • Урок 11. 00:05:29
    select() and getText() methods.
  • Урок 12. 00:04:16
    Select elements.
  • Урок 13. 00:01:41
    WebElements state.
  • Урок 14. 00:03:06
    Actions.
  • Урок 15. 00:04:19
    Admission and first test in a framework.
  • Урок 16. 00:01:54
    Renaming and refactor.
  • Урок 17. 00:00:31
    Admission to Page Object Pattern.
  • Урок 18. 00:04:53
    Page Object Pattern implementation.
  • Урок 19. 00:02:54
    Page Object Pattern and Page Factory class.
  • Урок 20. 00:01:18
    Page Object Pattern summary.
  • Урок 21. 00:01:35
    Right structure of the project.
  • Урок 22. 00:05:10
    WebDriver management and Singleton pattern.
  • Урок 23. 00:02:01
    Explicit Waits
  • Урок 24. 00:02:49
    Running tests on different browsers.
  • Урок 25. 00:01:52
    Logging test process.
  • Урок 26. 00:02:28
    Fluent interface.
  • Урок 27. 00:01:58
    Relative URLs.
  • Урок 28. 00:02:08
    Running tests using command line.