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