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