首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Selenium Java Test Framework & Best Practices - Masterclass
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2021-8-2 10:27
2024-11-6 08:02
209
8.02 GB
205
磁力链接
magnet:?xt=urn:btih:36f87403ea2773d297fc94ada3c8af2d8c96c726
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjM2Zjg3NDAzZWEyNzczZDI5N2ZjOTRhZGEzYzhhZjJkOGM5NmM3MjZaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Selenium
Java
Test
Framework
&
Best
Practices
-
Masterclass
文件列表
01 Introduction/001 Welcome to the Course.mp4
49.73MB
01 Introduction/002 Why do we Need a Practice Website_.mp4
48.85MB
01 Introduction/003 Practice Website Introduction.mp4
79.46MB
01 Introduction/005 Practice Website Additional Information.mp4
60.5MB
01 Introduction/006 Alternate Practice Websites.mp4
43.01MB
02 Setup/001 Pre-Requisites.mp4
7.12MB
02 Setup/002 Setup JAVA JDK.mp4
31.67MB
02 Setup/003 Setup Project using IntelliJ.mp4
69.78MB
02 Setup/004 Setup Project using Eclipse.mp4
107.23MB
02 Setup/005 Maven Test Scope.mp4
21.82MB
02 Setup/006 Setup Driver Executable using System Property.mp4
58.26MB
02 Setup/007 Setup Driver Executable using Environment Variable.mp4
21.66MB
02 Setup/008 Selectors Hub.mp4
29.96MB
02 Setup/009 Chrome Dev Tools.mp4
86.61MB
03 JAVA Essentials [Optional]/001 Section Intro.mp4
6.66MB
03 JAVA Essentials [Optional]/002 Java Basics - Part 1.mp4
39.1MB
03 JAVA Essentials [Optional]/003 Java Basics - Part 2.mp4
41.4MB
03 JAVA Essentials [Optional]/004 Java Basics - Part 3.mp4
77.11MB
03 JAVA Essentials [Optional]/005 Java Basics - Part 4.mp4
47.27MB
03 JAVA Essentials [Optional]/006 Control Structures.mp4
71.14MB
03 JAVA Essentials [Optional]/007 OOP - Inheritance and super Keyword.mp4
76.61MB
03 JAVA Essentials [Optional]/008 Access Modifiers.mp4
56.25MB
03 JAVA Essentials [Optional]/009 OOP - Encapsulation.mp4
36.17MB
03 JAVA Essentials [Optional]/010 OOP - Polymorphism.mp4
97.71MB
03 JAVA Essentials [Optional]/011 OOP - Abstraction using Abstract Class.mp4
53.65MB
03 JAVA Essentials [Optional]/012 OOP - Abstraction using Interface.mp4
67.17MB
03 JAVA Essentials [Optional]/013 Exception Handling.mp4
91.4MB
03 JAVA Essentials [Optional]/014 File Operations.mp4
92.28MB
04 Automate/001 Identify Test Cases.mp4
4.55MB
04 Automate/002 Automate First Test.mp4
87.94MB
04 Automate/003 Fix and Execute First Test.mp4
35.42MB
04 Automate/004 Automate Second Test.mp4
29.15MB
04 Automate/005 Fix and Execute Second Test.mp4
40.8MB
05 Core Principles/001 Core Principles.mp4
12.69MB
06 Bad Practices/001 Non Atomic Tests.mp4
40.12MB
06 Bad Practices/002 Code Duplication.mp4
25.49MB
06 Bad Practices/003 Duplicate Element Definations.mp4
19.48MB
06 Bad Practices/004 User & Application State Dependencies.mp4
10.35MB
06 Bad Practices/005 Non Readable Tests.mp4
29.51MB
06 Bad Practices/006 Duplicate Driver Initialization Code.mp4
10.53MB
06 Bad Practices/007 Static Sleeps.mp4
32.72MB
06 Bad Practices/008 Hardcoded Test Data.mp4
11.99MB
06 Bad Practices/009 Hardcoded Static Text.mp4
10.21MB
06 Bad Practices/010 Lacking Multiple Browser Support.mp4
13.58MB
06 Bad Practices/011 Lacking Multiple Environment Support.mp4
8.43MB
06 Bad Practices/012 Hardcoded Driver Executable Path and Manual Driver Management.mp4
13.23MB
06 Bad Practices/013 Stale Browser Instances.mp4
14.31MB
07 Goal/001 Our Goal.mp4
10.95MB
08 Page Object Model Design/001 Concept, Advantages and Thumb rules.mp4
48.72MB
08 Page Object Model Design/002 Create Base Test and Driver Manager.mp4
45.61MB
08 Page Object Model Design/003 Create Base Page.mp4
18.62MB
08 Page Object Model Design/004 Create Home Page.mp4
24.29MB
08 Page Object Model Design/005 Fluent Interface.mp4
15.84MB
08 Page Object Model Design/006 Create Store Page.mp4
69.54MB
08 Page Object Model Design/007 Builder Pattern.mp4
33.66MB
08 Page Object Model Design/008 Functional Vs Structural Page Object.mp4
33.66MB
08 Page Object Model Design/009 How to Handle Dynamic UI Element.mp4
41.18MB
08 Page Object Model Design/010 Create Cart Page.mp4
45.12MB
08 Page Object Model Design/011 Create Checkout Page [With Assignment].mp4
56.78MB
08 Page Object Model Design/012 Give Good Method Names.mp4
12.75MB
08 Page Object Model Design/013 Refactor Second Test [With Assignment].mp4
50.38MB
08 Page Object Model Design/014 Common Method to Load URL.mp4
27.52MB
09 Data Objects/001 Why Data Objects_.mp4
15.74MB
09 Data Objects/002 Billing Address - Create POJO.mp4
12.89MB
09 Data Objects/003 Billing Address - Set and Use in Test.mp4
32.27MB
09 Data Objects/004 Billing Address - Builder Pattern.mp4
13.35MB
09 Data Objects/005 Billing Address - Parameterized Constructor.mp4
30.86MB
09 Data Objects/006 Billing Address - Create JSON Object.mp4
25.17MB
09 Data Objects/007 Add Jackson Dependency.mp4
9.92MB
09 Data Objects/008 Billing Address_ De-serialize JSON.mp4
48.46MB
09 Data Objects/009 Reusable Method to De-serialize JSON.mp4
26.53MB
09 Data Objects/010 Products - Create JSON Array.mp4
15.79MB
09 Data Objects/011 Products - Create POJO.mp4
28.35MB
09 Data Objects/012 Products - Fetch and Execute Test.mp4
25.11MB
09 Data Objects/013 User - Create Data Object [With Assignment].mp4
42.88MB
10 Synchronization/001 What is Synchronization_.mp4
31.86MB
10 Synchronization/002 What is Implicit Wait_.mp4
70.44MB
10 Synchronization/003 Implicit Wait Implementation.mp4
62.36MB
10 Synchronization/004 Element Click Intercepted Exception.mp4
93.56MB
10 Synchronization/005 Element Click Intercepted Exception - Continued.mp4
51.3MB
10 Synchronization/006 Reusable Method to Handle Overlays.mp4
21.24MB
10 Synchronization/007 What is Explicit Wait_.mp4
74.76MB
10 Synchronization/008 Explicit Wait Strategies.mp4
34.52MB
10 Synchronization/009 Explicit Wait Implementation.mp4
89.25MB
10 Synchronization/010 Explicit Wait - Execute Tests.mp4
27.58MB
10 Synchronization/011 Explicit Wait - Implement more Strategies.mp4
56MB
10 Synchronization/012 What is Fluent Wait_.mp4
15.23MB
11 Test Optimizations/001 Remove User State Dependency.mp4
84.84MB
11 Test Optimizations/002 Remove Application State Dependency.mp4
39.65MB
12 Page Factory/001 What is Page Factory_.mp4
53.94MB
12 Page Factory/002 Implement.mp4
61.46MB
12 Page Factory/003 Cache Look Up.mp4
18.75MB
12 Page Factory/004 Page Factory or no Page Factory_.mp4
24.24MB
13 Automated Driver Management/001 What is WebDriverManager_.mp4
23.13MB
13 Automated Driver Management/002 What is Driver Incompatibility_.mp4
27.43MB
13 Automated Driver Management/003 Setup and Integration.mp4
34.31MB
13 Automated Driver Management/004 Custom Path to Download Drivers.mp4
16.16MB
14 Different Ways to Drive Automation/001 Different Ways to Drive Automation.mp4
33.17MB
15 Maven Command Line/001 Setup Maven on Windows.mp4
21.56MB
15 Maven Command Line/002 Execute Automation using Maven Command Line.mp4
90.49MB
15 Maven Command Line/003 How Maven Recognize Test Classes_.mp4
26.63MB
16 Multiple Browser Support/001 Support Firefox Browser.mp4
120.83MB
16 Multiple Browser Support/002 Use Maven Command Line to Pass Browser Name.mp4
47.59MB
16 Multiple Browser Support/003 Using ENUM for Browser Name.mp4
42.38MB
16 Multiple Browser Support/004 Use JVM Argument and Default Browser.mp4
42.13MB
17 Drive Automation using TestNG XML/001 How to Run Test Packages.mp4
20.42MB
17 Drive Automation using TestNG XML/002 How to Run Test Classes.mp4
15.33MB
17 Drive Automation using TestNG XML/003 Drive Browser Name from TestNG XML.mp4
69.78MB
17 Drive Automation using TestNG XML/004 Support Multiple Browsers using TestNG XML.mp4
32.89MB
18 Drive TestNG XML using Maven Command Line/001 Drive TestNG XML.mp4
32.25MB
18 Drive TestNG XML using Maven Command Line/002 Drive Multiple TestNG Suite XMLs.mp4
11.97MB
18 Drive TestNG XML using Maven Command Line/003 Set TestNG XML Paths using Maven Command Line.mp4
13.67MB
18 Drive TestNG XML using Maven Command Line/004 Use Default TestNG XML and make Automation Flexible.mp4
25.94MB
19 Parallel Execution/001 Important Principles.mp4
33.06MB
19 Parallel Execution/002 Why ThreadLocal_.mp4
41.23MB
19 Parallel Execution/003 Update Code to Support Parallel Execution.mp4
52.18MB
19 Parallel Execution/004 Drive Parallel using Maven Surefire Plugin.mp4
85.97MB
19 Parallel Execution/005 Drive Parallel using TestNG.mp4
65.59MB
19 Parallel Execution/006 Drive Parallel using TestNG Through Maven Command Line.mp4
16.56MB
20 JUnit/001 Why JUnit_.mp4
5.6MB
20 JUnit/002 JUnit 4 Vs JUnit 5.mp4
19.62MB
20 JUnit/003 JUnit4 Integration.mp4
65.41MB
20 JUnit/004 Execute JUnit4 Test from IDE.mp4
21.91MB
20 JUnit/005 Execute JUnit 4 Test from Maven Command Line.mp4
14.54MB
20 JUnit/006 Execute JUnit4 Tests in Parallel.mp4
60.55MB
20 JUnit/007 JUnit5 Integration.mp4
84.07MB
21 Singleton Design Pattern/001 What are Config Properties_.mp4
18.46MB
21 Singleton Design Pattern/002 Create Config Properties.mp4
6.23MB
21 Singleton Design Pattern/003 Reusable Property Loader Utility.mp4
23.19MB
21 Singleton Design Pattern/004 Singleton Config Loader Class.mp4
63.79MB
21 Singleton Design Pattern/005 Remove Hardcoded Global Properties.mp4
41.83MB
22 Support Multiple Environments/001 Why Multiple Environment Support is needed_.mp4
8.85MB
22 Support Multiple Environments/002 Support Multiple Environments Efficiently.mp4
63.32MB
23 The Problem with End to End Tests/001 The Problems.mp4
31.84MB
23 The Problem with End to End Tests/002 The Solution.mp4
26.72MB
23 The Problem with End to End Tests/003 Selenium Recommendations.mp4
54.33MB
24 Convert to Atomic Tests/001 Web Technologies.mp4
11.19MB
24 Convert to Atomic Tests/002 Navigation Test.mp4
26.41MB
24 Convert to Atomic Tests/003 Search Test.mp4
32.53MB
24 Convert to Atomic Tests/004 Add to Cart Test.mp4
29.32MB
25 API Integration/001 Identify APIs.mp4
27.6MB
25 API Integration/002 Add Dependencies.mp4
16.4MB
25 API Integration/003 Understanding Registration flow and APIs.mp4
79.25MB
25 API Integration/004 Automate GET Account API.mp4
66.91MB
25 API Integration/005 Different Options to Parse HTML and Fetch Element.mp4
12.79MB
25 API Integration/006 Parse and Fetch using Groovy.mp4
27.19MB
25 API Integration/007 Parse and Fetch using JSoup.mp4
47.73MB
25 API Integration/008 Automate POST Account API.mp4
68.09MB
25 API Integration/009 Faker API.mp4
13.38MB
25 API Integration/010 Validate POST Account API.mp4
77.4MB
25 API Integration/011 Automate Add To Cart API.mp4
71.02MB
25 API Integration/012 Validate Add To Cart API.mp4
52.82MB
26 Atomic Tests after API Integration/001 Login Test.mp4
28.4MB
26 Atomic Tests after API Integration/002 Convert Rest Assured Cookies to Selenium Cookies.mp4
52.54MB
26 Atomic Tests after API Integration/003 Inject Cookies to Browser.mp4
21.81MB
26 Atomic Tests after API Integration/004 Login Test - Continued.mp4
93.96MB
26 Atomic Tests after API Integration/005 Guest Checkout using Direct Bank Transfer Test.mp4
42.11MB
26 Atomic Tests after API Integration/006 Login and Checkout using Direct Bank Transfer.mp4
40.23MB
26 Atomic Tests after API Integration/007 Run Tests in Parallel.mp4
55.33MB
26 Atomic Tests after API Integration/008 Assignment 1.mp4
8.95MB
26 Atomic Tests after API Integration/009 Assignment 2.mp4
24MB
27 TestNG Data Provider/001 Create Test Case.mp4
45.52MB
27 TestNG Data Provider/002 Create JSON Array for Products.mp4
16.28MB
27 TestNG Data Provider/003 Create Data Provider.mp4
20.94MB
27 TestNG Data Provider/004 Execute Test Case.mp4
22.52MB
27 TestNG Data Provider/005 Run Data Provider in Parallel.mp4
8.07MB
27 TestNG Data Provider/006 Share Data Provider across Test Classes.mp4
24MB
27 TestNG Data Provider/007 Assignments.mp4
13.94MB
28 Composition/001 What is Composition_ Composition Vs Inheritance.mp4
82.33MB
28 Composition/002 Implement Composition.mp4
48.35MB
28 Composition/003 Refactor and Execute Tests.mp4
54.68MB
29 Handling Parallel Execution Issues/001 Timeout + Number of Threads + Chrome Instances.mp4
33.51MB
29 Handling Parallel Execution Issues/002 Synchronized Keyword.mp4
32.81MB
29 Handling Parallel Execution Issues/003 How to Handle Stale Element Reference Exception.mp4
82.99MB
30 Factory Design Pattern/001 What is Factory Design Pattern_.mp4
60.69MB
30 Factory Design Pattern/002 Implement using Interface.mp4
87.91MB
30 Factory Design Pattern/003 Implement using Abstract Class - Part 1.mp4
105.78MB
30 Factory Design Pattern/004 Implement using Abstract Class - Part 2.mp4
62.5MB
31 Screenshot/001 Take Screenshot on Test Failure.mp4
120.71MB
31 Screenshot/002 Take Full Page Screenshot using AShot.mp4
53.91MB
32 OOP Concepts in Frameworks/001 Inheritance & Composition.mp4
34.09MB
32 OOP Concepts in Frameworks/002 Encapsulation.mp4
60.74MB
32 OOP Concepts in Frameworks/003 Abstraction.mp4
24.61MB
32 OOP Concepts in Frameworks/004 Polymorphism.mp4
33.36MB
35 Allure Reports/002 Introduction.mp4
22.89MB
35 Allure Reports/003 Install.mp4
28.32MB
35 Allure Reports/004 Add Dependency.mp4
32.83MB
35 Allure Reports/005 Generate Reports.mp4
22.3MB
35 Allure Reports/006 Add Display Name.mp4
17.33MB
35 Allure Reports/007 Add Description.mp4
8.44MB
35 Allure Reports/008 Add Links.mp4
28.91MB
35 Allure Reports/009 Add Behaviors.mp4
19.21MB
35 Allure Reports/010 Add Steps.mp4
31.19MB
35 Allure Reports/011 Add Filter.mp4
34.54MB
35 Allure Reports/012 Custom Folder Path.mp4
17.44MB
36 Integration with GitHub/002 Create GitHub Repository.mp4
25.4MB
36 Integration with GitHub/003 Git Clients - Various Options.mp4
18.98MB
36 Integration with GitHub/004 Commit Code to GitHub Repository.mp4
44.31MB
36 Integration with GitHub/005 How to Push Subsequent Changes_.mp4
16.51MB
37 Framework - CI/002 Install Jenkins on Windows.mp4
33.25MB
37 Framework - CI/003 Install Jenkins on Mac.mp4
32.97MB
37 Framework - CI/004 Create Automation Jenkins Job.mp4
57.34MB
37 Framework - CI/005 Jenkins Auto Trigger_ SCM Polling.mp4
40.98MB
37 Framework - CI/006 Jenkins Auto Trigger_ Build Frequency.mp4
14.31MB
37 Framework - CI/007 Jenkins Auto Trigger_ GitHub Web Hooks.mp4
56.71MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统