1. Урок 1. 00:04:22
    Introduction
  2. Урок 2. 00:02:14
    Demo: See WebDriver in Action
  3. Урок 3. 00:02:01
    Installing Selenium IDE
  4. Урок 4. 00:02:24
    Record & Run with Selenium IDE
  5. Урок 5. 00:01:57
    Modifying Test Data
  6. Урок 6. 00:02:19
    Exporting Selenium IDE to Java Code
  7. Урок 7. 00:04:22
    Preparing the Test Environment
  8. Урок 8. 00:03:21
    Getting Started with Java and Eclipse
  9. Урок 9. 00:04:21
    Creating the Login Test Outline
  10. Урок 10. 00:04:45
    Opening a Web Browser with Selenium
  11. Урок 11. 00:03:35
    Understanding HTML and the DOM
  12. Урок 12. 00:03:24
    Finding Elements using Chrome
  13. Урок 13. 00:05:40
    Simulating User Actions on a Web Page
  14. Урок 14. 00:03:02
    Capturing Text on a Page
  15. Урок 15. 00:03:51
    Capturing the Page Title and Closing the Browser
  16. Урок 16. 00:02:31
    Overview of New Account Application
  17. Урок 17. 00:04:07
    Preparing Environment with Firefox and Firebug
  18. Урок 18. 00:03:28
    Writing the Test Outline and Opening a Firefox Browser
  19. Урок 19. 00:03:05
    Item Locator: By LinkText
  20. Урок 20. 00:03:41
    Item Locator: By Name and By ID
  21. Урок 21. 00:08:23
    Item Locator: By XPath (Relative and Absolute)
  22. Урок 22. 00:05:17
    Item Locator: By CSS Selector
  23. Урок 23. 00:03:39
    Comparing Methods and Priority
  24. Урок 24. 00:10:16
    Interacting with Form Elements
  25. Урок 25. 00:01:46
    Completing the New Account Application
  26. Урок 26. 00:04:49
    Using Variables to Parameterize Data
  27. Урок 27. 00:05:07
    Cross-Browser Testing
  28. Урок 28. 00:09:36
    Creating the DriverFactory
  29. Урок 29. 00:06:08
    Defining WebElements
  30. Урок 30. 00:05:12
    The Radio Button Algorithm
  31. Урок 31. 00:04:57
    The Checkbox Algorithm
  32. Урок 32. 00:05:47
    Conditional Test Results
  33. Урок 33. 00:05:48
    Introduction to JUnit Framework
  34. Урок 34. 00:04:22
    Assertions: Generate Test Results
  35. Урок 35. 00:03:35
    Annotations: Guiding the Test Flow
  36. Урок 36. 00:04:54
    Class Variables within a Framework
  37. Урок 37. 00:02:35
    Installing TestNG Framework in Eclipse
  38. Урок 38. 00:05:51
    Setting up a TestNG Framework
  39. Урок 39. 00:03:15
    TestNG Assertions
  40. Урок 40. 00:05:37
    TestNG Annotations
  41. Урок 41. 00:11:57
    Preparing a Test Suite
  42. Урок 42. 00:05:19
    Managing an XML Test Suite
  43. Урок 43. 00:08:04
    The CSV Reader Class
  44. Урок 44. 00:10:59
    JUnit @Parameters
  45. Урок 45. 00:12:48
    Data-Driven Testing with JUnit and CSV
  46. Урок 46. 00:08:00
    The Excel Reader Class
  47. Урок 47. 00:04:46
    TestNG @DataProvider
  48. Урок 48. 00:05:33
    Data-Driven Testing with TestNG and Excel
  49. Урок 49. 00:02:03
    Overview of Booking Application
  50. Урок 50. 00:03:53
    Setting up the Test
  51. Урок 51. 00:07:59
    Writing the Search Page Test Step
  52. Урок 52. 00:10:42
    Modifying the Search Result Criteria (Implicit Waits)
  53. Урок 53. 00:11:07
    Selected a Search Result (Advanced XPath Locators)
  54. Урок 54. 00:07:50
    Switching Windows and Handling PopUps
  55. Урок 55. 00:08:29
    Finishing the Booking and Confirmation
  56. Урок 56. 00:06:22
    What is the Page Object Model?
  57. Урок 57. 00:03:33
    Setting up a Test with POM
  58. Урок 58. 00:06:26
    Implementing the Login Page Class
  59. Урок 59. 00:04:21
    Implementing the Dashboard Page Class
  60. Урок 60. 00:06:23
    Writing a Test with Page Objects
  61. Урок 61. 00:10:55
    Enhance POM with PageFactory
  62. Урок 62. 00:01:37
    What is BDD and Cucumber?
  63. Урок 63. 00:03:18
    Preparing the Cucumber Environment
  64. Урок 64. 00:05:55
    Writing a Feature File in Gherkin
  65. Урок 65. 00:05:59
    Writing Step Definition Class
  66. Урок 66. 00:04:09
    Writing the TestRunner with JUnit
  67. Урок 67. 00:05:51
    Implementing Step Definitions with Selenium
  68. Урок 68. 00:06:07
    Enhancing Feature Files with Data Tables
  69. Урок 69. 00:03:13
    Parameterizing Data into Step Definitions
  70. Урок 70. 00:07:09
    Executing Tests and Fixes