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