TorBT - Torrents and Magnet Links Search Engine
[Udemy] End to End Automation using Python. Web Application & API (2021) [En]
- Date: 2022-04-11
- Size: 4.5 GB
- Files: 107
File Name
Size
21. Project 4 Test Data Generation using Python/3. Test data generation in python-1.mp4
86 MB
1. Introduction & Environment Setup- Python Pycharm PIP Libraries/2. Course Architecture Must for Everyone .mp4
27 MB
1. Introduction & Environment Setup- Python Pycharm PIP Libraries/3. Step 1 Setup Python on Windows Machine with Environment Variable.mp4
24 MB
1. Introduction & Environment Setup- Python Pycharm PIP Libraries/4. Step 2 Setup Pycharm - Editor fort Python Programming.mp4
30 MB
1. Introduction & Environment Setup- Python Pycharm PIP Libraries/5. Step 3 Setup PIP Package Manager for Python.mp4
18 MB
2. Getting start with basic PYTHON Programming/1. First Python Code Create Python File, Comments & Print on Console.mp4
66 MB
2. Getting start with basic PYTHON Programming/2. How to Declare and use Variables in Python.mp4
37 MB
2. Getting start with basic PYTHON Programming/3. How to take user input and use it in programming.mp4
54 MB
2. Getting start with basic PYTHON Programming/4. Constraints and Type Casting.mp4
48 MB
2. Getting start with basic PYTHON Programming/5. Standard datatypes in Python Number, String, List, Tuple & Dictionary.mp4
63 MB
3. Control Execution using Condition Handling, Practical Examples and Exercise/1. Condition Handling using If Handle Single Condition.mp4
59 MB
3. Control Execution using Condition Handling, Practical Examples and Exercise/2. Condition Handling using If Handle 2 Conditions.mp4
36 MB
3. Control Execution using Condition Handling, Practical Examples and Exercise/3. Multiple Condition Handling (If - Elif - else) with practice exercise.mp4
44 MB
3. Control Execution using Condition Handling, Practical Examples and Exercise/4. Nested Condition Handling (Condition inside Condition).mp4
45 MB
3. Control Execution using Condition Handling, Practical Examples and Exercise/5. Condition Handling with Logical OR and Logical AND.mp4
66 MB
4. Do Execution with --Loops -- For, While, Break and Continue/1. Introduction of Loops - Why and Where to use Loops.mp4
24 MB
4. Do Execution with --Loops -- For, While, Break and Continue/2. For Loop with Final Range - Run code until the given condition(value) reach.mp4
35 MB
4. Do Execution with --Loops -- For, While, Break and Continue/3. For Loop with initial and final range -Run code between given range.mp4
44 MB
4. Do Execution with --Loops -- For, While, Break and Continue/4. For loop with increment value - Run code with different increment value.mp4
21 MB
4. Do Execution with --Loops -- For, While, Break and Continue/5. For loop with decrement value - Run code with different decrement value.mp4
26 MB
4. Do Execution with --Loops -- For, While, Break and Continue/6. For loop with list - Running a loop on the List of values.mp4
41 MB
4. Do Execution with --Loops -- For, While, Break and Continue/7. While Loop with increments.mp4
31 MB
4. Do Execution with --Loops -- For, While, Break and Continue/8. While loop with decrements.mp4
20 MB
4. Do Execution with --Loops -- For, While, Break and Continue/9. Break Statement.mp4
37 MB
4. Do Execution with --Loops -- For, While, Break and Continue/10. Continue Statement.mp4
20 MB
4. Do Execution with --Loops -- For, While, Break and Continue/11. Else Statement.mp4
13 MB
5. String Handling/1. What is String and basic operations.mp4
72 MB
5. String Handling/2. String Fetch Substring.mp4
41 MB
5. String Handling/3. Common String Functions - Part 1.mp4
37 MB
5. String Handling/4. Common String Functions - Part 2.mp4
20 MB
5. String Handling/5. Common String Functions - Part 3.mp4
37 MB
5. String Handling/6. Common String Functions - Part 4.mp4
36 MB
5. String Handling/7. Compare 2 Strings in Python.mp4
49 MB
6. Complex Data Types/1. List.mp4
65 MB
6. Complex Data Types/2. List function.mp4
24 MB
6. Complex Data Types/3. Tuple.mp4
56 MB
6. Complex Data Types/4. Tuple advance operations.mp4
45 MB
6. Complex Data Types/5. Dictionary basics.mp4
46 MB
6. Complex Data Types/6. Dictionary Methods.mp4
24 MB
7. Functions in Detail/1. Functions Basics.mp4
48 MB
7. Functions in Detail/2. Rules to create functions.mp4
33 MB
7. Functions in Detail/3. Different types of functions.mp4
42 MB
7. Functions in Detail/4. Functions with return value.mp4
50 MB
7. Functions in Detail/5. Different types of arguments.mp4
75 MB
8. Class in Python/1. Create first class.mp4
43 MB
8. Class in Python/2. Functions in Class.mp4
49 MB
8. Class in Python/3. Constructors.mp4
47 MB
8. Class in Python/4. Why and Where we use constructors.mp4
22 MB
8. Class in Python/5. Create Object in another file.mp4
45 MB
9. Modules/1. What is Module.mp4
48 MB
9. Modules/2. How to Use Modules.mp4
65 MB
9. Modules/3. Creating Project Structure.mp4
39 MB
9. Modules/4. Difference between import and from-import.mp4
71 MB
10. File Handling/1. Read Data from File(.txt).mp4
38 MB
10. File Handling/2. Read character by character and line by line.mp4
24 MB
10. File Handling/3. Write data to File(.txt).mp4
18 MB
10. File Handling/4. Common file methods.mp4
18 MB
11. Exception Handling in Python/1. What is Exception and Exception Handling.mp4
40 MB
11. Exception Handling in Python/2. Handle Exception using try, exception and finally.mp4
42 MB
12. Read data from configuration files/1. Prepare configuration files.mp4
27 MB
12. Read data from configuration files/2. Read data from config file.mp4
45 MB
13. OOPS programming/1. Inheritance.mp4
44 MB
13. OOPS programming/2. Inheritance Example- Single Inheritance.mp4
29 MB
13. OOPS programming/3. Multilevel Inheritance.mp4
47 MB
13. OOPS programming/4. Multiple Inheritance.mp4
32 MB
13. OOPS programming/5. Inheritance Constructor in Parent and Child Class.mp4
26 MB
13. OOPS programming/6. Data Overriding.mp4
70 MB
14. Working with Excel Files/1. Why to read data from excel.mp4
21 MB
14. Working with Excel Files/2. Read data from excel.mp4
62 MB
14. Working with Excel Files/3. Read All Rows and Columns.mp4
30 MB
14. Working with Excel Files/4. Write data to Excel File.mp4
38 MB
15. Read & Write Excel Data(Xlsx file) OpenPyXl package/1. Install Module Move to Sheet Level.mp4
38 MB
15. Read & Write Excel Data(Xlsx file) OpenPyXl package/2. Read one Cell Data.mp4
33 MB
15. Read & Write Excel Data(Xlsx file) OpenPyXl package/3. Read All Rows & Cells Data.mp4
47 MB
15. Read & Write Excel Data(Xlsx file) OpenPyXl package/4. Write Data to Excel.mp4
58 MB
16. Project 1 WebScaping using Python/1. WebScraping Introduction.mp4
37 MB
16. Project 1 WebScaping using Python/2. Pick data & Display on Console.mp4
30 MB
16. Project 1 WebScaping using Python/3. Pick data & save to File.mp4
23 MB
16. Project 1 WebScaping using Python/4. Fetch data using BeautifulSoup.mp4
67 MB
17. Work on CSV File/1. Read Data from CSV.mp4
54 MB
17. Work on CSV File/2. Write Data to CSV.mp4
24 MB
17. Work on CSV File/3. Compare Data.mp4
30 MB
17. Work on CSV File/4. Nested Dictionary.mp4
56 MB
18. Pre-requisite for Project 2 Get Json understanding/1. JSON Basic Understanding.mp4
46 MB
18. Pre-requisite for Project 2 Get Json understanding/2. JSON Path Basics.mp4
31 MB
18. Pre-requisite for Project 2 Get Json understanding/3. JSON Path Advance.mp4
29 MB
18. Pre-requisite for Project 2 Get Json understanding/4. Work with JSON.mp4
10 MB
18. Pre-requisite for Project 2 Get Json understanding/5. Fetch & Validate JSON Response.mp4
82 MB
19. Project 2 RESTful API Testing using Python/1. Request Package Installation.mp4
70 MB
19. Project 2 RESTful API Testing using Python/2. Making a GET request using python.mp4
63 MB
19. Project 2 RESTful API Testing using Python/3. Validate Status Code.mp4
18 MB
19. Project 2 RESTful API Testing using Python/4. Fetch Response Header Values.mp4
45 MB
19. Project 2 RESTful API Testing using Python/5. Fetch Response Content - using Json Path.mp4
53 MB
19. Project 2 RESTful API Testing using Python/6. Create New Resource - POST Request - Part1.mp4
44 MB
19. Project 2 RESTful API Testing using Python/7. Create New Resource - POST Request - Part2.mp4
40 MB
19. Project 2 RESTful API Testing using Python/8. Update Resource on Server UPDATE Method.mp4
44 MB
20. Project 3 Web Application Automation using Selenium Python/1. Setup Selenium on Python.mp4
15 MB
20. Project 3 Web Application Automation using Selenium Python/2. Write First TestCase Open Browser Enter URL Maximize.mp4
62 MB
20. Project 3 Web Application Automation using Selenium Python/3. Work on TextBox.mp4
46 MB
20. Project 3 Web Application Automation using Selenium Python/4. Work on Radio Button Checkbox Link Button.mp4
83 MB
20. Project 3 Web Application Automation using Selenium Python/5. Work on Dropdown or List.mp4
74 MB
21. Project 4 Test Data Generation using Python/1. Note about this task.mp4
8.5 MB
21. Project 4 Test Data Generation using Python/2. Python And PyDev setup.mp4
50 MB
1. Introduction & Environment Setup- Python Pycharm PIP Libraries/1. Why as a Tester we need to learn Python.mp4
77 MB
21. Project 4 Test Data Generation using Python/4. Test data generation in python-2.mp4
61 MB
21. Project 4 Test Data Generation using Python/5. Test data generation in python-3.mp4
68 MB
21. Project 4 Test Data Generation using Python/6. Test data generation in python-4.mp4
76 MB