Other
Python SDET-Backend Rest API Testing with BDD Framework
Torrent info
Name:Python SDET-Backend Rest API Testing with BDD Framework
Infohash: 864479005255F25F1BE6AAC8A59CC072797C0B36
Total Size: 5.32 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2026-01-23 23:14:34 (Update Now)
Torrent added: 2020-12-01 14:30:17
Torrent Files List
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework (Size: 5.32 GB) (Files: 164)
[TutsNode.com] - Python SDET-Backend Rest API Testing with BDD Framework
9. BDD Framework Development for API Automation from Scratch
8. Best practices to write reusable step definitions code for API test Scenarios.mp4
1. What are the BDD tools we use to Automate in Python Language.mp4
1. What are the BDD tools we use to Automate in Python Language.srt
2. Install Behave and download Python Professional edition.mp4
2. Install Behave and download Python Professional edition.srt
3. Create Step Definition file with auto generated syntaxes and annotations.mp4
3. Create Step Definition file with auto generated syntaxes and annotations.srt
4. Implement API Automation actual logic into step Definitions.mp4
4. Implement API Automation actual logic into step Definitions.srt
5. Implement Hooks for the scenarios by defining environment.py file.mp4
5. Implement Hooks for the scenarios by defining environment.py file.srt
6. Implement Parameterization to the Test Scenarios using Example outline Keywords.mp4
6. Implement Parameterization to the Test Scenarios using Example outline Keywords.srt
7. Use Tagging mechanism to run selected tests in framework.mp4
7. Use Tagging mechanism to run selected tests in framework.srt
8. Best practices to write reusable step definitions code for API test Scenarios.srt
9. Integrate Tagging and hooks to build generalize BDD code for Python API Tests.mp4
9. Integrate Tagging and hooks to build generalize BDD code for Python API Tests.srt
10. Generate Allure reports for Python API BDD Framework.mp4
10. Generate Allure reports for Python API BDD Framework.srt
10.1 Python Automation with BDD Framework.docx
11. Complete Code Download.html
11.1 BackEndAutomation.zip
1. What will you learn from this course - MUST WATCH
1. FAQ's about the course.mp4
1. FAQ's about the course.srt
2. Installing Python library, Pip Client and Pycharm Editor.mp4
2. Installing Python library, Pip Client and Pycharm Editor.srt
3. Important note for MAC Users.mp4
3. Important note for MAC Users.srt
4. Important Note before watching next section.html
2. Learn Python Programming Basics from Scratch
1. Python hello world Program with Basics.mp4
1. Python hello world Program with Basics.srt
2. Datatypes in python and how to get the Type at run time.mp4
2. Datatypes in python and how to get the Type at run time.srt
3. List Datatype and its operations to manipulate.mp4
3. List Datatype and its operations to manipulate.srt
4. Get Social with Rahul Shetty.html
5. Tuple and Dictionary Data types in Python with examples.mp4
5. Tuple and Dictionary Data types in Python with examples.srt
6. How to Create Dictionaries at run time and add data into it.mp4
6. How to Create Dictionaries at run time and add data into it.srt
7. If else condition in python with working examples.mp4
7. If else condition in python with working examples.srt
8. How loops work in Python and importance of code idendation.mp4
8. How loops work in Python and importance of code idendation.srt
9. Programming examples using for loop - 1.mp4
9. Programming examples using for loop - 1.srt
10. Programming examples using While loop - 2.mp4
10. Programming examples using While loop - 2.srt
11. What are functions How to use them in Python.mp4
11. What are functions How to use them in Python.srt
12. OOPS Principles Classes and objects in Python.mp4
12. OOPS Principles Classes and objects in Python.srt
13. What is Constructor and its role in Object oriented programming.mp4
13. What is Constructor and its role in Object oriented programming.srt
14. Inheritance concepts with examples in Python.mp4
14. Inheritance concepts with examples in Python.srt
15. Strings and its functions in python.mp4
15. Strings and its functions in python.srt
16. How to read text file content using Python.mp4
16. How to read text file content using Python.srt
17. Importance of readLine and readLines Methods in python.mp4
17. Importance of readLine and readLines Methods in python.srt
18. Writing Data into File using Python.mp4
18. Writing Data into File using Python.srt
19. Code Download.html
19.1 pythonBasics.zip
20. Quiz - Test your Python Basic Knowledge!.html
3. Read and Write to Json Files and parsing using Python Methods
1. Where to download the code files.html
2. How to Parse Json Strings in Python - Example.mp4
2. How to Parse Json Strings in Python - Example.srt
3. Parse content in Json file into Dictionary - Example.mp4
3. Parse content in Json file into Dictionary - Example.srt
4. Parsing complex Json with nested Structure and extract values.mp4
4. Parsing complex Json with nested Structure and extract values.srt
5. Compare two Json Schemas using Python Dictionaries with example.mp4
5. Compare two Json Schemas using Python Dictionaries with example.srt
6. Section 3 Quiz - Test your knowledge!.html
4. API Automation Testing with Python Requests Library
1. Install Python requests Library for API Automation.mp4
1. Install Python requests Library for API Automation.srt
2. Understanding Get http request calls and get response using Json method.mp4
2. Understanding Get http request calls and get response using Json method.srt
3. Validating response status codes and headers using response object.mp4
3. Validating response status codes and headers using response object.srt
4. Understand automating Post http request with Payload and headers.mp4
4. Understand automating Post http request with Payload and headers.srt
5. End to end automation flow of API calls using Python.mp4
5. End to end automation flow of API calls using Python.srt
5. Setting up Global Properties and OAuth Mechanism for API Testing
1. Setting global configurations using Python Config object.mp4
1. Setting global configurations using Python Config object.srt
2. Optimizing resources and payload from externally as reusable data.mp4
2. Optimizing resources and payload from externally as reusable data.srt
3. Authenticating API's using Python Automation auth method- Example.mp4
3. Authenticating API's using Python Automation auth method- Example.srt
4. Section 3- 5 Code Download.html
4.1 BackEndAutomation_Part1.zip
4.2 Library-API.docx
5. Section 4 and 5 Quiz - Test Your API Automation Knowledge!.html
6. API Testing Request Library Miscellaneous Concepts
1. Importance of Session Managing in API Testing.mp4
1. Importance of Session Managing in API Testing.srt
2. Send and Manage cookies for API request calls.mp4
2. Send and Manage cookies for API request calls.srt
3. Time out and Redirection attributes in making request calls.mp4
3. Time out and Redirection attributes in making request calls.srt
4. Sending Attachments through Post request call using Files Dictionary object.mp4
4. Sending Attachments through Post request call using Files Dictionary object.srt
5. Code Snippet download.html
7. Build SQL Utility to interact with Database Tables from Python Code
1. Setting up MYSQL Instance to drive the data from Python Code.mp4
1. Setting up MYSQL Instance to drive the data from Python Code.srt
2. Setup Database with the Example Table Data and start Connection.mp4
2. Setup Database with the Example Table Data and start Connection.srt
2.1 queries.sql
3. SQL Queries download.html
4. Executing Queries on to Database from Python Code.mp4
4. Executing Queries on to Database from Python Code.srt
5. Iterate over database table results set from Python and parse the results.mp4
5. Iterate over database table results set from Python and parse the results.srt
6. Create Connection utility and pass the SQL connection externally into test.mp4
6. Create Connection utility and pass the SQL connection externally into test.srt
7. Section 7 Quiz.html
8. Integrate Database utilities to API Test for End to end Automation
1. Integrate Database results into API Test Data to build functional flow.mp4
1. Integrate Database results into API Test Data to build functional flow.srt
2. Code Download.html
2.1 BackEndAutomation_Part2.zip
10. Read and Write to CSV files with Parsing using Python methods
1. Parsing and reading the CSV files using Python csv package.mp4
1. Parsing and reading the CSV files using Python csv package.srt
2. Building a logic to get the data from CSV based on conditional query.mp4
2. Building a logic to get the data from CSV based on conditional query.srt
3. Parsing and writing back to CSV files using Python csv package.mp4
3. Parsing and writing back to CSV files using Python csv package.srt
4. Where to download code files.html
5. Section 9 Quiz.html
11. Python paramiko Utility to communicate with AWS Linux Servers
1. Setting up AWS Linux EC2 Instance for solving the project.mp4
1. Setting up AWS Linux EC2 Instance for solving the project.srt
2. Setting up SSH connection in AWS Linux instances.mp4
2. Setting up SSH connection in AWS Linux instances.srt
2.1 paramiko.docx
3. Install Paramiko Package to establish connection to Servers.mp4
3. Install Paramiko Package to establish connection to Servers.srt
12. Execute Batch Jobs on Linux Servers through Python SSH Utilities
1. Execute commands on Linux Servers from your local machine using Python code.mp4
1. Execute commands on Linux Servers from your local machine using Python code.srt
2. SFTP Connection to upload and download from server using Python Paramiko.mp4
2. SFTP Connection to upload and download from server using Python Paramiko.srt
3. Example in running batch commands on Linux Servers using Python code.mp4
3. Example in running batch commands on Linux Servers using Python code.srt
4. Section 10 & 11 Quiz.html
13. Web Scrapping to extract content for DataScience Projects using Python
1. What is Web Scrapping in Python.mp4
1. What is Web Scrapping in Python.srt
2. Beautiful Soap package for Scrapping the content on web pages.mp4
2. Beautiful Soap package for Scrapping the content on web pages.srt
3. find and findAll methods to parse html content from web pages.mp4
3. find and findAll methods to parse html content from web pages.srt
4. Scrapping Sub urls with href attribute concatenation to requests url.mp4
4. Scrapping Sub urls with href attribute concatenation to requests url.srt
5. End to end example of Web scrapping with Python.mp4
5. End to end example of Web scrapping with Python.srt
6. Extracting the content from page based on the visible text scrapper.mp4
6. Extracting the content from page based on the visible text scrapper.srt
7. Section 12 Quiz.html
14. Download the Full course Code files
1. Download complete Project Code.html
1.1 BackEndAutomation.zip
15. Bonus!! Student Special -Must WATCH
1. Bonus lecture- Next Steps from here - Reach me.html
TutsNode.com.txt
[TGx]Downloaded from torrentgalaxy.to .txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch Python SDET-Backend Rest API Testing with BDD Framework Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






