1. Урок 1. 00:13:21
    Understand the importance of Protractor
  2. Урок 2. 00:07:15
    UPDATE - Typescript Addition to this course***Must watch Lecture***
  3. Урок 3. 00:12:18
    Why Node.js? Install Node
  4. Урок 4. 00:10:35
    Install Protractor with Webdriver plugin
  5. Урок 5. 00:13:12
    Install Javascript Eclipse Tool for Protractor tests
  6. Урок 6. 00:17:43
    Introduction to Jasmine and its terminologies
  7. Урок 7. 00:10:05
    Importance of Configuration file in protractor framework
  8. Урок 8. 00:15:40
    Creating Protractor TestRunner file to run the scripts
  9. Урок 9. 00:05:34
    Install Angular JS plugin and convert to intern project
  10. Урок 10. 00:11:13
    Install Visual studio and run protractor Test
  11. Урок 11. 00:09:04
    Install Webstorm and run protractor Test
  12. Урок 12. 00:09:08
    Javascript Asynchronus and its problem with Protractor
  13. Урок 13. 00:15:29
    Importance of Promises and how its solves Asynchronous issue
  14. Урок 14. 00:11:23
    Understand how protractor inbuilt takes care of promise
  15. Урок 15. 00:08:09
    Basics of Javascript
  16. Урок 16. 00:07:40
    JS conditional statements -If else
  17. Урок 17. 00:10:00
    Javascript loops - for with example
  18. Урок 18. 00:11:19
    Javascript while and do while -example
  19. Урок 19. 00:05:58
    Understand JS functions and its usage
  20. Урок 20. 00:19:24
    Importance of Javascript arrays with example
  21. Урок 21. 00:12:43
    Javascript String functions with examples
  22. Урок 22. 00:12:26
    Understand Global variables of Protractor
  23. Урок 23. 00:18:55
    Usage of Protractor locators - 1
  24. Урок 24. 00:21:22
    Usage of Protractor locators - 2
  25. Урок 25. 00:09:48
    Jasmine assertions to validate Protractor tests
  26. Урок 26. 00:14:29
    Running Protractor tests on Firefox and Internet Explorer
  27. Урок 27. 00:06:13
    Running Protractor tests on Non Angualr Sites
  28. Урок 28. 00:17:20
    Importance of chain locators with example
  29. Урок 29. 00:07:35
    Chain locators to identify Child elements-Example
  30. Урок 30. 00:19:20
    Getting the list of Elements with All method in Protractor
  31. Урок 31. 00:07:26
    Practise exercises on All and chain locators
  32. Урок 32. 00:15:56
    Handling list of dropdown options with example
  33. Урок 33. 00:13:13
    Actions and its importance in the Angular UI
  34. Урок 34. 00:16:16
    Examples of handling Autocomplete dropdowns with Actions
  35. Урок 35. 00:08:21
    Handling child windows with Protractor
  36. Урок 36. 00:07:11
    Examples on validating child windows with Switch Mechanism
  37. Урок 37. 00:14:57
    Handling Java Alerts with Protractor
  38. Урок 38. 00:13:17
    What are Frames? Methods to handle in protrator
  39. Урок 39. 00:21:23
    Handling synchronization with Protractor
  40. Урок 40. 00:06:56
    Demo project walkthrough
  41. Урок 41. 00:19:04
    Submission of Forms with various Protractor locators
  42. Урок 42. 00:11:47
    Validating Angular error messages - example
  43. Урок 43. 00:18:51
    Handling dynamic sections with Protractor
  44. Урок 44. 00:14:37
    Practise Exercises on selecting items to cart-
  45. Урок 45. 00:11:53
    String functions to extract count of cart items
  46. Урок 46. 00:09:09
    What is Typescript? How different it is from JS?
  47. Урок 47. 00:17:07
    Importance of Let and Const keywords in Typescript
  48. Урок 48. 00:12:35
    Types Usage in Typescript
  49. Урок 49. 00:14:24
    Understanding Classes,Methods and objects in Typescript
  50. Урок 50. 00:10:23
    Importance of Constructor in Typescript
  51. Урок 51. 00:11:48
    Exports,Imports and Functions usage in Typescript
  52. Урок 52. 00:17:05
    Interfaces and objects Importance in defining contracts
  53. Урок 53. 00:06:58
    Usage of Pipes for Anonymous Functions
  54. Урок 54. 00:13:34
    Typescript Cucumber Framework learning Plan
  55. Урок 55. 00:21:54
    Understand Package.json file and get the dependencies of the framework
  56. Урок 56. 00:10:21
    Build the Basic project structure in Visual studioCode
  57. Урок 57. 00:11:52
    Changes need for Protractor configuration to be Typescript compatible
  58. Урок 58. 00:11:36
    Importance of tsconfig file and compilation from ts to Js
  59. Урок 59. 00:07:06
    Running the first test using framework configurations
  60. Урок 60. 00:13:41
    Importance of async/await synchronization in Typescript and JS ES7
  61. Урок 61. 00:13:28
    Importance of Pageobject Mechanism in framework
  62. Урок 62. 00:12:47
    Understand classes and construction definition for defining objects
  63. Урок 63. 00:09:01
    Build Page object classes and drive the objects externally into Tests
  64. Урок 64. 00:17:06
    Understand importance of Scripts tag in package.json file
  65. Урок 65. 00:12:32
    Cucumber Introduction
  66. Урок 66. 00:07:37
    Install cucumber protractor dependencies
  67. Урок 67. 00:11:03
    Understanding Protractor cucumber configuration file
  68. Урок 68. 00:11:51
    Creating feature file and step defination file Skeleton
  69. Урок 69. 00:10:40
    Implement Step definition file with actual automation steps
  70. Урок 70. 00:08:29
    Implement time outs and build common step definitions for multiple scenarios
  71. Урок 71. 00:14:30
    Passing Test Data from feature file to step definitions
  72. Урок 72. 00:09:55
    Implement Parameterization in Cucumber tests to drive tests with multiple sets
  73. Урок 73. 00:10:41
    Using Chai Assertions in cucumber Framework
  74. Урок 74. 00:05:21
    Implement Tagging mechanism to protractor cucumber tests
  75. Урок 75. 00:11:15
    Usage of cucumber hooks to run setup and tear down methods
  76. Урок 76. 00:11:16
    Install reporting dependencies to cucumber framework
  77. Урок 77. 00:09:46
    Implement reporting in Cucumber with onComplete option in config file
  78. Урок 78. 00:12:44
    Capturing Screenshots on Test failures with After hook implementation
  79. Урок 79. 00:07:34
    Framework Learning Plan for Javascript
  80. Урок 80. 00:12:28
    What are javascript objects and importance of it
  81. Урок 81. 00:13:19
    Accessing the java objects from another JS file
  82. Урок 82. 00:12:04
    Page object Mechanism for Protractor tests
  83. Урок 83. 00:11:15
    Driving the Page objects with setup&TearDown methods
  84. Урок 84. 00:06:49
    OnPrepare functionality in Configuration file for preloading the data
  85. Урок 85. 00:09:45
    Understanding the importance of Package.json file
  86. Урок 86. 00:10:00
    Package.json configuration properties -1
  87. Урок 87. 00:13:27
    Defining Scripts configuration in Package.json to eliminate eclipse testRunner
  88. Урок 88. 00:09:24
    npm commands to trigger Test Suites
  89. Урок 89. 00:11:05
    Introduction to Datadrive testing with Jasmine
  90. Урок 90. 00:10:37
    jasmine Dataprovider format in defining the data
  91. Урок 91. 00:14:02
    Eliminating data hardcoding in the scripts with Jasmine Dataprovider
  92. Урок 92. 00:11:08
    Generating excellent client reports for Protractor tests
  93. Урок 93. 00:20:08
    Tags configuration to control test scripts execution
  94. Урок 94. 00:13:07
    Introduction to Jenkins
  95. Урок 95. 00:10:13
    Configuring Jenkins job with protractor tests
  96. Урок 96. 00:12:41
    Scheduling Protractor Jenkin job for continuous Integration
  97. Урок 97. 00:08:42
    Introduction to GIT
  98. Урок 98. 00:09:06
    Importance of Github and its uses
  99. Урок 99. 00:08:40
    Creating Git config and repositories
  100. Урок 100. 00:01:41
    How to push code to remote repository
  101. Урок 101. 00:11:36
    Understanding Staging and commit in git
  102. Урок 102. 00:08:54
    Add remote repository and push the committed code
  103. Урок 103. 00:15:49
    End to end working example on Git commands -1
  104. Урок 104. 00:06:16
    End to end working example on Git commands -2
  105. Урок 105. 00:24:56
    Importance of Branching in GIT
  106. Урок 106. 00:14:18
    How to resolve Merge conflicts with GIT