zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Selenium Java Test Framework & Best Practices - Masterclass
magnet:?xt=urn:btih:36f87403ea2773d297fc94ada3c8af2d8c96c726&dn= Selenium Java Test Framework & Best Practices - Masterclass
磁力链接详情
Hash值:
36f87403ea2773d297fc94ada3c8af2d8c96c726
点击数:
210
文件大小:
8.02 GB
文件数量:
205
创建日期:
2021-8-2 10:27
最后访问:
2024-11-6 15:09
访问标签:
Selenium
Java
Test
Framework
&
Best
Practices
-
Masterclass
文件列表详情
01 Introduction/001 Welcome to the Course.mp4 49.73 MB
01 Introduction/002 Why do we Need a Practice Website_.mp4 48.85 MB
01 Introduction/003 Practice Website Introduction.mp4 79.46 MB
01 Introduction/005 Practice Website Additional Information.mp4 60.5 MB
01 Introduction/006 Alternate Practice Websites.mp4 43.01 MB
02 Setup/001 Pre-Requisites.mp4 7.12 MB
02 Setup/002 Setup JAVA JDK.mp4 31.67 MB
02 Setup/003 Setup Project using IntelliJ.mp4 69.78 MB
02 Setup/004 Setup Project using Eclipse.mp4 107.23 MB
02 Setup/005 Maven Test Scope.mp4 21.82 MB
02 Setup/006 Setup Driver Executable using System Property.mp4 58.26 MB
02 Setup/007 Setup Driver Executable using Environment Variable.mp4 21.66 MB
02 Setup/008 Selectors Hub.mp4 29.96 MB
02 Setup/009 Chrome Dev Tools.mp4 86.61 MB
03 JAVA Essentials [Optional]/001 Section Intro.mp4 6.66 MB
03 JAVA Essentials [Optional]/002 Java Basics - Part 1.mp4 39.1 MB
03 JAVA Essentials [Optional]/003 Java Basics - Part 2.mp4 41.4 MB
03 JAVA Essentials [Optional]/004 Java Basics - Part 3.mp4 77.11 MB
03 JAVA Essentials [Optional]/005 Java Basics - Part 4.mp4 47.27 MB
03 JAVA Essentials [Optional]/006 Control Structures.mp4 71.14 MB
03 JAVA Essentials [Optional]/007 OOP - Inheritance and super Keyword.mp4 76.61 MB
03 JAVA Essentials [Optional]/008 Access Modifiers.mp4 56.25 MB
03 JAVA Essentials [Optional]/009 OOP - Encapsulation.mp4 36.17 MB
03 JAVA Essentials [Optional]/010 OOP - Polymorphism.mp4 97.71 MB
03 JAVA Essentials [Optional]/011 OOP - Abstraction using Abstract Class.mp4 53.65 MB
03 JAVA Essentials [Optional]/012 OOP - Abstraction using Interface.mp4 67.17 MB
03 JAVA Essentials [Optional]/013 Exception Handling.mp4 91.4 MB
03 JAVA Essentials [Optional]/014 File Operations.mp4 92.28 MB
04 Automate/001 Identify Test Cases.mp4 4.55 MB
04 Automate/002 Automate First Test.mp4 87.94 MB
04 Automate/003 Fix and Execute First Test.mp4 35.42 MB
04 Automate/004 Automate Second Test.mp4 29.15 MB
04 Automate/005 Fix and Execute Second Test.mp4 40.8 MB
05 Core Principles/001 Core Principles.mp4 12.69 MB
06 Bad Practices/001 Non Atomic Tests.mp4 40.12 MB
06 Bad Practices/002 Code Duplication.mp4 25.49 MB
06 Bad Practices/003 Duplicate Element Definations.mp4 19.48 MB
06 Bad Practices/004 User & Application State Dependencies.mp4 10.35 MB
06 Bad Practices/005 Non Readable Tests.mp4 29.51 MB
06 Bad Practices/006 Duplicate Driver Initialization Code.mp4 10.53 MB
06 Bad Practices/007 Static Sleeps.mp4 32.72 MB
06 Bad Practices/008 Hardcoded Test Data.mp4 11.99 MB
06 Bad Practices/009 Hardcoded Static Text.mp4 10.21 MB
06 Bad Practices/010 Lacking Multiple Browser Support.mp4 13.58 MB
06 Bad Practices/011 Lacking Multiple Environment Support.mp4 8.43 MB
06 Bad Practices/012 Hardcoded Driver Executable Path and Manual Driver Management.mp4 13.23 MB
06 Bad Practices/013 Stale Browser Instances.mp4 14.31 MB
07 Goal/001 Our Goal.mp4 10.95 MB
08 Page Object Model Design/001 Concept, Advantages and Thumb rules.mp4 48.72 MB
08 Page Object Model Design/002 Create Base Test and Driver Manager.mp4 45.61 MB
08 Page Object Model Design/003 Create Base Page.mp4 18.62 MB
08 Page Object Model Design/004 Create Home Page.mp4 24.29 MB
08 Page Object Model Design/005 Fluent Interface.mp4 15.84 MB
08 Page Object Model Design/006 Create Store Page.mp4 69.54 MB
08 Page Object Model Design/007 Builder Pattern.mp4 33.66 MB
08 Page Object Model Design/008 Functional Vs Structural Page Object.mp4 33.66 MB
08 Page Object Model Design/009 How to Handle Dynamic UI Element.mp4 41.18 MB
08 Page Object Model Design/010 Create Cart Page.mp4 45.12 MB
08 Page Object Model Design/011 Create Checkout Page [With Assignment].mp4 56.78 MB
08 Page Object Model Design/012 Give Good Method Names.mp4 12.75 MB
08 Page Object Model Design/013 Refactor Second Test [With Assignment].mp4 50.38 MB
08 Page Object Model Design/014 Common Method to Load URL.mp4 27.52 MB
09 Data Objects/001 Why Data Objects_.mp4 15.74 MB
09 Data Objects/002 Billing Address - Create POJO.mp4 12.89 MB
09 Data Objects/003 Billing Address - Set and Use in Test.mp4 32.27 MB
09 Data Objects/004 Billing Address - Builder Pattern.mp4 13.35 MB
09 Data Objects/005 Billing Address - Parameterized Constructor.mp4 30.86 MB
09 Data Objects/006 Billing Address - Create JSON Object.mp4 25.17 MB
09 Data Objects/007 Add Jackson Dependency.mp4 9.92 MB
09 Data Objects/008 Billing Address_ De-serialize JSON.mp4 48.46 MB
09 Data Objects/009 Reusable Method to De-serialize JSON.mp4 26.53 MB
09 Data Objects/010 Products - Create JSON Array.mp4 15.79 MB
09 Data Objects/011 Products - Create POJO.mp4 28.35 MB
09 Data Objects/012 Products - Fetch and Execute Test.mp4 25.11 MB
09 Data Objects/013 User - Create Data Object [With Assignment].mp4 42.88 MB
10 Synchronization/001 What is Synchronization_.mp4 31.86 MB
10 Synchronization/002 What is Implicit Wait_.mp4 70.44 MB
10 Synchronization/003 Implicit Wait Implementation.mp4 62.36 MB
10 Synchronization/004 Element Click Intercepted Exception.mp4 93.56 MB
10 Synchronization/005 Element Click Intercepted Exception - Continued.mp4 51.3 MB
10 Synchronization/006 Reusable Method to Handle Overlays.mp4 21.24 MB
10 Synchronization/007 What is Explicit Wait_.mp4 74.76 MB
10 Synchronization/008 Explicit Wait Strategies.mp4 34.52 MB
10 Synchronization/009 Explicit Wait Implementation.mp4 89.25 MB
10 Synchronization/010 Explicit Wait - Execute Tests.mp4 27.58 MB
10 Synchronization/011 Explicit Wait - Implement more Strategies.mp4 56 MB
10 Synchronization/012 What is Fluent Wait_.mp4 15.23 MB
11 Test Optimizations/001 Remove User State Dependency.mp4 84.84 MB
11 Test Optimizations/002 Remove Application State Dependency.mp4 39.65 MB
12 Page Factory/001 What is Page Factory_.mp4 53.94 MB
12 Page Factory/002 Implement.mp4 61.46 MB
12 Page Factory/003 Cache Look Up.mp4 18.75 MB
12 Page Factory/004 Page Factory or no Page Factory_.mp4 24.24 MB
13 Automated Driver Management/001 What is WebDriverManager_.mp4 23.13 MB
13 Automated Driver Management/002 What is Driver Incompatibility_.mp4 27.43 MB
13 Automated Driver Management/003 Setup and Integration.mp4 34.31 MB
13 Automated Driver Management/004 Custom Path to Download Drivers.mp4 16.16 MB
14 Different Ways to Drive Automation/001 Different Ways to Drive Automation.mp4 33.17 MB
15 Maven Command Line/001 Setup Maven on Windows.mp4 21.56 MB
15 Maven Command Line/002 Execute Automation using Maven Command Line.mp4 90.49 MB
15 Maven Command Line/003 How Maven Recognize Test Classes_.mp4 26.63 MB
16 Multiple Browser Support/001 Support Firefox Browser.mp4 120.83 MB
16 Multiple Browser Support/002 Use Maven Command Line to Pass Browser Name.mp4 47.59 MB
16 Multiple Browser Support/003 Using ENUM for Browser Name.mp4 42.38 MB
16 Multiple Browser Support/004 Use JVM Argument and Default Browser.mp4 42.13 MB
17 Drive Automation using TestNG XML/001 How to Run Test Packages.mp4 20.42 MB
17 Drive Automation using TestNG XML/002 How to Run Test Classes.mp4 15.33 MB
17 Drive Automation using TestNG XML/003 Drive Browser Name from TestNG XML.mp4 69.78 MB
17 Drive Automation using TestNG XML/004 Support Multiple Browsers using TestNG XML.mp4 32.89 MB
18 Drive TestNG XML using Maven Command Line/001 Drive TestNG XML.mp4 32.25 MB
18 Drive TestNG XML using Maven Command Line/002 Drive Multiple TestNG Suite XMLs.mp4 11.97 MB
18 Drive TestNG XML using Maven Command Line/003 Set TestNG XML Paths using Maven Command Line.mp4 13.67 MB
18 Drive TestNG XML using Maven Command Line/004 Use Default TestNG XML and make Automation Flexible.mp4 25.94 MB
19 Parallel Execution/001 Important Principles.mp4 33.06 MB
19 Parallel Execution/002 Why ThreadLocal_.mp4 41.23 MB
19 Parallel Execution/003 Update Code to Support Parallel Execution.mp4 52.18 MB
19 Parallel Execution/004 Drive Parallel using Maven Surefire Plugin.mp4 85.97 MB
19 Parallel Execution/005 Drive Parallel using TestNG.mp4 65.59 MB
19 Parallel Execution/006 Drive Parallel using TestNG Through Maven Command Line.mp4 16.56 MB
20 JUnit/001 Why JUnit_.mp4 5.6 MB
20 JUnit/002 JUnit 4 Vs JUnit 5.mp4 19.62 MB
20 JUnit/003 JUnit4 Integration.mp4 65.41 MB
20 JUnit/004 Execute JUnit4 Test from IDE.mp4 21.91 MB
20 JUnit/005 Execute JUnit 4 Test from Maven Command Line.mp4 14.54 MB
20 JUnit/006 Execute JUnit4 Tests in Parallel.mp4 60.55 MB
20 JUnit/007 JUnit5 Integration.mp4 84.07 MB
21 Singleton Design Pattern/001 What are Config Properties_.mp4 18.46 MB
21 Singleton Design Pattern/002 Create Config Properties.mp4 6.23 MB
21 Singleton Design Pattern/003 Reusable Property Loader Utility.mp4 23.19 MB
21 Singleton Design Pattern/004 Singleton Config Loader Class.mp4 63.79 MB
21 Singleton Design Pattern/005 Remove Hardcoded Global Properties.mp4 41.83 MB
22 Support Multiple Environments/001 Why Multiple Environment Support is needed_.mp4 8.85 MB
22 Support Multiple Environments/002 Support Multiple Environments Efficiently.mp4 63.32 MB
23 The Problem with End to End Tests/001 The Problems.mp4 31.84 MB
23 The Problem with End to End Tests/002 The Solution.mp4 26.72 MB
23 The Problem with End to End Tests/003 Selenium Recommendations.mp4 54.33 MB
24 Convert to Atomic Tests/001 Web Technologies.mp4 11.19 MB
24 Convert to Atomic Tests/002 Navigation Test.mp4 26.41 MB
24 Convert to Atomic Tests/003 Search Test.mp4 32.53 MB
24 Convert to Atomic Tests/004 Add to Cart Test.mp4 29.32 MB
25 API Integration/001 Identify APIs.mp4 27.6 MB
25 API Integration/002 Add Dependencies.mp4 16.4 MB
25 API Integration/003 Understanding Registration flow and APIs.mp4 79.25 MB
25 API Integration/004 Automate GET Account API.mp4 66.91 MB
25 API Integration/005 Different Options to Parse HTML and Fetch Element.mp4 12.79 MB
25 API Integration/006 Parse and Fetch using Groovy.mp4 27.19 MB
25 API Integration/007 Parse and Fetch using JSoup.mp4 47.73 MB
25 API Integration/008 Automate POST Account API.mp4 68.09 MB
25 API Integration/009 Faker API.mp4 13.38 MB
25 API Integration/010 Validate POST Account API.mp4 77.4 MB
25 API Integration/011 Automate Add To Cart API.mp4 71.02 MB
25 API Integration/012 Validate Add To Cart API.mp4 52.82 MB
26 Atomic Tests after API Integration/001 Login Test.mp4 28.4 MB
26 Atomic Tests after API Integration/002 Convert Rest Assured Cookies to Selenium Cookies.mp4 52.54 MB
26 Atomic Tests after API Integration/003 Inject Cookies to Browser.mp4 21.81 MB
26 Atomic Tests after API Integration/004 Login Test - Continued.mp4 93.96 MB
26 Atomic Tests after API Integration/005 Guest Checkout using Direct Bank Transfer Test.mp4 42.11 MB
26 Atomic Tests after API Integration/006 Login and Checkout using Direct Bank Transfer.mp4 40.23 MB
26 Atomic Tests after API Integration/007 Run Tests in Parallel.mp4 55.33 MB
26 Atomic Tests after API Integration/008 Assignment 1.mp4 8.95 MB
26 Atomic Tests after API Integration/009 Assignment 2.mp4 24 MB
27 TestNG Data Provider/001 Create Test Case.mp4 45.52 MB
27 TestNG Data Provider/002 Create JSON Array for Products.mp4 16.28 MB
27 TestNG Data Provider/003 Create Data Provider.mp4 20.94 MB
27 TestNG Data Provider/004 Execute Test Case.mp4 22.52 MB
27 TestNG Data Provider/005 Run Data Provider in Parallel.mp4 8.07 MB
27 TestNG Data Provider/006 Share Data Provider across Test Classes.mp4 24 MB
27 TestNG Data Provider/007 Assignments.mp4 13.94 MB
28 Composition/001 What is Composition_ Composition Vs Inheritance.mp4 82.33 MB
28 Composition/002 Implement Composition.mp4 48.35 MB
28 Composition/003 Refactor and Execute Tests.mp4 54.68 MB
29 Handling Parallel Execution Issues/001 Timeout + Number of Threads + Chrome Instances.mp4 33.51 MB
29 Handling Parallel Execution Issues/002 Synchronized Keyword.mp4 32.81 MB
29 Handling Parallel Execution Issues/003 How to Handle Stale Element Reference Exception.mp4 82.99 MB
30 Factory Design Pattern/001 What is Factory Design Pattern_.mp4 60.69 MB
30 Factory Design Pattern/002 Implement using Interface.mp4 87.91 MB
30 Factory Design Pattern/003 Implement using Abstract Class - Part 1.mp4 105.78 MB
30 Factory Design Pattern/004 Implement using Abstract Class - Part 2.mp4 62.5 MB
31 Screenshot/001 Take Screenshot on Test Failure.mp4 120.71 MB
31 Screenshot/002 Take Full Page Screenshot using AShot.mp4 53.91 MB
32 OOP Concepts in Frameworks/001 Inheritance & Composition.mp4 34.09 MB
32 OOP Concepts in Frameworks/002 Encapsulation.mp4 60.74 MB
32 OOP Concepts in Frameworks/003 Abstraction.mp4 24.61 MB
32 OOP Concepts in Frameworks/004 Polymorphism.mp4 33.36 MB
35 Allure Reports/002 Introduction.mp4 22.89 MB
35 Allure Reports/003 Install.mp4 28.32 MB
35 Allure Reports/004 Add Dependency.mp4 32.83 MB
35 Allure Reports/005 Generate Reports.mp4 22.3 MB
35 Allure Reports/006 Add Display Name.mp4 17.33 MB
35 Allure Reports/007 Add Description.mp4 8.44 MB
35 Allure Reports/008 Add Links.mp4 28.91 MB
35 Allure Reports/009 Add Behaviors.mp4 19.21 MB
35 Allure Reports/010 Add Steps.mp4 31.19 MB
35 Allure Reports/011 Add Filter.mp4 34.54 MB
35 Allure Reports/012 Custom Folder Path.mp4 17.44 MB
36 Integration with GitHub/002 Create GitHub Repository.mp4 25.4 MB
36 Integration with GitHub/003 Git Clients - Various Options.mp4 18.98 MB
36 Integration with GitHub/004 Commit Code to GitHub Repository.mp4 44.31 MB
36 Integration with GitHub/005 How to Push Subsequent Changes_.mp4 16.51 MB
37 Framework - CI/002 Install Jenkins on Windows.mp4 33.25 MB
37 Framework - CI/003 Install Jenkins on Mac.mp4 32.97 MB
37 Framework - CI/004 Create Automation Jenkins Job.mp4 57.34 MB
37 Framework - CI/005 Jenkins Auto Trigger_ SCM Polling.mp4 40.98 MB
37 Framework - CI/006 Jenkins Auto Trigger_ Build Frequency.mp4 14.31 MB
37 Framework - CI/007 Jenkins Auto Trigger_ GitHub Web Hooks.mp4 56.71 MB
其他位置