Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Selenium WebDriver with Java -Basics to Advanced+Frameworks, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:10:05
    ***Course FAQ's-*** (Must Watch Lecture)
  2. Урок 2. 00:06:08
    Social proof for BEST SELLER in Selenium Category?**(Must Watch)**
  3. Урок 3. 00:04:38
    How to reach Trainer for Queries?
  4. Урок 4. 00:07:04
    Selenium History
  5. Урок 5. 00:12:17
    Java Installation
  6. Урок 6. 00:05:16
    How to Set JAVAHOME path in MAC
  7. Урок 7. 00:01:46
    Video Player Setting tips for Best Experience in viewing course
  8. Урок 8. 00:07:34
    Eclipse Installation ,confiugaration
  9. Урок 9. 00:07:39
    Selenium Project creation with Class files
  10. Урок 10. 00:08:41
    Downloading and configuring Selenium
  11. Урок 11. 00:23:48
    How to run tests in Google Chrome
  12. Урок 12. 00:12:32
    How to run tests in Firefox and IE
  13. Урок 13. 00:05:04
    Troubleshooting errors on browser invocation code
  14. Урок 14. 00:08:35
    Brush up basic java concepts -1
  15. Урок 15. 00:08:33
    Brush up basic Java concepts -2
  16. Урок 16. 00:17:53
    Brush up basic java concepts -3
  17. Урок 17. 00:08:48
    Basic Methods of Webdriver
  18. Урок 18. 00:09:46
    Webdriver browser methods - 2
  19. Урок 19. 00:12:06
    Importance of Locator Identifiers in Selenium
  20. Урок 20. 00:11:13
    Identifying locators(id,name,linkText) with developer tools -1
  21. Урок 21. 00:14:16
    Identifying locators(className) with developer tools -2
  22. Урок 22. 00:11:58
    Identifying xpath in chrome and firefox Browsers
  23. Урок 23. 00:13:12
    Identifying CSS locators with chrome and firefox Addons
  24. Урок 24. 00:11:42
    Validating the accuracy of xpath and Css from browser addons
  25. Урок 25. 00:07:07
    Practise exercises on locators learnt from the previous lectures
  26. Урок 26. 00:14:49
    Generating customized xpath from html attributes
  27. Урок 27. 00:18:17
    Generating customized CSS from html attributes
  28. Урок 28. 00:16:52
    Practise exercises with Xpath and CSS with regular expressions
  29. Урок 29. 00:12:56
    Identify Xpath with Parent Child Traverse relationship
  30. Урок 30. 00:13:14
    Surprise!! Use chropath plugin to get Xpath and CSS
  31. Урок 31. 00:11:20
    Difference between Relative and absolute xpath?
  32. Урок 32. 00:11:49
    How to identify siblings and traverse back to parent nodes with xpath?
  33. Урок 33. 00:08:00
    Identifying objects with Text using xpath locators
  34. Урок 34. 00:15:26
    Css Selectors locators
  35. Урок 35. 00:10:01
    Tricks and tips in identifying objects -INTERVIEW preparation
  36. Урок 36. 00:13:28
    Handling Static dropdowns with Select webdriver API
  37. Урок 37. 00:16:49
    Updated lecture on latest Dropdown looping UI
  38. Урок 38. 00:18:08
    Handle Dynamic dropdowns with Webdriver API
  39. Урок 39. 00:13:20
    Parent-Child relationship locator to Identify the objects Uniquely
  40. Урок 40. 00:21:14
    Handling AutoSuggestive dropdowns using Selenium
  41. Урок 41. 00:12:29
    Handling Radiobuttons with Customized xpath
  42. Урок 42. 00:15:55
    Handling Radiobutton dynamically- real time examples
  43. Урок 43. 00:07:22
    Types of Alerts present and Methods to handle them
  44. Урок 44. 00:08:14
    Handling Java Alerts using Webdriver API
  45. Урок 45. 00:14:49
    Handling Checkbox and getting the size of them with Selenium
  46. Урок 46. 00:16:02
    Importance of Assertions in Automation testing and how to use them
  47. Урок 47. 00:11:58
    Handling Calendar UI in travel websites using Selenium
  48. Урок 48. 00:15:38
    Validating if UI Elements are disabled or enabled with Attributes
  49. Урок 49. 00:17:07
    End to End Automation using all UI Elements with selenium
  50. Урок 50. 00:08:29
    ***INTERVIEW QUESTIONS***
  51. Урок 51. 00:24:24
    Code formatting and Debugging
  52. Урок 52. 00:11:45
    What is Implicit wait? Explain with real time scenario
  53. Урок 53. 00:12:19
    What is explicit wait? Explain with real time scenario
  54. Урок 54. 00:12:57
    Practical examples on Implicit wait
  55. Урок 55. 00:13:53
    Practical examples on explicit waits
  56. Урок 56. 00:10:30
    What is Fluent wait? Its advantages
  57. Урок 57. 00:20:44
    Building Customized methods using FLuent wait
  58. Урок 58. 00:08:55
    Practise example on Fluent wait
  59. Урок 59. 00:11:10
    Handling Ajax/Mouse Interactions
  60. Урок 60. 00:11:28
    Actions class-real time example
  61. Урок 61. 00:06:51
    Handling Multiple Windows
  62. Урок 62. 00:10:01
    Window Handle concepts-real time example
  63. Урок 63. 00:04:48
    Live Example on working with Child windows
  64. Урок 64. 00:11:01
    How to handle Frames?
  65. Урок 65. 00:14:10
    Frames Techniques-real time example
  66. Урок 66. 00:07:08
    ***INTERVIEW QUESTIONS***
  67. Урок 67. 00:12:34
    Practise Exercise- print the links count in the Page
  68. Урок 68. 00:13:33
    Exercise 1.1-Limiting Webdriver scope
  69. Урок 69. 00:09:03
    How to open the links in Separate Tabs - Optimized solution
  70. Урок 70. 00:13:47
    Getting the Titles of child tabs with optimized while loop
  71. Урок 71. 00:14:37
    Handling calendar UI in Travel websites
  72. Урок 72. 00:17:03
    Generic method to handle calendar with month and date
  73. Урок 73. 00:03:56
    Solved example on calendar methods
  74. Урок 74. 00:10:33
    How to handle table Grids in webpage
  75. Урок 75. 00:16:33
    Techniques used for table grid-Real time example
  76. Урок 76. 00:09:53
    Practise exercises on Tables - 1
  77. Урок 77. 00:11:57
    Practise exercises on Tables - 2
  78. Урок 78. 00:17:33
    Handling Auto suggestive dropdown options
  79. Урок 79. 00:15:47
    Importance of Javascript Executor
  80. Урок 80. 00:16:40
    End to end Practise exercise
  81. Урок 81. 00:11:55
    Handling HTTPS certifications
  82. Урок 82. 00:07:23
    Maximizing window and deleting cookies
  83. Урок 83. 00:12:28
    How to take Screenshots in Selenium
  84. Урок 84. 00:18:54
    Table columns Sorting Strategy plan
  85. Урок 85. 00:11:49
    Sorting String columns in asc order using Array List
  86. Урок 86. 00:07:58
    Descending order validation strategy using Collections framework
  87. Урок 87. 00:22:05
    Sorting Integer columns and derive one Common Utility for all sort validations
  88. Урок 88. 00:10:58
    Introduction to Grid
  89. Урок 89. 00:12:29
    Registering Hub with nodes for execution.
  90. Урок 90. 00:11:25
    Registering nodes with Browser drivers
  91. Урок 91. 00:16:23
    Desiredcapabilities and RemoteWebdriver importance
  92. Урок 92. 00:07:57
    Cross browser testing rules-Grid Program
  93. Урок 93. 00:11:48
    Installing Android Studio and Java
  94. Урок 94. 00:08:15
    Configuring System variables for both Android SDK and Java
  95. Урок 95. 00:12:02
    Configuring Virtual Mobile device for running tests
  96. Урок 96. 00:13:35
    Downloading Node.js and install Appium via npm
  97. Урок 97. 00:07:22
    Important information on Appium versions
  98. Урок 98. 00:12:15
    Configuring Appium Java client jars for frontEnd execution
  99. Урок 99. 00:13:10
    What are Desired capabilities? How to talk to appium server
  100. Урок 100. 00:12:42
    Invoking Android Driver- Creating base program
  101. Урок 101. 00:07:59
    Execution of Appium first program on Mobile Native APP
  102. Урок 102. 00:16:13
    UIAutomator tool usage-Inspection of elements
  103. Урок 103. 00:10:06
    Framework Learning Plan****Must Watch Lecture*****
  104. Урок 104. 00:09:01
    Why TestNG and Its Advantages
  105. Урок 105. 00:08:55
    Running testcases in TestNG with out Java compiler
  106. Урок 106. 00:12:40
    Importance of xml file in Testng configuration
  107. Урок 107. 00:12:09
    Prioritizing the Testcases with TestNG
  108. Урок 108. 00:12:15
    Include and Exclude Mechanism to control testcases
  109. Урок 109. 00:11:48
    Executing the Testcases at Package level with regex
  110. Урок 110. 00:12:33
    TestNg Annotations part - 1
  111. Урок 111. 00:12:43
    TestNG Annotations part - 2
  112. Урок 112. 00:14:27
    Usage of Groups functionality in TestNG
  113. Урок 113. 00:11:25
    Annotations helper attributes with examples
  114. Урок 114. 00:13:35
    Parameterising from TestNG xml file
  115. Урок 115. 00:14:44
    DataProvider Annotation -Parameterizing Testcases - 1
  116. Урок 116. 00:08:33
    DataProvider Annotation -Parameterizing Testcases-2
  117. Урок 117. 00:15:35
    Listeners Interface in TestNG framework
  118. Урок 118. 00:12:40
    Running Tests in parallel and generating Reports
  119. Урок 119. 00:06:34
    Why we should not hard code the data?
  120. Урок 120. 00:10:22
    How to write Global parameters with java code
  121. Урок 121. 00:10:12
    Data driving parametirization from Properties file
  122. Урок 122. 00:06:37
    How to deal with Reusable Components
  123. Урок 123. 00:10:59
    Importance of Maven in Framework development
  124. Урок 124. 00:11:05
    Installing and configuring Maven
  125. Урок 125. 00:15:54
    Understanding Terminologies of Maven
  126. Урок 126. 00:11:05
    Creating Maven Project and importing into eclipse
  127. Урок 127. 00:13:11
    Understanding POM.xml file and its dependencies
  128. Урок 128. 00:13:09
    Importance of surefirePlugin in executing Tests
  129. Урок 129. 00:12:29
    Integration of Testng with Maven
  130. Урок 130. 00:10:42
    Switching the Tests with Maven profiling
  131. Урок 131. 00:10:43
    Importance of Jenkins in Test frameworks
  132. Урок 132. 00:10:46
    Install and configure Jenkins
  133. Урок 133. 00:12:19
    Configuring Jenkin Settings and Workspace
  134. Урок 134. 00:17:13
    Testng Reporting Plugin into Jenkin jobs
  135. Урок 135. 00:10:10
    what is Apace POI API & Download Instructions
  136. Урок 136. 00:15:19
    Strategy to Access Excel Data
  137. Урок 137. 00:15:17
    Getting rows and its cells from Sheet
  138. Урок 138. 00:08:49
    Retrieving Data from Excel based on condition
  139. Урок 139. 00:11:46
    Practise Exercise- Excel Driven testing -1
  140. Урок 140. 00:11:00
    Practise Exercise- Excel Driven testing -2
  141. Урок 141. 00:10:01
    Practise Exercise- Excel Driven testing -3
  142. Урок 142. 00:09:02
    What is log4j? its usage in Selenium framework
  143. Урок 143. 00:14:30
    Importing log4j into Eclipse project
  144. Урок 144. 00:10:53
    Importance of log4j xml file
  145. Урок 145. 00:14:52
    Understanding the xml file to control logging in Testcase
  146. Урок 146. 00:16:30
    Testcase logging with log4j example-1
  147. Урок 147. 00:06:37
    Testcase logging with log4j example continued...
  148. Урок 148. 00:03:41
    What is Page object model?
  149. Урок 149. 00:06:59
    Creating Page object Constructor in classes
  150. Урок 150. 00:08:25
    Object repository Mechanism
  151. Урок 151. 00:12:46
    Practical Exercise explaining Pageobject Model
  152. Урок 152. 00:13:38
    Page object Factory and its advantages
  153. Урок 153. 00:12:56
    Page factory annotations FindBy
  154. Урок 154. 00:02:13
    Practical Example explaining Page factory Model
  155. Урок 155. 00:05:38
    End to end framework Agenda- Must Watch
  156. Урок 156. 00:12:14
    Create Maven Test project with eclipse integration
  157. Урок 157. 00:17:08
    Configure Framework dependencies in POM.xml
  158. Урок 158. 00:19:01
    Design base Test with global variables setup
  159. Урок 159. 00:18:32
    Implement Pageobject Mechanism to drive tests
  160. Урок 160. 00:14:13
    Create Multiple tests with centralized data
  161. Урок 161. 00:14:45
    Parameterizing the Tests with mutiple data with TestNG
  162. Урок 162. 00:15:54
    Asserting the Testcases with validations
  163. Урок 163. 00:14:52
    Adding Tests to Suite in framework guidelines
  164. Урок 164. 00:09:12
    Converting Framework into Testng and configuring TestNG xm file
  165. Урок 165. 00:10:22
    Configutring Tests with setup and Teardown in TestNG framework
  166. Урок 166. 00:15:13
    Integrating Log4j logging API into Framework
  167. Урок 167. 00:10:45
    Fixing the framework issues by tweaking TestNG xml file
  168. Урок 168. 00:16:59
    Screenshots on failure- TestNG Listeners
  169. Урок 169. 00:15:28
    Excellent HTML reports on Test Execution
  170. Урок 170. 00:14:20
    Integrating Project to Jenkins CI tool
  171. Урок 171. 00:09:19
    Steps to connect Database to Selenium Testcases
  172. Урок 172. 00:07:30
    mysql download instructions
  173. Урок 173. 00:05:27
    mySQL server connection procedure
  174. Урок 174. 00:04:48
    Creating Database in mysql server
  175. Урок 175. 00:08:02
    Creating Tables in Databases
  176. Урок 176. 00:07:56
    Inserting records into table
  177. Урок 177. 00:07:04
    Integration of Database with JDBC API
  178. Урок 178. 00:16:49
    Steps to conect Database info to Selenium - 1
  179. Урок 179. 00:06:47
    Steps to connect Database info to Selenium - 2
  180. Урок 180. 00:08:35
    Java first program basics
  181. Урок 181. 00:08:33
    Java program principles
  182. Урок 182. 00:17:53
    Classes, objects in Java
  183. Урок 183. 00:15:55
    Strings in Java
  184. Урок 184. 00:09:23
    Strings practise exercises
  185. Урок 185. 00:10:38
    Coding Basics-1
  186. Урок 186. 00:10:22
    Coding Basics-2
  187. Урок 187. 00:10:01
    Inheritance Concepts
  188. Урок 188. 00:09:29
    Practical usage of Inheritance
  189. Урок 189. 00:10:21
    Interface Concepts
  190. Урок 190. 00:08:09
    Practical Usage of Interface
  191. Урок 191. 00:08:05
    Runtime Polymorphisim
  192. Урок 192. 00:08:57
    Introduction to Arrays
  193. Урок 193. 00:12:38
    Single dimensional and Multidimensional arrays usage
  194. Урок 194. 00:07:47
    Examples of Arrays
  195. Урок 195. 00:12:47
    Array interview questions
  196. Урок 196. 00:18:31
    Programming example
  197. Урок 197. 00:09:23
    Reverse string -Interview question
  198. Урок 198. 00:10:48
    Date class concepts
  199. Урок 199. 00:06:24
    working with calendar objects in java
  200. Урок 200. 00:07:13
    How constructor play a crucial role
  201. Урок 201. 00:09:59
    Types of constructors and their usage
  202. Урок 202. 00:06:48
    What is super keyword ?
  203. Урок 203. 00:05:36
    super keyword practical usage
  204. Урок 204. 00:06:10
    importance of this keyword
  205. Урок 205. 00:08:28
    Final keyword in Java
  206. Урок 206. 00:06:32
    Packages and their usage in OOPS
  207. Урок 207. 00:08:39
    Types of packages and how they will help in real time
  208. Урок 208. 00:07:39
    Importance of access modifiers
  209. Урок 209. 00:10:55
    Difference between public and private modifers-With Examples
  210. Урок 210. 00:09:41
    Different kind of exceptions
  211. Урок 211. 00:07:08
    Try catch Mechanism to handle exceptions
  212. Урок 212. 00:06:11
    Importance of finally block in java
  213. Урок 213. 00:06:13
    What are Java collections
  214. Урок 214. 00:11:29
    Implementation of Arrays List
  215. Урок 215. 00:05:25
    Examples of ArrayList
  216. Урок 216. 00:08:27
    Implementation of Set interface
  217. Урок 217. 00:08:39
    Examples of HashSet using Iterator
  218. Урок 218. 00:16:57
    Implementation of Map interface
  219. Урок 219. 00:05:33
    Difference between HashMap and HashTable (Interview )
  220. Урок 220. 00:17:41
    Practise Exercise : Priniting unique number- Amazon interview ques
  221. Урок 221. 00:03:52
    Cucumber Framework Design Plan
  222. Урок 222. 00:06:24
    Template in writing Business requirements
  223. Урок 223. 00:08:49
    QA role in BDD
  224. Урок 224. 00:06:37
    Template in writing testcases for Business Scenarios
  225. Урок 225. 00:08:04
    Advantages of BDD, Why it is getting popular
  226. Урок 226. 00:11:34
    cucumber project template
  227. Урок 227. 00:11:39
    Understanding cucumber dependencies
  228. Урок 228. 00:15:22
    Understanding Cucumber Framework terminlogies
  229. Урок 229. 00:11:09
    Mapping step defination to feature file
  230. Урок 230. 00:09:29
    TidyGherkin plugin to generate step definations
  231. Урок 231. 00:14:02
    Running tests with TestRunner
  232. Урок 232. 00:13:06
    Importance of Regular expressions in feature files
  233. Урок 233. 00:14:06
    Reusing functions with variable Data
  234. Урок 234. 00:10:24
    Adding cucumber knowledge to Existing framework
  235. Урок 235. 00:19:35
    Create Selenium Feature files with Step defination Implementation
  236. Урок 236. 00:17:24
    Add page objects and handle dynamic popups in home page
  237. Урок 237. 00:14:35
    Parameterizing Selenium tests with Cucumber
  238. Урок 238. 00:14:17
    Integrate Cucumber with TestNG and Maven
  239. Урок 239. 00:08:42
    Introduction to GIT
  240. Урок 240. 00:09:06
    Importance of Github and its uses
  241. Урок 241. 00:08:40
    Creating Git config and repositories
  242. Урок 242. 00:01:41
    How to push code to remote repository
  243. Урок 243. 00:11:36
    Understanding Staging and commit in git
  244. Урок 244. 00:08:54
    Add remote repository and push the committed code
  245. Урок 245. 00:15:49
    End to end working example on Git commands -1
  246. Урок 246. 00:06:16
    End to end working example on Git commands -2
  247. Урок 247. 00:24:56
    Importance of Branching in GIT
  248. Урок 248. 00:14:18
    How to resolve Merge conflicts with GIT
  249. Урок 249. 00:04:19
    Cloud Testing Basics and Vendors which supports them
  250. Урок 250. 00:08:20
    Sauce Labs registration for Connectivity
  251. Урок 251. 00:18:24
    Running Selenium Testcases on Cloud
  252. Урок 252. 00:07:59
    Handling Window Authentication pop ups with Selenium
  253. Урок 253. 00:06:49
    Examples on handling pop ups with modified webdriver url
  254. Урок 254. 00:08:44
    What is AutoIT? Installation details
  255. Урок 255. 00:10:43
    Inspecting the window objects and converting into AutoIT code
  256. Урок 256. 00:09:44
    End to End example on uploading File with AutoIT Selenium
  257. Урок 257. 00:12:49
    Steps to complete the flow to download file from Application with Selenium
  258. Урок 258. 00:19:09
    Chrome driver options to configure download path of browser
  259. Урок 259. 00:06:30
    What is Build Management tool?
  260. Урок 260. 00:09:17
    Installing & configuring ANT
  261. Урок 261. 00:09:42
    Understanding Build.xml file
  262. Урок 262. 00:08:34
    Different ANT Commands to trigger framework
  263. Урок 263. 00:04:31
    What Execution reports we need to impress clients?
  264. Урок 264. 00:06:28
    Downloading and Configuring Xslt reports
  265. Урок 265. 00:06:38
    Generating Excellent HTML reports for Selenium Test Execution
  266. Урок 266. 00:06:17
    Why Jenkins? and where it going to help us in Framework design?
  267. Урок 267. 00:07:40
    Installing & Configuring Jenkins with Java and ANT
  268. Урок 268. 00:06:10
    Creating Jenkins project anf integrating Existing Framework
  269. Урок 269. 00:08:05
    Running the Framework and Scheduling it from Jenkins
  270. Урок 270. 00:06:40
    Defect Management tool- Bugzilla
  271. Урок 271. 00:08:46
    Bugzilla features- Logging a bug
  272. Урок 272. 00:06:45
    Bugzilla features -Search Mechanisim for tracking bugs
  273. Урок 273. 00:08:20
    Common practises in Bugzilla tool
  274. Урок 274. 00:06:41
    Bugzilla preference feature