zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Selenium Webdriver with PYTHON from Scratch + Frameworks
magnet:?xt=urn:btih:7ecf57f4353b8caa649d1b97777af6a5d57c5f57&dn=[FreeCourseSite.com] Udemy - Selenium Webdriver with PYTHON from Scratch + Frameworks
磁力链接详情
文件列表详情
7ecf57f4353b8caa649d1b97777af6a5d57c5f57
infohash:
110
文件数量
6.59 GB
文件大小
2023-10-11 12:35
创建日期
2024-11-3 14:23
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Selenium
Webdriver
with
PYTHON
from
Scratch
Frameworks
01 - Why Python Testing and its Importance/001 Why Choose Selenium Python for Test Automation needs.mp4 64.67 MB
02 - Complete Installation Guide for Python and Selenium Learning/001 Video Player Setting tips for Best Experience in viewing course.mp4 29.84 MB
02 - Complete Installation Guide for Python and Selenium Learning/002 How to Install Python in your Machine.mp4 50.92 MB
02 - Complete Installation Guide for Python and Selenium Learning/003 Important note for MAC Users.mp4 9.42 MB
02 - Complete Installation Guide for Python and Selenium Learning/004 What is PIP Client -How to download Python Packages.mp4 61.99 MB
02 - Complete Installation Guide for Python and Selenium Learning/006 Install PyCharm Editor and set Project Interpreter.mp4 24.99 MB
03 - Getting Started with Python Basics/002 Python hello world Program with Basics Rec 10-21-19 1.mp4 19.48 MB
03 - Getting Started with Python Basics/003 Datatypes in python and how to get the Type at run time Rec 10-21-19 3.mp4 16.4 MB
04 - Understanding Python Datatypes and Variables/001 List Datatype and its operations to manipulate Rec 10-21-19 5.mp4 88.64 MB
04 - Understanding Python Datatypes and Variables/002 Tuple and Dictionary Data types in Python with examples Rec 10-21-19 6.mp4 64.62 MB
04 - Understanding Python Datatypes and Variables/003 How to Create Dictionaries at run time and add data into it.mp4 10.1 MB
05 - Program Flow Control in Python/001 If else condition in python with working examples.mp4 23.69 MB
05 - Program Flow Control in Python/002 How loops work in Python and importance of code idendation.mp4 27.07 MB
05 - Program Flow Control in Python/003 Programming examples using for loop - 1.mp4 12.68 MB
05 - Program Flow Control in Python/004 Programming examples using While loop - 2.mp4 34.29 MB
05 - Program Flow Control in Python/005 What are functions How to use them in Python (Rec 10-19-19 1).mp4 32.14 MB
06 - Understand Object Oriented Principles of Python/001 OOPS Principles Classes and objects in Python.mp4 23.94 MB
06 - Understand Object Oriented Principles of Python/002 What is Constructor and its role in Object oriented programming Rec-10-19-5.mp4 65.66 MB
06 - Understand Object Oriented Principles of Python/003 Inheritance concepts with examples in Python Rec 10-19-19 6.mp4 52.98 MB
06 - Understand Object Oriented Principles of Python/004 Strings and its functions in python.mp4 33.91 MB
07 - Read & Write to Files in Python/001 How to read text file content using Python.mp4 20.16 MB
07 - Read & Write to Files in Python/002 Importance of readLine and readLines Methods in python.mp4 25.21 MB
07 - Read & Write to Files in Python/003 Writing Data into File using Python.mp4 37.44 MB
08 - Exception Handling Mechanism in Python/001 How to raise exception in Python.mp4 17.24 MB
08 - Exception Handling Mechanism in Python/002 Try Catch Mechanism using Python.mp4 31.88 MB
08 - Exception Handling Mechanism in Python/003 Usage of Finally Keyword with exceptions.mp4 17.71 MB
09 - Selenium Python package Setup with different browsers execution/002 How to invoke Chrome browser and load the Website to automate.mp4 88.79 MB
09 - Selenium Python package Setup with different browsers execution/003 Basic WebDriver methods to get Title, url and close the session.mp4 51.59 MB
09 - Selenium Python package Setup with different browsers execution/004 How to run tests in Firefox and IE Browser.mp4 100.79 MB
10 - Different Types of Locators in WebDriver API with examples/001 Inspecting HTML to identify attributes of element.mp4 49.64 MB
10 - Different Types of Locators in WebDriver API with examples/002 Introduction to CSS Selector and name locators with example.mp4 72.27 MB
10 - Different Types of Locators in WebDriver API with examples/003 Finding Elements with Xpath and Css Using Chropath Plugin.mp4 60.03 MB
10 - Different Types of Locators in WebDriver API with examples/004 Extracting Text from webPage with Validation Assertions.mp4 95.8 MB
10 - Different Types of Locators in WebDriver API with examples/005 Identifying Links with Text and building Smart CSS around it.mp4 96.67 MB
10 - Different Types of Locators in WebDriver API with examples/006 Identifying Xpath and CSS Using Parent child traverse mechanism.mp4 100.42 MB
10 - Different Types of Locators in WebDriver API with examples/007 Example in identifying Labels with the Css Parent child Tag mechanism.mp4 71.72 MB
11 - Python API-Techniques to automate Web elements/001 Web applications to Practise Selenium Automation.mp4 30.52 MB
11 - Python API-Techniques to automate Web elements/002 Identifying Static dropdowns using Select class of selenium.mp4 84.42 MB
11 - Python API-Techniques to automate Web elements/003 Introducing Validation assertions and running tests in different browsers.mp4 51.28 MB
11 - Python API-Techniques to automate Web elements/004 Handling AutoSuggestive Dynamic dropdowns using Selenium Webdriver.mp4 180.68 MB
11 - Python API-Techniques to automate Web elements/005 Handling CheckBox dynamically using Selenium Python programming.mp4 72.26 MB
11 - Python API-Techniques to automate Web elements/006 Understand radiobutton Automation methods with examples.mp4 57.1 MB
11 - Python API-Techniques to automate Web elements/007 Handling Java JavaScript Alert popups using Selenium.mp4 107.37 MB
12 - Synchronization (Explicit & Implicit Waits) in Selenium webdriver/001 What are waits And Practise WebPage Demo for Automation.mp4 31.01 MB
12 - Synchronization (Explicit & Implicit Waits) in Selenium webdriver/002 Developing End to End Testcase to Automate ecommerce GreenKart Application.mp4 117.93 MB
12 - Synchronization (Explicit & Implicit Waits) in Selenium webdriver/003 What is Impilicit Wait in Selenium And its advantages.mp4 102.78 MB
12 - Synchronization (Explicit & Implicit Waits) in Selenium webdriver/004 What is Explicit Wait in Selenium And Example to demonstrate.mp4 130.55 MB
13 - Deep Dive into Functional Automation using Python/001 When to use Explicit Wait and IMplicit wait in your Tests.mp4 50.23 MB
13 - Deep Dive into Functional Automation using Python/002 Functional Automation example on GreenKart application - 1.mp4 144.13 MB
13 - Deep Dive into Functional Automation using Python/003 Functional Automation example on GreenKart application - 2.mp4 65.02 MB
13 - Deep Dive into Functional Automation using Python/004 Functional Automation example on GreenKart application - 3.mp4 45.41 MB
13 - Deep Dive into Functional Automation using Python/005 Build a logic to Automate HTML Web Tables using Selenium Python.mp4 122.52 MB
14 - Handling Advanced User Interactions and Child windows, Frames/001 Techniques to handle Child WindowsTabs with Selenium.mp4 108.9 MB
14 - Handling Advanced User Interactions and Child windows, Frames/002 What are Frames and techniques to handle with Selenium.mp4 103.19 MB
14 - Handling Advanced User Interactions and Child windows, Frames/003 Advanced Interactions with Browser elements using Actions class Rec 11-07-19 2.mp4 61.35 MB
14 - Handling Advanced User Interactions and Child windows, Frames/004 Double Click and Context click using Actions Selenium class Rec 11-07-19 3.mp4 84.97 MB
15 - Selenium Python Miscellaneous/001 What is JavaScript executor Where do we need it in selenium.mp4 111.06 MB
15 - Selenium Python Miscellaneous/002 Examples on JS Executor methods for various Web operations.mp4 70.26 MB
15 - Selenium Python Miscellaneous/003 What are Chrome Options and importance of them in Selenium.mp4 71.28 MB
16 - End to End Practise Project with Complete methods in Selenium/001 Selecting a Product from list of products with Product Name parameter.mp4 88.57 MB
16 - End to End Practise Project with Complete methods in Selenium/002 Complete Checkout Logic with Product selection example.mp4 78.55 MB
16 - End to End Practise Project with Complete methods in Selenium/003 Handling Auto suggestive dropdown to select Location and confirm order.mp4 67.78 MB
16 - End to End Practise Project with Complete methods in Selenium/004 Taking Screenshots using Selenium Python with assertions.mp4 44.43 MB
17 - Framework Design Plan - MUST WATCH/001 Important Things to know before starting Framework.mp4 12.43 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/002 What is Pytest and its advantages.mp4 53.84 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/003 Running Pytests from Terminal with different command flags.mp4 96.89 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/005 How to run selected Pytests from set of Tests.mp4 34.85 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/006 Grouping tests with pytest marks to run selected group.mp4 77.6 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/007 What are fixtures and their importance in pytest framework.mp4 33.24 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/008 Importance of Conftest file & Scope of fixtures for building Generic fixtures.mp4 51.86 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/009 Introduction to Data driven Fixtures to load data into tests.mp4 75.49 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/010 Parameterizing test with multiple data sets using Fixtures.mp4 54.23 MB
18 - Part 1 Pytest - Unit Testing Framework of Python/011 Generating HTML reports for Pytest Testcases.mp4 59.7 MB
19 - Part 2 - Logging and generating HTML Reports in Python Framework/001 Introduction to Logging in Python Tests (Rec 10-26-19).mp4 10.54 MB
19 - Part 2 - Logging and generating HTML Reports in Python Framework/002 Importance of Filehandler in Logging tests.mp4 24.16 MB
19 - Part 2 - Logging and generating HTML Reports in Python Framework/003 Building reusable Utility for Logging to inject into framework.mp4 102.06 MB
19 - Part 2 - Logging and generating HTML Reports in Python Framework/004 Integrating Pytest Logs into html Reporting - Sample exercises.mp4 95.02 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/002 Standards of writing Selenium tests in Framework.mp4 51 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/003 How to generalize Browser invocation code.mp4 24.76 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/004 Creating Setup Fixtures and passing class objects to Test.mp4 92.39 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/005 Passing command line options to select browser at run time.mp4 64.35 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/006 What is Page object Design pattern and its importance.mp4 118.19 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/007 Implementing Page Objects mechanism into Framework tests -1.mp4 69.79 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/008 Smart way of optimizing Page objects by removing object creation in tests.mp4 78.67 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/009 Creating Custom Utilities in Selenium Python Framework.mp4 56.76 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/010 TestCase #2 in implementing Framework Standards.mp4 82.81 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/011 Debug and develop custom utilities for Testcase #2.mp4 30.44 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/012 Implement Data driven mechanism by removing hard coding data from tests.mp4 75.57 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/013 Parameterizing the Tests with multiple Data sets using Dictionary.mp4 39.74 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/014 Implementing Logging feature into Framework tests.mp4 42.36 MB
20 - Part 3 - Develop End to End Selenium Python Framework from scratch/015 Generating HTML Reports with Logging Integration.mp4 110.6 MB
21 - Part 4 - Integrating Framework to Jenkins and setup various Job Parameters/002 Introduction to Jenkins.mp4 16.73 MB
21 - Part 4 - Integrating Framework to Jenkins and setup various Job Parameters/003 Integrating Selenium Python framework into Jenkins CI Tool.mp4 78.66 MB
21 - Part 4 - Integrating Framework to Jenkins and setup various Job Parameters/004 Setting up Jenkins Parameterized job variables for browser selection.mp4 46.18 MB
21 - Part 4 - Integrating Framework to Jenkins and setup various Job Parameters/005 Creating jenkin Junit results with Pytest commands.mp4 26.68 MB
22 - Part 5 - ReadWrite data from Excel to Selenium Python Framework/001 Introduction to Excel Data driven testing using Pyxl.mp4 48 MB
22 - Part 5 - ReadWrite data from Excel to Selenium Python Framework/002 Operations to read and write the data from Excel into Python tests.mp4 58.34 MB
22 - Part 5 - ReadWrite data from Excel to Selenium Python Framework/003 Build a Utility to retrieve values from Sheet based on conditions rec111017.mp4 78.14 MB
22 - Part 5 - ReadWrite data from Excel to Selenium Python Framework/004 Loading the Excel Data from file to Dictionary for further processing.mp4 61.43 MB
22 - Part 5 - ReadWrite data from Excel to Selenium Python Framework/005 Integrate Excel utility into Selenium Python Framework.mp4 81.25 MB
24 - Important Tips for your new job (Must Watch)/001 Wrapping up - Thankyou Note.mp4 9.58 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/001 Introduction to GIT.mp4 28.92 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/002 Importance of Github and its uses.mp4 18.82 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/003 Creating Git config and repositories.mp4 43.05 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/004 Understanding Staging and commit in git.mp4 44.67 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/005 Add remote repository and push the committed code.mp4 80.17 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/006 End to end working example on Git commands -1.mp4 137.13 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/007 End to end working example on Git commands -2.mp4 26.04 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/008 Importance of Branching in GIT.mp4 113.92 MB
25 - Appendix - Understanding Version Control System GIT (Bonus Section)/009 How to resolve Merge conflicts with GIT.mp4 65.78 MB
其他位置