Companies Home Search Profile

API Manual/Automation testing using PYTHON/ PYTEST Framework

Focused View

Pankaj Gupta

12:36:35

19 View
  • 1. Introduction.mp4
    09:36
  • 2. Better Learning Experience - Must for new to Udemy Optional who know.mp4
    09:38
  • 3. Reachout to Instructor anytime.html
  • 1. Course Learning Plan.mp4
    02:26
  • 2. What is an API .mp4
    04:13
  • 3. Why we need API .mp4
    04:43
  • 4. API & WebServices Real time Example on Live Application.mp4
    10:48
  • 5. API Architecture Explanation.mp4
    02:07
  • 6. Difference Between API & WebServices .mp4
    07:01
  • 1. What is HTTP .mp4
    04:59
  • 2. What is REST & SOAP with funny Examples .mp4
    05:36
  • 3. Difference between REST & SOAP .mp4
    04:42
  • 1. Basic of Service, URI, URL & End Points.mp4
    05:55
  • 2. Path & Query Parameter in API calls.mp4
    06:23
  • 3. HTTP methods for RestAPI & CRUD Operation.mp4
    06:51
  • 4. Real time API Call in Application.mp4
    08:34
  • 1. What is Manual API Testing.mp4
    03:47
  • 2. What is PostMan How to do API Testing using it.mp4
    06:08
  • 3. PostMan Setup & Installation.mp4
    03:16
  • 4. Download PostMan Native App I If facing Issue.html
  • 1. Free Website examples for API Testing - Practice Purpose.mp4
    07:17
  • 2. Test on Any Free Live API - VVI.html
  • 3. GET method - API Testing.mp4
    06:10
  • 4. GET method - Example.mp4
    04:37
  • 5. POST method - API Testing.mp4
    06:01
  • 6. PUT method - API Testing.mp4
    03:58
  • 7. DELETE method - API Testing.mp4
    03:55
  • 8. PATCH method - API Testing.mp4
    02:56
  • 1. What is Error & status code in API Testing.mp4
    05:52
  • 2. All Actual Response code - with explanation.mp4
    11:42
  • 3. Frequently Used Errors code & Differences - VVI for Interview.mp4
    07:38
  • 1. What is API Automation.mp4
    01:35
  • 2. Why do we need API automation.mp4
    05:44
  • 3. What is Rest API.mp4
    06:17
  • 4. Next Learning .html
  • 1. Download & Setup Python for MacLinux.mp4
    03:23
  • 2. Download & Setup Python for Windows.mp4
    02:01
  • 3. Special Setup for Windows User - Easy Learning - Optional.mp4
    03:22
  • 4. Download & setup Pycharm.mp4
    01:54
  • 5. What is PIP & its uses.mp4
    05:35
  • 6. Using PIP & Practice.mp4
    04:28
  • 1. Creating new Python Project in Pycharm.mp4
    01:54
  • 2. Creating Python File & first program.mp4
    01:54
  • 3. PYTHON Identifier.mp4
    07:47
  • 4. Python Comments & System inputs.mp4
    04:00
  • 1. Data types in PYTHON.mp4
    05:31
  • 2. Declare & working with single data type.mp4
    05:31
  • 3. Declare & working with Multiple data type.mp4
    01:58
  • 4. List Tupple & Dictionary Concepts.mp4
    10:27
  • 1. Operator in Python.html
  • 2. Working with all the python operator.mp4
    07:10
  • 1. If Else use in Python.mp4
    05:55
  • 2. For loop in Python.mp4
    05:04
  • 3. For loop with Range in Python.mp4
    06:10
  • 4. While loop in Python.mp4
    04:11
  • 1. Python function with Practicals.mp4
    07:56
  • 2. Handling multiple cases using switch.mp4
    03:54
  • 3. Handling multiple cases using switch Part - II.mp4
    03:18
  • 1. Basic OOPs Principal & Class & Object.mp4
    06:39
  • 2. Default Constructor in Python.mp4
    04:09
  • 3. Parameterized Constructor in Python.mp4
    05:45
  • 4. Inheritance in Python.mp4
    08:28
  • 5. Class & Instance variable in Python.mp4
    02:38
  • 1. String Basic Function Part - I.mp4
    07:29
  • 2. String Basic Function Part - II.mp4
    06:47
  • 1. Handling Exception in Python.mp4
    05:04
  • 2. Raising exceptions in PYTHON.mp4
    07:21
  • 3. Exception Handling in PYTHON.mp4
    07:31
  • 4. Exception Handling with Try-except-else.mp4
    04:00
  • 5. Exception Handling with Try-Except-Else-Finally.mp4
    03:59
  • 1. What is PYTHON Request library .mp4
    03:26
  • 2. Going through Request library.mp4
    04:45
  • 3. Setup API Automation using PYTHON.mp4
    02:16
  • 4. Test on Any Free Live API - VVI.html
  • 5. Fire basic GET API using Postman.mp4
    02:43
  • 6. Automating GET API Call.mp4
    04:34
  • 7. Firing GET API Call.mp4
    04:15
  • 8. Validating API Status code by Assertion.mp4
    04:37
  • 9. Validating JSON response body.mp4
    10:33
  • 10. Automating Basic POST API Call Part - I.mp4
    02:42
  • 11. Automating POST API Call Part - II.mp4
    11:26
  • 12. PUT API call Automation.mp4
    06:12
  • 13. PATCH API Call Automation.mp4
    06:18
  • 14. Delete API Call Automation.mp4
    03:49
  • 1. Create API Collection and share it with Team.mp4
    07:19
  • 2. Sharing single API with team using cURL.mp4
    04:09
  • 3. Live Project API Testing - I.mp4
    06:32
  • 4. Live Project API Testing - II.mp4
    02:46
  • 5. Live Project API Testing Approach.mp4
    04:36
  • 6. Live Project API end to end testing - Multiple API Interaction.mp4
    07:36
  • 7. Create a User with Live API Call.mp4
    06:32
  • 8. Verify User creation with Live API Call.mp4
    06:56
  • 9. Create Update & Delete user with Multiple API calls.mp4
    10:37
  • 1. Framework building Plan .mp4
    02:26
  • 2. Introduction to PYTEST.mp4
    07:01
  • 3. PYTEST Setup.mp4
    02:25
  • 4. Running Test Using PYTEST.mp4
    05:26
  • 5. Running PYTEST Test using Commands.mp4
    05:54
  • 6. PYTEST - Grouping the Tests.mp4
    05:24
  • 7. PYTEST - Grouping the Modules & Execute.mp4
    05:21
  • 8. PYTEST- Running Duplicate Tests.mp4
    03:25
  • 9. PYTEST - Using Assertion.mp4
    06:54
  • 10. PYTEST - Markers & Grouping Test Level.mp4
    09:25
  • 11. PYTEST - Running XFAIL & SKIP Test.mp4
    05:21
  • 12. PYTEST - Fixture Introduction & Use.mp4
    07:33
  • 13. PYTEST - Use of yield function.mp4
    03:12
  • 14. PYTEST - Scope of Fixture.mp4
    07:36
  • 15. PYTEST - Loading Test Data using Fixture.mp4
    06:36
  • 16. PYTEST - Parameterising the Tests.mp4
    06:04
  • 17. PYTEST - Parameterising the Tests - II.mp4
    04:29
  • 18. PYTEST - Writing Common Markers & Fixture.mp4
    03:43
  • 19. PYTEST - Passing Command Line Argument at Run time.mp4
    11:58
  • 1. Why we need Framework .mp4
    04:27
  • 2. Create Fresh Python Framework Project from Scratch.mp4
    01:01
  • 3. Setup dynamic URL based on Environment.mp4
    15:43
  • 4. Forming the Complete URL.mp4
    10:11
  • 5. Creating Custom Headers.mp4
    06:46
  • 6. Creating Utilitys to generate random test data.mp4
    05:48
  • 7. Create JSON Request body.mp4
    06:34
  • 8. Creating function for Custom API Calls.mp4
    14:56
  • 9. Run GET API test using Framework.mp4
    06:34
  • 10. Run POST API test using Framework.mp4
    06:15
  • 11. Run GET API test using framework & pytest commands.mp4
    09:14
  • 12. Run POST API test using framework & pytest commands.mp4
    05:37
  • 13. Parameterising the test environment.mp4
    10:36
  • 14. Executing API in multiple environment.mp4
    08:13
  • 15. Grouping the API tests.mp4
    07:23
  • 16. Use of Assertions in API Testing.mp4
    08:14
  • 1. What is Allure reporting .mp4
    06:04
  • 2. Allure Report Integration with PYTEST.mp4
    03:20
  • 3. Generating first Allure report.mp4
    08:21
  • 4. Adding Test title & Suite name in Allure.mp4
    05:03
  • 5. Updating Severity into Allure Report.mp4
    03:28
  • 1. Creating logger & adding info logs.mp4
    05:57
  • 2. Creating logger & adding error logs.mp4
    05:02
  • 3. Passing dynamic values to loggers.mp4
    03:18
  • 1.1 API QUESTIONS ANSWERS.docx.pdf
  • 1.2 api test framework.zip
  • 1.3 API-Python.pdf
  • 1.4 python-pytest-request.zip
  • 1. Resources & Download Notes.html
  • 2. More Learnings.html
  • Description


    Build top automation Utilities to test Rest API’s using PYTHON/Request with PYTEST/Allure/logger Framework from scratch

    What You'll Learn?


    • Basic API Manual Testing
    • Basic API Automation Testing using PYTHON
    • Basic PYTHON covered to learn Automation
    • Complete Pytest Framework to learn like an experienced
    • Complete guide to build a framework from scratch
    • Allure reporting framework
    • loggers for logging details into reporting
    • You can able to build a basic framework from scratch from beginners to advance level with full confidence
    • Get Complete knowledge on Back end automation with Python which is must to become Python SDET
    • Understanding the API Automation from Scratch with Python Requests Library

    Who is this for?


  • Beginners or Fresher
  • Anyone who want to Learn Basic API Manual and Automation Testing using Python
  • Anyone want to upgrade QA/SDET Skills
  • Want to Update skills & Job change
  • Manual testers who want to learn Automation in easy way using Python
  • What You Need to Know?


  • Nothing is required - we have covered everything required to learn this Course
  • You will have Life Time instructor support - You can contact me any time for your Queries
  • Covered from very very basics & assume like you don't know anything about python-api-automation
  • All class notes & Live practical codes will be given for reference.
  • More details


    Description

    BEST For Beginners!!


    You will be mastered in API Automation using Python after going through this course
    Here API Automation using Python & Request library SDET course starts from scratch teaching Python Basics and then API Basic Manual Testing and then drive you through many important utilities of Python like API Testing, PYTEST Automation Framework, Allure Reporting, loggers & many more utilities etc.


    As Python SDET, One should aware of many modules of python to perform end to end backend/Server side automation and this course comes us one single package which explains all the modules from scratch.

    By end of this course, You can confidently implement any Python Automation Jobs or clear any interview related to Python API testing.


    Top trending new Course - Unique Course Content - Best for Beginners !


    Below is the high level content this course covers :

    Basic Python

    Basic Manual API Testing to understand this course better.

    API Automation using requests Library

    Multiple Live Demo API & Websites for Practice & Exercise

    Understand Crud operations GET,POST, DELETE,PUT API operations automation
    Parsing API responses with Python utilities

    Complete Live Project Explanation

    Know how to Automate a API like a Company Project

    Build Framework from Scratch

    Complete Pytest framework knowledge

    Allure report for Reporting framework

    Loggers for looking the detail in the report for debugging the failures.

    And many more .

    Happy to help you always & Wish you all the Best with your new API Automation using Python which is most demanding course for SDET & Backend Automation tester.


    Thank You !

    Pankaj Gupta.

    Who this course is for:

    • Beginners or Fresher
    • Anyone who want to Learn Basic API Manual and Automation Testing using Python
    • Anyone want to upgrade QA/SDET Skills
    • Want to Update skills & Job change
    • Manual testers who want to learn Automation in easy way using Python

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Pankaj Gupta
    Pankaj Gupta
    Instructor's Courses
    Teaching is my Passion and I Love Spreading the Knowledge thats why giving tag name-Keep Learning : Keep Growing - By Pankaj Gupta I have spend maximum time of my QA skills in Automation Project and have designed Automation Framework from Scratch.*** My Major skills involved ***Selenium | Java | Appium |RestAssured -API Automation | Spring-boot | JMeter & WaptPro|Git/Bit-BucketMaven | Jenkins |TestNg |Cucumber | Data Base-SQL | Software Testing and Keep Adding.....******************************************************After teaching more than 50+ Batches Online and Offline today I am here at Udemy.I decided to join Udemy because of my passion to share my knowledge in specific areas.All the Best !!Looking forward to see you soon in my courses.- Pankaj Gupta(a Passionate Software Engineer and Tutor )
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 130
    • duration 12:36:35
    • Release Date 2023/12/13

    Courses related to Python

    Courses related to API Testing