Skip to content

Udemy - Learn API Automation Testing with Python & BDD Framework (11.2022)

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: UdemyGroup: NOGRPSource: Udemy
Info Hash
9FDA1F0484F7F6A29FAB9D188DF1F453E4B6A6C0
Source
Unverified
Total Size
6.5 GB
Total Files
100
Seeders
2
Leechers
1
Health
1.00
Score
5
Type
Bookware

File List

FileSize
1 - What will you learn from this course MUST WATCH/1 - FAQs about the course.mp479.74 MB
1 - What will you learn from this course MUST WATCH/1 - FAQs about the course.srt13.36 KB
1 - What will you learn from this course MUST WATCH/2 - Installing Python library Pip Client and Pycharm Editor.mp4119.5 MB
1 - What will you learn from this course MUST WATCH/2 - Installing Python library Pip Client and Pycharm Editor.srt22.8 KB
1 - What will you learn from this course MUST WATCH/3 - Important note for MAC Users.mp414.68 MB
1 - What will you learn from this course MUST WATCH/3 - Important note for MAC Users.srt4.63 KB
1 - What will you learn from this course MUST WATCH/4 - Important Note before watching next section.html666 B
10 - Read and Write to CSV files with Parsing using Python methods/61 - Parsing and reading the CSV files using Python csv package.mp4110.65 MB
10 - Read and Write to CSV files with Parsing using Python methods/61 - Parsing and reading the CSV files using Python csv package.srt15.1 KB
10 - Read and Write to CSV files with Parsing using Python methods/62 - Building a logic to get the data from CSV based on conditional query.mp438.74 MB
10 - Read and Write to CSV files with Parsing using Python methods/62 - Building a logic to get the data from CSV based on conditional query.srt4.54 KB
10 - Read and Write to CSV files with Parsing using Python methods/63 - Parsing and writing back to CSV files using Python csv package.mp441.93 MB
10 - Read and Write to CSV files with Parsing using Python methods/63 - Parsing and writing back to CSV files using Python csv package.srt7.77 KB
10 - Read and Write to CSV files with Parsing using Python methods/64 - Where to download code files.html112 B
11 - Python paramiko Utility to communicate with AWS Linux Servers/65 - Setting up AWS Linux EC2 Instance for solving the project.mp4171.62 MB
11 - Python paramiko Utility to communicate with AWS Linux Servers/65 - Setting up AWS Linux EC2 Instance for solving the project.srt21.88 KB
11 - Python paramiko Utility to communicate with AWS Linux Servers/66 - paramiko.docx14.48 KB
11 - Python paramiko Utility to communicate with AWS Linux Servers/66 - Setting up SSH connection in AWS Linux instances.mp444.66 MB
11 - Python paramiko Utility to communicate with AWS Linux Servers/66 - Setting up SSH connection in AWS Linux instances.srt8.65 KB
11 - Python paramiko Utility to communicate with AWS Linux Servers/67 - Install Paramiko Package to establish connection to Servers.mp4116.11 MB
11 - Python paramiko Utility to communicate with AWS Linux Servers/67 - Install Paramiko Package to establish connection to Servers.srt9.18 KB
12 - Execute Batch Jobs on Linux Servers through Python SSH Utilities/68 - Execute commands on Linux Servers from your local machine using Python code.mp4120.24 MB
12 - Execute Batch Jobs on Linux Servers through Python SSH Utilities/68 - Execute commands on Linux Servers from your local machine using Python code.srt12.24 KB
12 - Execute Batch Jobs on Linux Servers through Python SSH Utilities/69 - SFTP Connection to upload and download from server using Python Paramiko.mp4126.08 MB
12 - Execute Batch Jobs on Linux Servers through Python SSH Utilities/69 - SFTP Connection to upload and download from server using Python Paramiko.srt12.33 KB
12 - Execute Batch Jobs on Linux Servers through Python SSH Utilities/70 - Example in running batch commands on Linux Servers using Python code.mp4215.73 MB
12 - Execute Batch Jobs on Linux Servers through Python SSH Utilities/70 - Example in running batch commands on Linux Servers using Python code.srt21.75 KB
13 - Web Scrapping to extract content for DataScience Projects using Python/71 - What is Web Scrapping in Python.mp449.32 MB
13 - Web Scrapping to extract content for DataScience Projects using Python/71 - What is Web Scrapping in Python.srt6.3 KB
13 - Web Scrapping to extract content for DataScience Projects using Python/72 - Beautiful Soap package for Scrapping the content on web pages.mp4220.89 MB
13 - Web Scrapping to extract content for DataScience Projects using Python/72 - Beautiful Soap package for Scrapping the content on web pages.srt15.84 KB
13 - Web Scrapping to extract content for DataScience Projects using Python/73 - find and findAll methods to parse html content from web pages.mp4226.66 MB
13 - Web Scrapping to extract content for DataScience Projects using Python/73 - find and findAll methods to parse html content from web pages.srt16.05 KB
13 - Web Scrapping to extract content for DataScience Projects using Python/74 - Scrapping Sub urls with href attribute concatenation to requests url.mp4203.15 MB
13 - Web Scrapping to extract content for DataScience Projects using Python/74 - Scrapping Sub urls with href attribute concatenation to requests url.srt15.09 KB
13 - Web Scrapping to extract content for DataScience Projects using Python/75 - End to end example of Web scrapping with Python.mp466.74 MB
13 - Web Scrapping to extract content for DataScience Projects using Python/75 - End to end example of Web scrapping with Python.srt10.83 KB
13 - Web Scrapping to extract content for DataScience Projects using Python/76 - Extracting the content from page based on the visible text scrapper.mp493.37 MB
13 - Web Scrapping to extract content for DataScience Projects using Python/76 - Extracting the content from page based on the visible text scrapper.srt7.85 KB
14 - Download the Full course Code files/77 - BackEndAutomation.zip9.72 MB
14 - Download the Full course Code files/77 - Download complete Project Code.html50 B
15 - BONUS LECTURE/78 - Bonus lecture.html10.63 KB
2 - Learn Python Programming Basics from Scratch/10 - If else condition in python with working examples.mp437.3 MB
2 - Learn Python Programming Basics from Scratch/10 - If else condition in python with working examples.srt12.47 KB
2 - Learn Python Programming Basics from Scratch/11 - How loops work in Python and importance of code idendation.mp442.18 MB
2 - Learn Python Programming Basics from Scratch/11 - How loops work in Python and importance of code idendation.srt12.32 KB
2 - Learn Python Programming Basics from Scratch/12 - Programming examples using for loop 1.mp419.71 MB
2 - Learn Python Programming Basics from Scratch/12 - Programming examples using for loop 1.srt5.87 KB
2 - Learn Python Programming Basics from Scratch/13 - Programming examples using While loop 2.mp453.55 MB
2 - Learn Python Programming Basics from Scratch/13 - Programming examples using While loop 2.srt16.89 KB
2 - Learn Python Programming Basics from Scratch/14 - What are functions How to use them in Python.mp449.78 MB
2 - Learn Python Programming Basics from Scratch/14 - What are functions How to use them in Python.srt16.42 KB
2 - Learn Python Programming Basics from Scratch/15 - OOPS Principles Classes and objects in Python.mp437.36 MB
2 - Learn Python Programming Basics from Scratch/15 - OOPS Principles Classes and objects in Python.srt11.24 KB
2 - Learn Python Programming Basics from Scratch/16 - What is Constructor and its role in Object oriented programming.mp4107.69 MB
2 - Learn Python Programming Basics from Scratch/16 - What is Constructor and its role in Object oriented programming.srt21.28 KB
2 - Learn Python Programming Basics from Scratch/17 - Inheritance concepts with examples in Python.mp484.9 MB
2 - Learn Python Programming Basics from Scratch/17 - Inheritance concepts with examples in Python.srt19.78 KB
2 - Learn Python Programming Basics from Scratch/18 - Strings and its functions in python.mp453.85 MB
2 - Learn Python Programming Basics from Scratch/18 - Strings and its functions in python.srt14.6 KB
2 - Learn Python Programming Basics from Scratch/19 - How to read text file content using Python.mp432.07 MB
2 - Learn Python Programming Basics from Scratch/19 - How to read text file content using Python.srt9.42 KB
2 - Learn Python Programming Basics from Scratch/20 - Importance of readLine and readLines Methods in python.mp441.49 MB
2 - Learn Python Programming Basics from Scratch/20 - Importance of readLine and readLines Methods in python.srt11.91 KB
2 - Learn Python Programming Basics from Scratch/21 - Writing Data into File using Python.mp447.1 MB
2 - Learn Python Programming Basics from Scratch/21 - Writing Data into File using Python.srt12.63 KB
2 - Learn Python Programming Basics from Scratch/22 - Code Download.html61 B
2 - Learn Python Programming Basics from Scratch/22 - pythonBasics.zip3 KB
2 - Learn Python Programming Basics from Scratch/5 - Python hello world Program with Basics.mp429.51 MB
2 - Learn Python Programming Basics from Scratch/5 - Python hello world Program with Basics.srt10.48 KB
2 - Learn Python Programming Basics from Scratch/6 - Datatypes in python and how to get the Type at run time.mp425.79 MB
2 - Learn Python Programming Basics from Scratch/6 - Datatypes in python and how to get the Type at run time.srt8.06 KB
2 - Learn Python Programming Basics from Scratch/7 - List Datatype and its operations to manipulate.mp4147.18 MB
2 - Learn Python Programming Basics from Scratch/7 - List Datatype and its operations to manipulate.srt19.67 KB
2 - Learn Python Programming Basics from Scratch/8 - Tuple and Dictionary Data types in Python with examples.mp442.01 MB
2 - Learn Python Programming Basics from Scratch/8 - Tuple and Dictionary Data types in Python with examples.srt12.78 KB
2 - Learn Python Programming Basics from Scratch/9 - How to Create Dictionaries at run time and add data into it.mp415.66 MB
2 - Learn Python Programming Basics from Scratch/9 - How to Create Dictionaries at run time and add data into it.srt4.58 KB
3 - Read and Write to Json Files and parsing using Python Methods/23 - Where to download the code files.html110 B
3 - Read and Write to Json Files and parsing using Python Methods/24 - How to Parse Json Strings in Python Example.mp463.38 MB
3 - Read and Write to Json Files and parsing using Python Methods/25 - Parse content in Json file into Dictionary Example.mp461.35 MB
3 - Read and Write to Json Files and parsing using Python Methods/25 - Parse content in Json file into Dictionary Example.srt17.82 KB
3 - Read and Write to Json Files and parsing using Python Methods/26 - Parsing complex Json with nested Structure and extract values.mp4109.48 MB
3 - Read and Write to Json Files and parsing using Python Methods/26 - Parsing complex Json with nested Structure and extract values.srt14.17 KB
3 - Read and Write to Json Files and parsing using Python Methods/27 - Compare two Json Schemas using Python Dictionaries with example.mp432.35 MB
3 - Read and Write to Json Files and parsing using Python Methods/27 - Compare two Json Schemas using Python Dictionaries with example.srt7.19 KB
4 - API Automation Testing with Python Requests Library/28 - Install Python requests Library for API Automation.mp479.55 MB
4 - API Automation Testing with Python Requests Library/28 - Install Python requests Library for API Automation.srt11.83 KB
4 - API Automation Testing with Python Requests Library/29 - Understanding Get http request calls and get response using Json method.mp4172.57 MB
4 - API Automation Testing with Python Requests Library/29 - Understanding Get http request calls and get response using Json method.srt19.7 KB
4 - API Automation Testing with Python Requests Library/30 - Validating response status codes and headers using response object.mp4154.78 MB
4 - API Automation Testing with Python Requests Library/30 - Validating response status codes and headers using response object.srt13.74 KB
4 - API Automation Testing with Python Requests Library/31 - Understand automating Post http request with Payload and headers.mp4176.56 MB
4 - API Automation Testing with Python Requests Library/31 - Understand automating Post http request with Payload and headers.srt20.5 KB
4 - API Automation Testing with Python Requests Library/32 - End to end automation flow of API calls using Python.mp4135.96 MB
4 - API Automation Testing with Python Requests Library/32 - End to end automation flow of API calls using Python.srt14.3 KB
5 - Setting up Global Properties and OAuth Mechanism for API Testing/33 - Setting global configurations using Python Config object.mp4160.54 MB
5 - Setting up Global Properties and OAuth Mechanism for API Testing/33 - Setting global configurations using Python Config object.srt15.29 KB
5 - Setting up Global Properties and OAuth Mechanism for API Testing/34 - Optimizing resources and payload from externally as reusable data.mp444.06 MB
5 - Setting up Global Properties and OAuth Mechanism for API Testing/34 - Optimizing resources and payload from externally as reusable data.srt8.89 KB

Trackers

No trackers found.