Удален по просьбе правообладателя
  1. Урок 1. 00:01:43
    Course Introduction
  2. Урок 2. 00:03:00
    What is Selenium
  3. Урок 3. 00:04:30
    Why Automated Testing
  4. Урок 4. 00:02:39
    History
  5. Урок 5. 00:04:40
    Architecture
  6. Урок 6. 00:05:04
    Selenium in Action
  7. Урок 7. 00:03:47
    Calling WebDriver Directly
  8. Урок 8. 00:01:17
    Summary
  9. Урок 9. 00:00:47
    Selenium IDE. Introduction
  10. Урок 10. 00:01:54
    Installing
  11. Урок 11. 00:01:36
    Selenium IDE Basics
  12. Урок 12. 00:01:12
    Recording a Test
  13. Урок 13. 00:01:09
    Running the Test
  14. Урок 14. 00:01:02
    Selenese
  15. Урок 15. 00:02:50
    Looking at Commands
  16. Урок 16. 00:05:03
    Creating Commands
  17. Урок 17. 00:01:27
    Verifications
  18. Урок 18. 00:02:42
    Using Assert and Verify
  19. Урок 19. 00:03:44
    Creating Test Suites
  20. Урок 20. 00:03:27
    Exporting
  21. Урок 21. 00:02:40
    Other Features
  22. Урок 22. 00:01:05
    Selenium IDE. Summary
  23. Урок 23. 00:00:51
    Webdriver Basics. Introduction
  24. Урок 24. 00:00:58
    What is WebDriver
  25. Урок 25. 00:03:04
    Setting up WebDriver
  26. Урок 26. 00:03:20
    Other Browsers
  27. Урок 27. 00:03:33
    Finding Elements
  28. Урок 28. 00:02:35
    A Simple Script
  29. Урок 29. 00:03:12
    Page Elements
  30. Урок 30. 00:04:27
    A More Complex Script
  31. Урок 31. 00:05:22
    Clicking the Image
  32. Урок 32. 00:03:21
    Assert and Verify
  33. Урок 33. 00:01:07
    Webdriver Basics. Summary
  34. Урок 34. 00:00:55
    Advanced WebDriver. Introduction
  35. Урок 35. 00:01:08
    Radio Buttons
  36. Урок 36. 00:03:38
    Choosing a Radio Button
  37. Урок 37. 00:01:44
    Getting a Radio Button Value
  38. Урок 38. 00:00:21
    Checkboxes
  39. Урок 39. 00:01:08
    Selecting a Checkbox
  40. Урок 40. 00:00:46
    Select Items
  41. Урок 41. 00:02:05
    Choosing a Select Option
  42. Урок 42. 00:02:50
    Using SelectElement
  43. Урок 43. 00:01:23
    Tables
  44. Урок 44. 00:03:07
    Getting Table Data
  45. Урок 45. 00:01:49
    XPath
  46. Урок 46. 00:03:29
    Getting Table Data with XPath
  47. Урок 47. 00:01:23
    Explicit Waits
  48. Урок 48. 00:05:37
    Using the Explicit Wait
  49. Урок 49. 00:01:32
    Advanced WebDriver. Summary
  50. Урок 50. 00:00:39
    Selenium Server. Introduction
  51. Урок 51. 00:01:27
    What is Selenium Server
  52. Урок 52. 00:01:44
    What is Selenium Grid
  53. Урок 53. 00:03:33
    Starting Selenium Server
  54. Урок 54. 00:02:30
    Running a Test
  55. Урок 55. 00:01:21
    Grid Configuration
  56. Урок 56. 00:04:17
    Setting up Grid
  57. Урок 57. 00:01:08
    A 2nd Node
  58. Урок 58. 00:02:09
    3rd Node and Configuration
  59. Урок 59. 00:03:41
    Running a Test in Grid
  60. Урок 60. 00:02:05
    More Grid Considerations
  61. Урок 61. 00:02:11
    Grid Strategies
  62. Урок 62. 00:00:58
    Selenium Server. Summary
  63. Урок 63. 00:00:56
    Building a Framework. Introduction
  64. Урок 64. 00:04:23
    Why Not Record
  65. Урок 65. 00:03:33
    The Coffee API
  66. Урок 66. 00:02:35
    Basic Framework
  67. Урок 67. 00:00:37
    Getting up to BAT
  68. Урок 68. 00:02:43
    Page Object Model Overview
  69. Урок 69. 00:02:27
    Creating the Project
  70. Урок 70. 00:10:19
    A Basic Test
  71. Урок 71. 00:01:47
    Planning a Test
  72. Урок 72. 00:02:03
    Refactoring for Page Object Model
  73. Урок 73. 00:05:20
    Testing Authors
  74. Урок 74. 00:04:10
    Verifying the Result
  75. Урок 75. 00:02:35
    Next Steps
  76. Урок 76. 00:03:20
    Testing DSLs
  77. Урок 77. 00:05:11
    Framework Rules
  78. Урок 78. 00:01:01
    Building a Framework. Summary